@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-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; }

.p-footer__map:after, .p-footer__other:after, .c-dlList--type2:after, .p-about__message__outer:after, .p-about__history:after, .p-about__history__item:after, .p-top__services__main:after, .p-top__services__sub:after, .p-top__services__other:after {
  display: block;
  clear: both;
  content: ""; }

.p-footer__copyright__text, .p-footer__pageTop, .c-titleArea__en, a .p-top__services__main__en {
  font-family: 'Libre Baskerville', serif, "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo; }

/*
 * 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.15;
  /* 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-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1; }

dd,
dl,
dt,
input[type="checkbox"],
input[type="radio"],
label,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

html {
  font-size: 62.5%; }

body,
html {
  width: 100%;
  height: 100%; }

body {
  color: #000000;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em; }

button,
input,
optgroup,
select,
textarea {
  color: #000000;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial;
  font-size: 14px;
  font-size: 1.4rem; }

button,
input[type="button"],
input[type="submit"] {
  border: none; }

iframe {
  vertical-align: top; }

html * {
  box-sizing: border-box; }

img {
  max-width: 100%; }

/*
 layout
-------------------------------------------------- */
.l-container {
  position: relative; }
  .l-container--huge {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .l-container--large {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .l-container--middle {
    width: 100%; }
  .l-container--contents {
    position: relative;
    width: 100%; }
  .l-container--contents__centerType {
    position: relative;
    width: 100%; }
  .l-container--contents__leftType {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-container--contents__leftType:before, .l-container--contents__leftType:after {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      content: ''; }
  .l-container--contents__rightType {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-container--contents__rightType:before, .l-container--contents__rightType:after {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      content: ''; }

[class*=" l-"]:after,
[class^="l-"]:after {
  display: block;
  clear: both;
  content: ""; }

.p-footer__top {
  color: #fff; }
  .p-footer__top a {
    color: #fff;
    text-decoration: none; }

.p-footer__map__item__title {
  font-weight: bold; }

.p-footer__map__item__list li {
  font-size: 12px;
  font-size: 1.2rem; }

.p-footer__copyright__text {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5; }

.p-footer__copyright__note {
  color: #a0a0a0; }

.p-footer__globalsign__note {
  color: #959595; }

.p-footer__pageTop {
  color: #000000; }

.p-header a {
  color: #000000;
  text-decoration: none; }

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff; }

.is-active .p-header__nav__btn {
  background: #0852a0; }
  .is-active .p-header__nav__btn__bars {
    background: rgba(255, 255, 255, 0); }
    .is-active .p-header__nav__btn__bars:before, .is-active .p-header__nav__btn__bars:after {
      background: #fff; }
    .is-active .p-header__nav__btn__bars:before {
      -webkit-transform: rotate(45deg) scale(0.75, 1) translateY(-4px) translateX(-19%);
      transform: rotate(45deg) scale(0.75, 1) translateY(-4px) translateX(-19%); }
    .is-active .p-header__nav__btn__bars:after {
      -webkit-transform: rotate(-45deg) scale(0.75, 1) translateY(4px) translateX(-19%);
      transform: rotate(-45deg) scale(0.75, 1) translateY(4px) translateX(-19%); }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
/*
---
name: box
category:
 - component/box
---

```html
<div class="c-ctBox l-container--contents__leftType">
  <div class="c-ctBox__inWrap l-container--contents__centerType">
    <div class="c-ctBox__inner l-container--contents">
      <div class="c-ctBox__contents">
        ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
      </div><!-- //c-ctBox__contents -->
    </div><!-- //c-ctBox__inner -->
  </div><!-- //c-ctBox__inWrap -->
</div><!-- //c-ctBox -->
```
*/
.c-ctBox.l-container--contents__rightType:after {
  background: #f2f2f2; }

.c-ctBox.l-container--contents__leftType:before {
  background: #f2f2f2; }

.c-ctBox__inWrap {
  background: #f2f2f2; }

.c-ctBox__inner {
  position: relative; }

/*
---
name: box
category:
 - component/box
---

```html
<div class="c-ctBox--type2">
<div class="c-ctBox--type2__inner">
</div>
</div><!-- //c-ctBox--type2 -->
```
*/
.c-ctBox--type2 {
  margin: 0 auto;
  text-align: center; }
  .c-ctBox--type2__inner {
    display: inline-block;
    background: #f2f2f2;
    text-align: left; }

/*
---
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 {
  position: relative;
  padding: 1em 2em;
  border: 1px solid #000;
  /* border-radius: 3px; */
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  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 {
    border: 1px solid #0852a0;
    color: #0852a0; }

.c-button--strong {
  background-color: #0852a0;
  color: #fff;
  font-weight: bold; }

.c-button--disabled {
  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  pointer-events: none; }

/*
---
name: dlList
category:
 - component/typography/dlList
---

```html
<dl class="c-dlList">
  <dt><span>ダミーダミー</span></dt>
  <dd>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</dd>
</dl>
<dl class="c-dlList">
  <dt><span>ダミーダミー</span></dt>
  <dd>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</dd>
</dl>
```
*/
.c-dlList {
  line-height: 2; }
  .c-dlList dt {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.2em; }
    .c-dlList dt:after {
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
      background: #000000;
      content: ''; }
  .c-dlList dd p {
    margin: 0 0 15px 0; }
  .c-dlList__outer {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; }
  .c-dlList__2cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }

/*
---
name: dlList--type2
category:
 - component/typography/dlList
---

```html
<dl class="c-dlList--type2">
  <dt>1954年3月17日</dt>
  <dd>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</dd>
</dl>
<dl class="c-dlList--type2">
  <dt>1980年3月</dt>
  <dd>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</dd>
</dl>
```
*/
.c-dlList--type2 {
  line-height: 2; }

/*
---
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: 0 auto 20px;
  padding: 20px;
  color: #D91E10;
  text-align: center; }

.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: 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 #ddd;
  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 {
  font-weight: bold; }

/*
.c-article h1 {
  @extend .c-heading--lv1;
}
*/
/*
---
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 {
  background: linear-gradient(to right, #f79fbe 0%, #f79fbe 50px, rgba(255, 255, 255, 0) 50px, rgba(255, 255, 255, 0) 100%) left bottom no-repeat;
  background-size: 100% 1px;
  font-weight: bold;
  line-height: 1.4; }

/*
.c-article h2 {
  @extend .c-heading--lv2;
}
*/
/*
---
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 {
  font-weight: bold;
  line-height: 1.4; }

/*
.c-article h3 {
  @extend .c-heading--lv3;
}
*/
/*
---
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 {
  font-weight: bold;
  line-height: 1.4; }

/*
.c-article h4 {
  @extend .c-heading--lv4;
}
*/
/*
---
name: Heading h2
category:
 - component/typography/heading
---

## h2

```html
<h2 class="c-heading--lv2--commmon">h2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキスト</h2>

```
*/
.c-heading--lv2--common {
  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; }

.c-form-input, .c-form-input--tel, .c-form-input--zip, .c-form-input--textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2; }

/*
---
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; }

/*
---
name: Layout
category:
 - component/js/layout
---

```html

```
*/
.c-globalNav__head {
  position: relative;
  height: 50px;
  background-color: #ddd; }

.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 #ddd; }

.is-active .c-globalNav__body {
  display: block;
  left: 0; }

.c-globalNav__body {
  display: none;
  position: fixed;
  left: -100%;
  height: 100%;
  background-color: #FFFFFF;
  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 {
  color: #666666;
  text-decoration: underline;
  transition: 0.3s; }
  a:hover {
    color: #027ad7; }
  a > img {
    transition: 0.3s; }
    a > img:hover {
      opacity: 0.7; }

.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; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<a href="/DUMMY" class="c-link--button">汎用テキストボタン</a>
```
*/
.c-link--button, .c-link--button--pdf {
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  background: #fff;
  color: #000000;
  font-weight: bold;
  text-decoration: none; }
  .c-link--button:hover, .c-link--button--pdf:hover {
    border: 1px solid #027ad7; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<a href="/DUMMY" class="c-link--button--arrow">汎用テキストボタン</a>
```
*/
.c-link--button--arrow {
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  color: #000000;
  font-weight: bold;
  text-decoration: none; }
  .c-link--button--arrow:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    transition: 0.3s; }
  .c-link--button--arrow:hover {
    border: 1px solid #027ad7; }

/*
---
name: Link--type2
category:
 - component/typography/link
---

```html
<a href="/DUMMY" class="c-link--button--type2">汎用テキストボタン</a>
```
*/
.c-link--button--type2 {
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  color: #000000;
  font-weight: bold;
  text-align: left;
  text-decoration: none; }
  .c-link--button--type2:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ''; }
  .c-link--button--type2:hover {
    border: 1px solid #027ad7; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<a href="/DUMMY" class="c-link--button--pdf">PDFボタン</a>
```
*/

.c-link--button--pdf:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/files/user/svg/icon_pdf.svg?v=1512638033) no-repeat;
  background-size: 100% 100%;
  content: '';
  transition: 0.3s; }

.c-link--button--pdf:hover {
  border: 1px solid #027ad7; }
  .c-link--button--pdf:hover:after {
    background: url(/files/user/svg/icon_pdf_on.svg?v=1512638033) no-repeat;
    background-size: 100% 100%; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<a href="/DUMMY" class="c-link--arrow">汎用テキストボタン</a>
```
*/
.c-link--arrow {
  display: inline-block;
  position: relative;
  color: #000000;
  text-decoration: none; }
  .c-link--arrow:before {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 21px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/files/user/svg/arrow06.svg?v=1512638033) no-repeat;
    background-size: 100% 100%;
    content: '';
    transition: 0.3s; }
  .c-link--arrow:hover:before {
    background: url(/files/user/svg/arrow06_on.svg?v=1512638033) no-repeat;
    background-size: 100% 100%; }
  .c-link--arrow.-blank:after {
    display: inline-block;
    width: 12px;
    height: 11px;
    margin-left: 10px;
    background: url(/files/user/svg/icon_blank.svg?v=1512638033) no-repeat;
    background-size: 100% 100%;
    content: ''; }
  .c-link--arrow.-blank:hover:after {
    background: url(/files/user/svg/icon_blank_on.svg?v=1512638033) no-repeat;
    background-size: 100% 100%; }

[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: #0852a0; }

/*
---
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__inner">
      <h2 class="c-heading--lv2">ログイン</h2>
      <form>
        <div class="c-form__inner">
            <p>メールアドレス</p>  
            <input type="text" name="" value="" class="c-form-input" placeholder="メールアドレスを入力してください。">
            <p>パスワード</p>
            <input type="password" name="" value="" class="c-form-input" placeholder="パスワードを入力してください。">
        </div>
        <div class="c-form__inner">
            <button type="button" data-js="modal-apply" class="c-button">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
        </div>
      </form>
      <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>パスワードを忘れた場合</a></li>
      </ul>
    </div>
    <div class="c-modal__close" data-js="modal-close"></div>
  </div>
</div>
<button type="button" data-js="modal-open">モーダルを開く</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%;
  overflow-y: scroll;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fff;
  z-index: 9100; }

.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: #0852a0;
    background-color: #0852a0;
    color: #fff; }

/*
---
name: Error MessageBox
category:
 - component/form/required
---

```html
<div class="c-form">
    <span>お問い合わせ種類</span><span class="c-form-required">（必須）</span>
</div>
```
*/
.c-form-required {
  color: #D91E10; }

/*
---
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>
```
*/
.c-form-select {
  display: block;
  width: auto;
  height: 40px;
  padding: 10px;
  line-height: 1em;
  cursor: pointer; }

/*
---
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: 10px 30px 10px 20px;
    border: 1px solid #0852a0;
    border-radius: 20px;
    outline: none;
    background-color: #0852a0;
    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="flexslider" data-js="flexslider">
  <ul class="slides">
    <li>
      <img src="/files/user/images/flexslider/flexslider_01.jpg?v=1512638049" />
    </li>
    <li>
      <img src="/files/user/images/flexslider/flexslider_02.jpg?v=1512638049" />
    </li>
    <li>
      <img src="/files/user/images/flexslider/flexslider_03.jpg?v=1512638049" />
    </li>
    <li>
      <img src="/files/user/images/flexslider/flexslider_04.jpg?v=1512638049" />
    </li>
  </ul>
</div>
```
*/
/*
---
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 #ddd;
    border-bottom: none;
    background-color: #FFFFFF;
    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 #ddd;
  background-color: #FFFFFF;
  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: #0852a0;
    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: #0852a0;
  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: #0852a0;
    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 {
  line-height: 2.2; }

/*
---
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: titleArea
category:
 - component/titleArea
---

```html
<div class="c-titleArea l-container--contents__leftType">
  <div class="c-titleArea__inWrap l-container--contents__centerType">
    <div class="c-titleArea__inner l-container--contents">
      <div class="c-titleArea__en">DUMMY</div>
      <h1 class="c-titleArea__title">ダミーダミーダミー</h1>
      <div class="c-titleArea__contents">
        ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
      </div><!-- //c-titleArea__contents -->
    </div><!-- //c-titleArea__inner -->
  </div><!-- //c-titleArea__inWrap -->
</div><!-- //c-titleArea -->
```
*/

.c-titleArea:before {
  border-bottom: 1px solid #d9d9d9; }

.c-titleArea__inWrap {
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.c-titleArea__inner {
  position: relative; }

.c-titleArea__en {
  width: 100%;
  text-align: center; }

.c-titleArea__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }

.c-titleArea__contents {
  position: absolute;
  bottom: 0;
  left: 0; }

/*
---
name: titleArea
category:
 - component/titleArea
---

```html
<div class="c-ctHeadlineArea p-about__ctHeadlineArea l-container--contents__rightType">
  <div class="c-ctHeadlineArea__inWrap l-container--contents__centerType">
    <div class="c-ctHeadlineArea__inner l-container--contents">
      <div class="c-ctHeadlineArea__contents p-about__ctHeadlineArea__contents">
        ダミーダミーダミーダミーダミー
      </div><!-- //c-ctHeadlineArea__contents -->
    </div><!-- //c-ctHeadlineArea__inner -->
  </div><!-- //c-ctHeadlineArea__inWrap -->
</div><!-- //c-ctHeadlineArea -->
<div class="c-ctHeadlineArea p-about__ctHeadlineArea l-container--contents__leftType">
  <div class="c-ctHeadlineArea__inWrap l-container--contents__centerType">
    <div class="c-ctHeadlineArea__inner l-container--contents">
      <div class="c-ctHeadlineArea__contents p-about__ctHeadlineArea__contents">
        ダミーダミーダミーダミーダミー
      </div><!-- //c-ctHeadlineArea__contents -->
    </div><!-- //c-ctHeadlineArea__inner -->
  </div><!-- //c-ctHeadlineArea__inWrap -->
</div><!-- //c-ctHeadlineArea -->
```
*/

.c-ctHeadlineArea.l-container--contents__rightType:after {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.c-ctHeadlineArea.l-container--contents__leftType:before {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.c-ctHeadlineArea__inWrap {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }
  .l-container--contents__rightType .c-ctHeadlineArea__inWrap {
    border-left: 1px solid #d9d9d9; }
  .l-container--contents__leftType .c-ctHeadlineArea__inWrap {
    border-right: 1px solid #d9d9d9; }

.c-ctHeadlineArea__inner {
  position: relative; }

.c-ctHeadlineArea__title {
  line-height: 1.4; }

.c-ctHeadlineArea__contents {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }

/*
---
name: titleArea
category:
 - component/titleArea
---

```html
<div class="c-ctTitleArea l-container--contents__leftType">
  <div class="c-ctTitleArea__inWrap l-container--contents__centerType">
    <div class="c-ctTitleArea__inner l-container--contents">
      <div class="c-ctTitleArea__contents">
        <div class="c-ctTitleArea__label -pressrelease"><span>プレスリリース</span></div>
        <!-- プレスリリース = -pressrelease -->
        <!-- お知らせ = -information -->
        <!-- WEB = -web -->
        <!-- 新聞 = -newspaper -->
        <!-- 雑誌 = -magazine -->
        <!-- TV = -tv -->
        <!-- その他 = -other -->
        <h1 class="c-ctTitleArea__title">ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</h1>
      </div><!-- //c-ctTitleArea__contents -->
      <div class="c-ctTitleArea__date">2017.11.13</div>
      <div class="c-ctTitleArea__linkbtn"><a href="DUMMY" class="c-link--button--pdf">ダミーダミーダミー</a></div>
    </div><!-- //c-ctTitleArea__inner -->
  </div><!-- //c-ctTitleArea__inWrap -->
</div><!-- //c-ctTitleArea -->
```
*/

.c-ctTitleArea:before {
  border-bottom: 1px solid #d9d9d9; }

.c-ctTitleArea__inWrap {
  position: relative;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.c-ctTitleArea__inner {
  position: relative; }

.c-ctTitleArea__title {
  line-height: 1.4;
  text-align: center; }
  .c-ctTitleArea__title span {
    display: inline-block;
    text-align: left; }

.c-ctTitleArea__label {
  text-align: center; }
  .c-ctTitleArea__label span {
    display: inline-block;
    padding: 8px 13px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }
  .c-ctTitleArea__label.-information span {
    border: 1px solid #80bceb;
    color: #027ad7; }
  .c-ctTitleArea__label.-pressrelease span {
    border: 1px solid #f79fbe;
    color: #ef407e; }
  .c-ctTitleArea__label.-web span {
    border: 1px solid #cd87c6;
    color: #9c0f8d; }
  .c-ctTitleArea__label.-newspaper span {
    border: 1px solid #e2ca80;
    color: #c59501; }
  .c-ctTitleArea__label.-magazine span {
    border: 1px solid #83cda5;
    color: #089c4c; }
  .c-ctTitleArea__label.-tv span {
    border: 1px solid #ec8181;
    color: #da0303; }
  .c-ctTitleArea__label.-other span {
    border: 1px solid #b0b0b0;
    color: #626262; }

.c-ctTitleArea__date {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0 15px;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background: #fff;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.3em; }

/*
---
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: 42px;
    cursor: pointer; }
  .c-form-toggle__radio--design label::before {
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    background-color: #f2f2f2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    content: "";
    transition: .1s;
    vertical-align: middle;
    z-index: 10; }
  .c-form-toggle__radio--design input:checked + label::after {
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 6px;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    background-color: #0852a0;
    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;
    outline: none;
    z-index: 1; }
  .c-form-toggle__checkbox--design label {
    padding-left: 40px;
    line-height: 26px;
    cursor: pointer; }
  .c-form-toggle__checkbox--design input + label::before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f2f2f2;
    content: "";
    transition: .1s;
    vertical-align: middle;
    z-index: 14; }
  .c-form-toggle__checkbox--design input:checked + label::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 12px;
    height: 8px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    border-bottom: 3px solid #0852a0;
    border-left: 3px solid #0852a0;
    content: "";
    transition: .1s;
    z-index: 15; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics">
  <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 -information">お知らせ</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 -pressrelease">プレスリリース</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 -web">WEB</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 -newspaper">新聞</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 -magazine">雑誌</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 -tv">TV</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 -other">その他</div>
    <div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。</a></div>
  </li>
</ul>
```
*/

.c-topics__item:not(:first-child) {
  margin-top: 40px; }

.c-topics__date {
  padding-top: 3px;
  font-family: 'Noto Serif', serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.3em; }

.c-topics__label {
  display: inline-block;
  width: 110px;
  padding: 4px 0;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center; }
  .c-topics__label.-information {
    border: 1px solid #80bceb;
    color: #027ad7; }
  .c-topics__label.-pressrelease {
    border: 1px solid #f79fbe;
    color: #ef407e; }
  .c-topics__label.-web {
    border: 1px solid #cd87c6;
    color: #9c0f8d; }
  .c-topics__label.-newspaper {
    border: 1px solid #e2ca80;
    color: #c59501; }
  .c-topics__label.-magazine {
    border: 1px solid #83cda5;
    color: #089c4c; }
  .c-topics__label.-tv {
    border: 1px solid #ec8181;
    color: #da0303; }
  .c-topics__label.-other {
    border: 1px solid #b0b0b0;
    color: #626262; }

.c-topics__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7; }

.c-topics a {
  text-decoration: none; }

/*
---
name: TopicsList--type2
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics--type2">
  <li class="c-topics--type2__item">
    <time class="c-topics--type2__date" datetime="YYYY-mm-dd">2017.10.19</time>
    <a href="/DUMMY">
      <div class="c-topics--type2__heading">記事タイトルが入ります。記事タイトルが入ります。</div>
      <div class="c-topics--type2__title">記事タイトルが入ります。記事タイトルが入ります。</div>
    </a>
  </li>
  <li class="c-topics--type2__item">
    <time class="c-topics--type2__date" datetime="YYYY-mm-dd">2017.10.19</time>
    <a href="/DUMMY">
      <div class="c-topics--type2__heading">記事タイトルが入ります。記事タイトルが入ります。</div>
      <div class="c-topics--type2__title">記事タイトルが入ります。記事タイトルが入ります。</div>
    </a>
  </li>
</ul>
```
*/

.c-topics--type2__date {
  display: block;
  font-family: 'Noto Serif', serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.3em; }

.c-topics--type2__heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.7; }

.c-topics--type2__title {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8; }

.c-topics--type2 a {
  text-decoration: none; }

/*
---
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__label">ダミーダミー</div>
      <div class="c-topics__card__logo"><img src="https://dummyimage.com/200x100/333/fff&text=logo" alt=""></a></div>
      <div class="c-topics__card__picture"><img src="https://dummyimage.com/600x400/333/fff&text=image" alt=""></div>
      <div class="c-topics__card__text">ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</div>
    </a>
    <ul class="c-topics__card__other">
      <li><a href="/DUMMY" target="_blank" class="c-link--arrow -blank">BCN＋</a></li>
      <li><a href="/DUMMY" target="_blank" class="c-link--arrow">媒体資料（PDF）</a></li>
      <li><a href="/DUMMY" target="_blank" class="c-link--arrow">特集予定表（PDF）</a></li>
      <li><a href="/DUMMY" target="_blank" class="c-link--arrow">広告掲載に関する<br>お問い合わせはこちら</a></li>
    </ul>
  </li>
  <li class="c-topics__card__item">
    <a class="c-topics__card__link" href="/DUMMY">
      <div class="c-topics__card__label">ダミーダミー</div>
      <div class="c-topics__card__logo">ダミーダミー</a></div>
      <div class="c-topics__card__picture"><img src="https://dummyimage.com/400x400/333/fff&text=image" alt=""></div>
      <div class="c-topics__card__text">ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</div>
    </a>
    <ul class="c-topics__card__other">
      <li><a href="/DUMMY" target="_blank" class="c-link--arrow -blank">BCN＋</a></li>
      <li><a href="/DUMMY" target="_blank" class="c-link--arrow">媒体資料（PDF）</a></li>
      <li><a href="/DUMMY" target="_blank" class="c-link--arrow">広告掲載に関する<br>お問い合わせはこちら</a></li>
    </ul>
  </li>
</ul>
```
*/

.c-topics__card__link {
  display: block;
  position: relative;
  background: #fff;
  text-decoration: none; }

.c-topics__card__label {
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center; }
  a:hover .c-topics__card__label {
    background: #0852a0; }

.c-topics__card__logo {
  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;
  width: 100%;
  height: 40px; }
  .c-topics__card__logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.c-topics__card__picture {
  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-topics__card__picture img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.c-topics__card a {
  text-decoration: none; }

/* project ----------------------------- */
.p-about__titleArea__contents {
  position: absolute;
  bottom: -1px;
  width: 100%; }

.p-about__titleArea__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .p-about__titleArea__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
    text-align: center; }
    .p-about__titleArea__nav li a {
      text-decoration: none; }
    .p-about__titleArea__nav li.is-active a {
      border-bottom: 1px solid #0852a0; }

.p-about__visions {
  text-align: center; }

.p-about__messageTitle__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

.p-about__messageTitle {
  text-align: left; }

.p-about__message p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2; }

.p-about__message__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  float: right; }
  .p-about__message__image p {
    margin-bottom: 0; }

.p-about__message__banner {
  border-top: 1px solid #d9d9d9;
  text-align: center; }

.p-about__accessMap__title {
  font-weight: bold; }

.p-about__accessMap__link {
  text-align: center; }

.p-about__history {
  width: 100%; }
  .p-about__history__item {
    position: relative;
    width: 50%;
    border-top: 1px solid #d9d9d9; }
    .-rightStart .p-about__history__item:nth-of-type(odd), .-leftStart .p-about__history__item:nth-of-type(even) {
      left: -1px;
      float: right;
      border-left: 1px solid #000; }
    .-rightStart .p-about__history__item:nth-of-type(even), .-leftStart .p-about__history__item:nth-of-type(odd) {
      float: left;
      border-right: 1px solid #000; }
    .-rightStart .p-about__history__item:nth-of-type(odd) .p-about__history__item__date, .-leftStart .p-about__history__item:nth-of-type(even) .p-about__history__item__date {
      position: absolute;
      top: -1px;
      left: -1px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border-left: 1px solid #d9d9d9; }
    .-rightStart .p-about__history__item:nth-of-type(even) .p-about__history__item__date, .-leftStart .p-about__history__item:nth-of-type(odd) .p-about__history__item__date {
      position: absolute;
      top: -1px;
      right: 0;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      border-right: 1px solid #d9d9d9; }
    .p-about__history__item__date {
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      background: #fff;
      font-family: 'Noto Serif', serif;
      line-height: 1;
      text-align: center; }
      .p-about__history__item__date:after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 9px;
        height: 9px;
        -webkit-transform: translateY(50%) translateX(-50%);
        transform: translateY(50%) translateX(-50%);
        border-radius: 50%;
        background: #000;
        content: ''; }
    .p-about__history__item__image img {
      width: auto;
      height: auto; }
    .p-about__history__item__image.-wide img {
      width: auto;
      height: auto; }
  .p-about__history__year__inner {
    display: inline-block;
    position: relative;
    left: 50%;
    margin-bottom: 58px;
    padding: 15px 20px 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid #000;
    background: #fff;
    font-size: 24px;
    font-size: 2.4rem; }
    .p-about__history__year__inner span {
      font-family: 'Noto Serif', serif;
      font-size: 28px;
      font-size: 2.8rem;
      letter-spacing: 0.3em; }
    .p-about__history__year__inner:before {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 150%;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      border-left: 1px solid #000;
      content: ''; }

.p-about__policy__update {
  text-align: right; }

.p-about__policy__list {
  margin-top: 0;
  line-height: 2.2; }

.p-about__omoi__image {
  text-align: center; }

.p-about__omoi__item__photo {
  text-align: center; }

.p-about__omoi__item__name__main {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center; }

.p-about__omoi__item__name__kana {
  text-align: center; }

.p-about__omoi__list__title {
  font-weight: bold; }

.p-about__omoi__list__item {
  margin-top: 15px;
  line-height: 2.2; }

.p-contact__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  border: 1px solid #d9d9d9;
  background-color: #FFFFFF; }

.p-contact__status__item {
  position: relative;
  width: 33.333%;
  letter-spacing: 0.2em;
  text-align: center;
  counter-increment: cnt; }
  .p-contact__status__item::before {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent 0%, transparent 49%, #FFFFFF 50%, #FFFFFF 100%);
    font-family: 'Noto Serif', serif;
    line-height: 1;
    content: counter(cnt);
    z-index: 2; }
  .p-contact__status__item:not(:last-child)::after {
    display: inline-block;
    position: absolute;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: linear-gradient(to left bottom, #FFFFFF 0%, #FFFFFF 49%, transparent 50%, transparent 100%);
    content: "";
    z-index: 2; }
  .p-contact__status__item.is-current {
    background-color: #f2f2f2; }
    .p-contact__status__item.is-current::before {
      background: linear-gradient(to bottom, transparent 0%, transparent 49%, #f2f2f2 50%, #f2f2f2 100%);
      color: #0852a0; }
    .p-contact__status__item.is-current:not(:last-child)::after {
      border-color: #f2f2f2;
      background: linear-gradient(to left bottom, #f2f2f2 0%, #f2f2f2 49%, transparent 50%, transparent 100%); }

.c-dlList .p-contact__title {
  padding-top: 5px; }
  .c-dlList .p-contact__title::after {
    top: 8px; }

.p-contact__term {
  text-align: center; }

.p-contact__term__check {
  display: inline-block; }

.p-contact__button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.p-contact__button {
  outline: none;
  background: #fff; }
  .p-contact__button:hover {
    color: #027ad7;
    transition: .3s; }
  .p-contact__button:disabled {
    background: #f2f2f2; }
    .p-contact__button:disabled:hover {
      border: 1px solid #000;
      color: #000; }

.p-contact__button--return::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  content: ""; }

.p-contact__button--return:hover::before {
  background-image: url(/files/user/svg/arrow02_on.svg?v=1512638033); }

.p-intro__lead {
  line-height: 2.1;
  text-align: center; }

/*汎用？ページャスタイル*/
.p-media__pager {
  position: relative;
  margin: 50px 0 0;
  padding: 40px 0 0;
  overflow: hidden;
  border-top: solid 1px #ddd; }

.p-media__pager:after {
  display: block;
  clear: both;
  content: ""; }

.p-media__pager .prev {
  position: absolute;
  left: 0; }

.p-media__pager .prev a {
  display: block;
  position: absolute;
  position: absolute;
  padding: 10px 0;
  content: '';
  /*transform: translateY(-50%);*/
  transition: 0.3s; }

.p-media__pager .next {
  position: absolute;
  right: 0; }

.p-media__pager .next a {
  display: block;
  position: absolute;
  padding: 10px 0;
  content: '';
  /*transform: translateY(-50%);*/
  transition: 0.3s; }

.p-media__pager .prev span,
.p-media__pager .next span {
  display: none; }

.p-media__pager__navi {
  position: relative;
  left: 50%;
  float: left; }

.p-media__pager__navi li {
  position: relative;
  left: -50%;
  margin: 0 6px;
  float: left;
  text-align: center; }

.p-media__pager__navi li a {
  display: block;
  width: 34px;
  height: 34px;
  padding: 9px 9px;
  border-radius: 20px;
  background: #fff;
  font-family: 'Noto Serif', serif;
  text-decoration: none; }

.p-media__pager__navi li span {
  display: block;
  width: 34px;
  height: 34px;
  padding: 9px 9px;
  border-radius: 18px;
  background: #F2F2F2; }

/*カルーセルslickスタイル*/
.slides:after {
  display: block;
  position: relative;
  top: -37px;
  width: 100%;
  border-bottom: solid 1px #ddd;
  content: ""; }

.slick-slider {
  width: 1000px; }

.slick-list {
  width: 840px;
  margin: 0 auto;
  overflow: hidden; }

.slick-prev {
  display: block;
  position: absolute;
  padding: 10px 0;
  overflow: visible;
  outline: none;
  color: #fff;
  white-space: nowrap;
  content: '';
  cursor: pointer;
  /*transform: translateY(-50%);*/
  transition: 0.3s;
  z-index: 10; }
  .slick-prev.slick-disabled {
    cursor: auto;
    opacity: 0; }

.slick-next {
  display: block;
  position: absolute;
  padding: 10px 0;
  overflow: hidden;
  outline: none;
  color: #fff;
  white-space: nowrap;
  content: '';
  cursor: pointer;
  /*transform: translateY(-50%);*/
  transition: 0.3s;
  z-index: 10; }
  .slick-next.slick-disabled {
    cursor: auto;
    opacity: 0; }

/*月区分リンクスタイル*/
.p-media__manthly__list {
  margin: 0 0 50px; }

.p-media__manthly__list:after {
  display: block;
  clear: both;
  content: ""; }

.p-media__manthly__list li {
  width: 7.69%;
  float: left;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center; }

.p-media__manthly__list li.is-active span {
  position: relative;
  background: #F2F2F2;
  z-index: 10; }
  .p-media__manthly__list li.is-active span:before {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F2F2F2;
    content: ''; }
  .p-media__manthly__list li.is-active span:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent url(/files/user/svg/tab_bottom.svg?v=1512638033) center bottom no-repeat;
    background-size: 100% 100%;
    content: ''; }

.p-media__manthly__list li.is-active a {
  position: relative;
  background: #F2F2F2;
  font-size: 12px;
  z-index: 10; }
  .p-media__manthly__list li.is-active a:before {
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    width: 100%;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F2F2F2;
    content: ''; }
  .p-media__manthly__list li.is-active a:after {
    display: block;
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent url(/files/user/svg/tab_bottom.svg?v=1512638033) center bottom no-repeat;
    background-size: 100% 100%;
    content: ''; }

.p-media__manthly__list li:first-child {
  border-top: solid 1px #fff;
  border-right: solid 1px #ddd; }

.p-media__manthly__list li:last-child {
  border-right: solid 1px #ddd; }

.p-media__manthly__list li a {
  display: block;
  padding: 15px 10px;
  font-size: 13px;
  text-decoration: none; }

.p-media__manthly__list li a span {
  display: inline;
  padding: 0;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  font-weight: normal; }

.p-media__manthly__list li span {
  display: block;
  padding: 15px 10px;
  font-weight: bold;
  text-decoration: none; }

.p-media__manthly__select {
  position: relative; }

.p-media__manthly__select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-pack: center;
  -webkit-box-pack: center;
  box-sizing: content-box;
  width: auto;
  margin: 0;
  padding: 15px 0 14px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle; }

.p-media__manthly__select i {
  position: absolute;
  top: 18px;
  right: 25px; }

.p-media__manthly__select i:after {
  display: block;
  position: relative;
  top: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  border-width: 7.8px 4.5px 0 4.5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  color: #fff;
  content: "_"; }

.c-topics__media {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.25em; }

/*メディア掲載実績一覧*/
.p-media {
  /*&__info{*/
  /*}*/ }
  .p-media__topics {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #d9d9d9; }
    .p-media__topics__tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      overflow: hidden;
      z-index: 10; }
      .p-media__topics__tab li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        float: left;
        outline: none; }
        .p-media__topics__tab li:hover {
          color: #027ad7; }
        .p-media__topics__tab li.is-active:hover {
          color: #000000; }
      .p-media__topics__tab__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
        overflow: hidden; }
        li.is-active .p-media__topics__tab__item {
          font-weight: bold; }
          li.is-active .p-media__topics__tab__item:before {
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 100%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background: url(/files/user/svg/tab_bottom.svg?v=1512638033) center bottom no-repeat;
            background-size: 100% 100%;
            content: ''; }
      .p-media__topics__tab__item span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        font-family: 'Noto Serif', serif; }
        li:first-child .p-media__topics__tab__item span {
          /*border-left: 1px solid $c_border;*/ }
        li:last-child .p-media__topics__tab__item span {
          /*border-right: 1px solid $c_border;*/ }
        li.is-active .p-media__topics__tab__item span {
          margin-top: 0;
          padding-top: 10px;
          border-top: 1px solid transparent;
          border-bottom: 1px solid transparent;
          background: #f2f2f2; }
        li.is-active:first-child .p-media__topics__tab__item span {
          border-left: 1px solid transparent; }
        li.is-active:last-child .p-media__topics__tab__item span {
          border-right: 1px solid transparent; }
    .p-media__topics__list__headline {
      margin: 0 0 30px;
      padding: 30px 0 0;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.2em; }
      .p-media__topics__list__headline span {
        font-family: 'Noto Serif', serif;
        font-size: 28px;
        font-size: 2.8rem; }
    .p-media__topics__list__outer {
      display: none;
      position: relative;
      top: 30px; }
  .p-media__media {
    position: relative; }

/*汎用スタイルに移動？*/
.t-indent {
  text-indent: 1em; }

/*お知らせ詳細*/

.c-dlList2 dt {
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: bold; }

.c-dlList2 dd {
  line-height: 2.2; }

/*お知らせ一覧*/

.p-press__article * {
  max-width: 100%;
  /* クライアントの過去記事コンテンツ対応 */ }

.p-press__archive__list {
  margin: 80px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #d9d9d9; }
  .p-press__archive__list li {
    display: block;
    position: relative;
    float: left;
    text-align: center; }
    .p-press__archive__list li:after {
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
      background: #ddd;
      content: ''; }
    .p-press__archive__list li:last-child:after {
      background: none; }
    .p-press__archive__list li a {
      font-size: 13px;
      text-decoration: none; }
      .p-press__archive__list li a:hover {
        text-decoration: underline; }
    .p-press__archive__list li span {
      font-family: 'Noto Serif', serif;
      font-size: 14px; }

.p-press__info__topics {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #d9d9d9; }
  .p-press__info__topics__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-press__info__topics__tab li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 33.3333%; }
      .p-press__info__topics__tab li:hover {
        color: #027ad7; }
      .p-press__info__topics__tab li.is-active:hover {
        color: #000000; }
    .p-press__info__topics__tab__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%;
      overflow: hidden; }
      li.is-active .p-press__info__topics__tab__item:before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(/files/user/svg/tab_bottom.svg?v=1512638033) center bottom no-repeat;
        background-size: 100% 100%;
        content: ''; }
    .p-press__info__topics__tab__item span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin-top: 10px;
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9; }
      li:first-child .p-press__info__topics__tab__item span {
        border-left: 1px solid #d9d9d9; }
      li:last-child .p-press__info__topics__tab__item span {
        border-right: 1px solid #d9d9d9; }
      li.is-active .p-press__info__topics__tab__item span {
        margin-top: 0;
        padding-top: 10px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        background: #f2f2f2; }
      li.is-active:first-child .p-press__info__topics__tab__item span {
        border-left: 1px solid transparent; }
      li.is-active:last-child .p-press__info__topics__tab__item span {
        border-right: 1px solid transparent; }
  .p-press__info__topics__list__headline {
    margin: 0 0 30px;
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2em; }
    .p-press__info__topics__list__headline span {
      font-family: 'Noto Serif', serif;
      font-size: 28px;
      font-size: 2.8rem; }
  .p-press__info__topics__list__outer {
    position: relative; }

.p-press__info__media {
  position: relative; }

.p-recruit__titleArea__contents {
  position: absolute;
  bottom: -1px;
  width: 100%; }

.p-recruit__titleArea__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .p-recruit__titleArea__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.333%;
    text-align: center; }
    .p-recruit__titleArea__nav li a {
      text-decoration: none; }
    .p-recruit__titleArea__nav li.is-active a {
      border-bottom: 1px solid #0852a0; }

.p-recruit__footer__heading {
  letter-spacing: 0.2em; }

.p-top__mv {
  z-index: 100; }
  .p-top__mv__inner {
    margin-bottom: 0;
    overflow: hidden; }
  .p-top__mv__item {
    position: relative; }
  .p-top__mv__catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0 0 20px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000; }

.p-top__services {
  z-index: 500; }
  .p-top__services__title__inner {
    background: #fff; }
  .p-top__services__main li {
    position: relative; }
  .p-top__services__main__item--marketing a .p-top__services__main__en {
    color: #fff;
    transition: 0.3s; }
  .p-top__services__main__item--marketing a:hover .p-top__services__main__en {
    color: #027ad7; }
  .p-top__services__main__title {
    font-weight: bold; }
  .p-top__services__main__item--marketing a .p-top__services__main__title {
    color: #fff;
    transition: 0.3s; }
  .p-top__services__main__item--marketing a:hover .p-top__services__main__title {
    color: #027ad7; }
  .p-top__services__sub a {
    text-decoration: none; }
  .p-top__services__sub li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-top__services__sub__item {
    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;
    width: 100%; }
  .p-top__services__sub__type {
    background: #000;
    color: #fff;
    font-weight: bold;
    transition: 0.3s; }
    a:hover .p-top__services__sub__type {
      background: #027ad7; }
  .p-top__services__sub__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff; }
    .p-top__services__sub__image img {
      max-width: 100%;
      vertical-align: middle; }
  .p-top__services__sub__type {
    background: #000;
    color: #fff;
    font-weight: bold; }
    a:hover .p-top__services__sub__type {
      background: #027ad7; }
  .p-top__services__sub__title {
    text-decoration: none; }
    .p-top__services__sub__title.-blank:after {
      display: inline-block;
      width: 12px;
      height: 11px;
      background: url(/files/user/svg/icon_blank.svg?v=1512638033) no-repeat;
      background-size: 12px 11px;
      content: ''; }
    a:hover .p-top__services__sub__title.-blank:after {
      background: url(/files/user/svg/icon_blank_on.svg?v=1512638033) no-repeat;
      background-size: 12px 11px; }
  .p-top__services__other li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-top__services__other li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      font-weight: bold;
      text-decoration: none; }
      .p-top__services__other li a:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 35px;
        width: 51px;
        height: 6px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(/files/user/svg/arrow01.svg?v=1512638033) no-repeat;
        background-size: 100% 100%;
        content: ''; }
      .p-top__services__other li a:hover {
        border: 1px solid #027ad7; }
        .p-top__services__other li a:hover:after {
          background: url(/files/user/svg/arrow01_on.svg?v=1512638033) no-repeat;
          background-size: 100% 100%; }

.p-top__info__topics {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #d9d9d9; }
  .p-top__info__topics__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-top__info__topics__tab li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 33.3333%; }
      .p-top__info__topics__tab li:hover {
        color: #027ad7; }
      .p-top__info__topics__tab li.is-active:hover {
        color: #000000; }
    .p-top__info__topics__tab__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%;
      overflow: hidden; }
      li.is-active .p-top__info__topics__tab__item:before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(/files/user/svg/tab_bottom.svg?v=1512638033) center bottom no-repeat;
        background-size: 100% 100%;
        content: ''; }
    .p-top__info__topics__tab__item span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin-top: 10px;
      border-top: 1px solid #d9d9d9; }
      li:first-child .p-top__info__topics__tab__item span {
        border-left: 1px solid #d9d9d9; }
      li:last-child .p-top__info__topics__tab__item span {
        border-right: 1px solid #d9d9d9; }
      li.is-active .p-top__info__topics__tab__item span {
        margin-top: 0;
        padding-top: 10px;
        border-top: 1px solid transparent;
        background: #f2f2f2; }
      li.is-active:first-child .p-top__info__topics__tab__item span {
        border-left: 1px solid transparent; }
      li.is-active:last-child .p-top__info__topics__tab__item span {
        border-right: 1px solid transparent; }
  .p-top__info__topics__list__outer {
    display: none; }
    .p-top__info__topics__list__outer.is-active {
      display: block; }

.p-top__info__media {
  position: relative; }

/* utility ----------------------------- */

@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 (max-width: 768px) {
    body {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.1em; }
    button,
    input,
    optgroup,
    select,
    textarea {
      font-size: 12px;
      font-size: 1.2rem; }
      .l-container--large {
        width: 100%; }
    .l-container--contents__common {
      margin-bottom: 40px; }
    .l-container--contents__leftType .l-container--contents__centerType {
      margin-right: 15px; }
    .l-container--contents__rightType .l-container--contents__centerType {
      margin-left: 15px; }
    .l-container--wrap {
      padding-right: 15px;
      padding-left: 15px; }
  .l-header {
    z-index: 5000; }
  .l-container--contentsWrap {
    width: 100%;
    padding-top: 50px; }
  .p-footer {
    width: 100%;
    margin-top: 35px; }
    .p-footer__top {
      margin-right: 15px; }
      .p-footer__top a:hover {
        color: #fff; }
    .p-footer__top__inner {
      position: relative;
      padding: 30px 15px 40px;
      background: #434343; }
  .p-footer__map__item {
    padding: 20px 0;
    border-bottom: 1px solid #626262; }
    .p-footer__map__item__title {
      position: relative;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.2em; }
      .p-footer__map__item__title:before, .p-footer__map__item__title:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 15px;
        height: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: ''; }
      .p-footer__map__item__title:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7px, white 7px, white 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 100%) left top no-repeat; }
      .p-footer__map__item__title:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7px, white 7px, white 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 100%) left top no-repeat;
        transition: 0.3s; }
      .is-active .p-footer__map__item__title:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); }
  .p-footer__map__item__list {
    display: none;
    margin-top: 13px;
    transition: 0.3s; }
    .is-active .p-footer__map__item__list {
      display: block; }
    .p-footer__map__item__list li > a {
      display: block;
      padding: 12px 0; }
  .p-footer__other {
    margin-top: 25px; }
  .p-footer__logo {
    width: 90px;
    margin-top: 18px; }
  .p-footer__bottom {
    padding: 15px; }
    .p-footer__copyright__text {
      margin-bottom: 5px; }
    .p-footer__copyright__note {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.3; }
  .p-footer__globalsign {
    display: none; }
    .p-footer__pageTop {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background: #fff; }
      .p-footer__pageTop:before {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 21px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(/files/user/svg/arrow04.svg?v=1512638033) center top no-repeat;
        background-size: 100% 100%;
        content: ''; }
    .p-footer__pageTop__item {
      display: none; }
  .p-footer.-china .p-footer__top__inner,
  .p-footer.-english .p-footer__top__inner {
    padding: 10px 15px 30px; }
  .p-header {
    position: fixed;
    top: 0;
    left: 0; }
    .p-header__logo {
      width: 90px;
      height: 80px; }
    .p-header__logo a {
      width: 64px;
      height: 54px; }
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
    transition: 0.3s; }
    .p-header__nav.is-active {
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      pointer-events: auto; }
  .p-header__nav__btn {
    display: block;
    position: relative;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #fff;
    pointer-events: auto;
    transition: 0.3s; }
    .p-header__nav__btn__bars {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 1px;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      background: #000;
      transition: 0.3s; }
      .p-header__nav__btn__bars:before, .p-header__nav__btn__bars:after {
        display: block;
        width: 20px;
        height: 1px;
        background: #000;
        content: '';
        transition: 0.3s; }
      .p-header__nav__btn__bars:before {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px); }
      .p-header__nav__btn__bars:after {
        -webkit-transform: translateY(4px);
        transform: translateY(4px); }
  .p-header__nav__inner {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    padding: 15px 30px 5px;
    background: #0852a0;
    color: #fff;
    pointer-events: auto;
    transition: 0.3s; }
    .is-active .p-header__nav__inner {
      display: block;
      overflow-y: auto; }
  .p-header__nav__inner a {
    color: #fff; }
  .p-header__nav__list {
    margin-bottom: 10px;
    border-bottom: 1px solid #027ad7; }
  .p-header__nav__list li {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-header__nav__list li > a {
      display: block;
      padding: 15px; }
  .p-header__lang {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.15em; }
  .p-header__lang a {
    display: inline-block;
    padding: 15px;
    color: #fff; }
    .c-ctBox.l-container--contents__rightType:after {
      min-width: 15px; }
    .c-ctBox.l-container--contents__leftType:before {
      min-width: 15px; }
  .c-ctBox__contents {
    margin: 0 15px; }
      .c-ctBox--type2__inner {
        padding: 15px; }
    .c-dlList {
      width: 100%;
      margin-bottom: 30px;
      font-size: 13px;
      font-size: 1.3rem; }
      .c-dlList dt {
        display: inline-block;
        margin: 0 0 5px 0;
        padding: 0 15px 0 0; }
        .c-dlList dt:after {
          display: block;
          position: absolute;
          top: 5px;
          right: 0;
          width: 1px;
          height: 15px; }
    .c-dlList dd {
      display: block; }
      .c-dlList__outer {
        padding: 30px 0 0; }
      .c-dlList__2cols__item {
        width: 50%; }
    .c-dlList--type2 {
      margin-bottom: 10px; }
    .c-dlList--type2 dd {
      display: block; }
  .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 {
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.3em; }
    .c-heading--lv2 {
      margin-bottom: 15px;
      padding-bottom: 25px;
      font-size: 14px;
      font-size: 1.4rem; }
    .c-heading--lv3 {
      margin-bottom: 15px;
      font-size: 13px;
      font-size: 1.3rem; }
    .c-heading--lv4 {
      margin-bottom: 15px;
      font-size: 13px;
      font-size: 1.3rem; }
    .c-heading--lv2--common {
      margin-bottom: 15px;
      font-size: 17px;
      font-size: 1.7rem;
      letter-spacing: 0.2em; }
  .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-form-input, .c-form-input--tel, .c-form-input--zip, .c-form-input--textarea {
      font-size: 16px;
      font-size: 1.6rem; }
    .c-link--button, .c-link--button--pdf {
      height: 40px;
      padding: 0 15px;
      border-radius: 20px;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.3em;
      line-height: 40px;
      text-align: center; }
    .c-link--button--arrow {
      min-width: 200px;
      height: 40px;
      padding: 0 34px 0 15px;
      border-radius: 20px;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.3em;
      line-height: 40px;
      text-align: left; }
      .c-link--button--arrow:after {
        width: 21px;
        height: 6px;
        background: url(/files/user/svg/arrow06.svg?v=1512638033) no-repeat;
        background-size: 100% 100%; }
      .c-link--button--arrow:hover:after {
        background: url(/files/user/svg/arrow06_on.svg?v=1512638033) no-repeat;
        background-size: 100% 100%; }
    .c-link--button--type2 {
      height: 30px;
      padding: 0 15px;
      border-radius: 15px;
      font-size: 11px;
      font-size: 1.1rem;
      letter-spacing: 0.3em;
      line-height: 30px; }
  .c-link--button--pdf {
    padding: 0 40px 0 15px; }
    .c-link--button--pdf:after {
      width: 20px;
      height: 20px; }
    .c-link--arrow {
      padding-left: 30px;
      font-size: 13px;
      font-size: 1.3rem; }
  [class^='c-list'] {
    margin-bottom: 15px; }
    .c-modal__contents {
      width: calc(100% - 30px);
      padding: 30px 20px; }
      .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-text, .c-article p {
      margin: 15px 0;
      font-size: 13px;
      font-size: 1.3rem; }
  .c-titleArea {
    margin-bottom: 45px; }
    .c-titleArea:before {
      min-width: 15px; }
    .c-titleArea__inWrap {
      background: url(/files/user/svg/title_bg_common.svg?v=1512638033) center center no-repeat;
      background-size: 300px auto; }
    .c-titleArea__inner {
      min-height: 135px; }
    .c-titleArea__en {
      position: absolute;
      top: 10px;
      left: 0;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.3em; }
    .c-titleArea__title {
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.3em; }
    .c-titleArea__contents {
      width: 95%; }
  .c-ctHeadlineArea {
    margin-bottom: 45px; }
    .c-ctHeadlineArea.l-container--contents__rightType:after {
      min-width: 15px; }
    .c-ctHeadlineArea.l-container--contents__leftType:before {
      min-width: 15px; }
    .c-ctHeadlineArea__inner {
      min-height: 135px; }
    .c-ctHeadlineArea__title {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.2em; }
    .c-ctHeadlineArea__contents {
      width: 100%;
      padding: 0 15px; }
  .c-ctTitleArea {
    margin-bottom: 45px; }
    .c-ctTitleArea:before {
      min-width: 15px; }
    .c-ctTitleArea__inner {
      min-height: 155px; }
  .c-ctTitleArea__contents {
    width: 100%;
    padding: 15px; }
    .c-ctTitleArea__title {
      padding-bottom: 15px;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.3em; }
    .c-ctTitleArea__label {
      margin-bottom: 15px; }
      .c-ctTitleArea__label span {
        padding: 2px 0; }
  .c-ctTitleArea__linkbtn {
    display: none; }
  .c-ctTitleArea__linkbtn--sp {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right; }
  .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-topics__date {
      display: inline-block; }
    .c-topics__label {
      margin: 0 10px; }
    .c-topics__label {
      padding: 2px 0; }
    .c-topics__title {
      margin-top: 5px; }
  .c-topics--type2__item:not(:first-child) {
    margin-top: 45px; }
    .c-topics--type2__date {
      margin-bottom: 15px; }
    .c-topics--type2__heading {
      margin-bottom: 10px; }
  .c-topics__card__list {
    margin-left: 10px; }
  .c-topics__card__item {
    margin-bottom: 30px; }
    .c-topics__card__link {
      padding: 60px 15px 15px 15px;
      border: 1px solid #f2f2f2; }
    .c-topics__card__label {
      position: absolute;
      top: 15px;
      left: -10px;
      width: 120px;
      padding: 10px 0; }
    .c-topics__card__logo {
      margin-bottom: 10px;
      font-size: 17px;
      font-size: 1.7rem; }
    .c-topics__card__picture {
      width: 100%;
      height: 100px;
      margin-bottom: 15px; }
  .c-topics__card__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
  .c-topics__card__other {
    margin: 0 10px; }
  .c-topics__card__other li {
    margin-top: 10px; }
      .p-about__titleArea__nav li {
        border-bottom: 1px solid tranceparent; }
        .p-about__titleArea__nav li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          margin: 0 5px;
          padding: 10px 0; }
  .p-about__list {
    margin-bottom: 0; }
    .p-about__visions__mission {
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #d9d9d9; }
    .p-about__visions__mission p {
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.2em;
      line-height: 2.4; }
    .p-about__visions__vision p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.4; }
    .p-about__messageTitle__text {
      margin-bottom: 10px; }
  .p-about__message__outer {
    margin-bottom: 30px; }
    .p-about__message__image {
      max-width: 90%;
      margin-top: 15px; }
      .p-about__message__image p {
        white-space: nowrap; }
  .p-about__message__photo {
    margin-left: 15px; }
    .p-about__message__banner {
      padding-top: 30px; }
    .p-about__message__banner__image {
      margin-top: 15px;
      margin-bottom: 60px; }
  .p-about__accessMap__item {
    max-width: 588px;
    margin-right: auto;
    margin-left: auto; }
  .p-about__accessMap__item:not(:first-of-type) {
    margin-top: 20px; }
    .p-about__accessMap__title {
      margin-bottom: 15px;
      font-size: 14px;
      font-size: 1.4rem; }
  .p-about__accessMap__image {
    margin-top: 15px; }
    .p-about__accessMap__link {
      margin-top: 10px; }
        .-rightStart .p-about__history__item:nth-of-type(odd), .-leftStart .p-about__history__item:nth-of-type(even) {
          padding: 45px 0 15px 15px;
          clear: both; }
        .-rightStart .p-about__history__item:nth-of-type(even), .-leftStart .p-about__history__item:nth-of-type(odd) {
          padding: 45px 15px 15px 0;
          clear: both; }
        .p-about__history__item__date {
          padding: 10px;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.3em; }
      .-rightStart .p-about__history__item:nth-of-type(odd) .p-about__history__item__image, .-leftStart .p-about__history__item:nth-of-type(even) .p-about__history__item__image {
        text-align: right; }
      .-rightStart .p-about__history__item:nth-of-type(even) .p-about__history__item__image, .-leftStart .p-about__history__item:nth-of-type(odd) .p-about__history__item__image {
        text-align: left; }
      .p-about__history__item__image {
        width: 100%; }
        .p-about__history__item__image img {
          max-width: 116px;
          max-height: 180px;
          margin-bottom: 10px; }
        .p-about__history__item__image.-wide img {
          max-width: 120px;
          max-height: 170px;
          margin-bottom: 10px; }
      .p-about__history__item__text {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2.1; }
    .p-about__policy__update {
      margin-top: 0; }
  .p-about__policy__contact {
    margin-bottom: 25px; }
  .p-about__policy__contact__title {
    margin-bottom: 0; }
  .p-about__policy__contact__text {
    margin-top: 10px; }
  .p-about__policy__contact__text:last-child {
    margin-bottom: 0; }
    .p-about__omoi__image {
      margin-bottom: 30px; }
  .p-about__omoi__item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9; }
    .p-about__omoi__item__photo {
      margin-bottom: 10px; }
  .p-about__omoi__item__name {
    margin-bottom: 15px; }
  .p-about__omoi__history {
    margin-bottom: 30px; }
  .p-about__omoi__text {
    margin-bottom: 30px; }
    .p-about__omoi__list__title {
      margin-bottom: 15px; }
    .p-about__omoi__list__item__note {
      font-size: 11px;
      font-size: 1.1rem; }
  .p-contact__lead {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2; }
    .p-contact__status {
      margin-bottom: 30px; }
    .p-contact__status__item {
      height: 50px;
      padding: 12px 0 0 12px;
      line-height: 1.2; }
    .p-contact__status__item:last-child {
      padding-top: 18px; }
      .p-contact__status__item::before {
        top: -11px;
        left: 52%;
        width: 20px;
        font-size: 20px;
        font-size: 2rem; }
      .p-contact__status__item:not(:last-child)::after {
        top: 11px;
        right: -14px;
        width: 27px;
        height: 27px;
        -webkit-transform: rotate(45deg) skew(20deg, 20deg);
        transform: rotate(45deg) skew(20deg, 20deg); }
    .p-contact__term {
      margin: 30px 0; }
    .p-contact__term__check {
      margin-top: 20px; }
    .p-contact__button__outer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .p-contact__button {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      height: 60px;
      border-radius: 0;
      line-height: 58px; }
        .p-contact__button:disabled:hover:after {
          background: url(/files/user/svg/arrow06.svg?v=1512638033) no-repeat;
          background-size: 100% 100%; }
  .p-contact__button--return {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
    text-align: right; }
    .p-contact__button--return::before {
      width: 21px;
      height: 6px;
      background: url(/files/user/svg/arrow06.svg?v=1512638033) no-repeat center top/100% 100%; }
  .p-intro__titleArea {
    margin-bottom: 20px; }
    .p-intro__lead {
      font-size: 14px;
      font-size: 1.4rem; }
  .p-intro__card__list {
    position: relative;
    top: -20px; }
  .p-intro__card__list__outer {
    margin-top: 80px; }
    .p-media__pager {
      margin: 30px 15px 0 10px;
      padding: 20px 0 0; }
    .p-media__pager .prev a {
      top: -7px;
      left: 0;
      width: 21px;
      height: 6px;
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1);
      background: url(/files/user/svg/arrow06.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px; }
    .p-media__pager .next a {
      top: -7px;
      right: 0;
      width: 21px;
      height: 6px;
      background: url(/files/user/svg/arrow06.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px; }
    .p-media__pager__navi li {
      margin: 0 3px; }
    .p-media__pager__navi li a {
      padding: 10px 10px; }
    .p-media__pager__navi li span {
      padding: 10px 10px; }
    .slides:after {
      width: auto;
      margin: 0 15px 0 10px; }
    .slick-list {
      margin: 0 30px; }
    .slick-prev {
      top: 23%;
      left: 0;
      width: 21px;
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1);
      background: url(/files/user/svg/arrow06.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px;
      text-indent: 250%; }
    .slick-next {
      top: 23%;
      right: 0;
      width: 21px;
      background: url(/files/user/svg/arrow06.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px;
      text-indent: 250%; }
    .p-media__manthly__list {
      margin: 0 15px 30px 10px; }
    .p-media__manthly__list:after {
      position: relative;
      top: -2px;
      border-bottom: solid 1px #ddd; }
    .p-media__manthly__list li {
      width: 48%;
      margin: 0 2% 0 0; }
  .p-media__manthly__list li a {
    background: #F2F2F2; }
      .p-media__manthly__list li.is-active span:before {
        height: 10px; }
      .p-media__manthly__list li.is-active span:after {
        top: 43px;
        height: 10px; }
    .p-media__manthly__list li:first-child {
      border-right: solid 1px transparent;
      border-bottom: solid 1px transparent; }
    .p-media__manthly__list li:last-child {
      width: 50%;
      margin: 0;
      border-left: solid 1px #ddd; }
    .c-topics__media {
      margin: 5px 0 5px -2px;
      line-height: 1.5em; }
    .p-media__title {
      font-size: 17px;
      font-size: 1.7rem;
      letter-spacing: 0.2em; }
      .p-media__topics {
        margin-top: 80px;
        margin-bottom: 35px;
        padding: 28px 0 20px 0;
        border-bottom: 1px solid #d9d9d9; }
        .p-media__topics__tab {
          position: relative;
          top: -56px;
          left: 0;
          width: auto;
          height: 70px;
          margin: 0 15px -30px 10px; }
          .p-media__topics__tab__item {
            height: 70px;
            font-size: 13px; }
              li.is-active .p-media__topics__tab__item:before {
                height: 10px; }
          .p-media__topics__tab__item span {
            height: 50px; }
            li.is-active .p-media__topics__tab__item span {
              height: 60px; }
      .p-media__topics__list {
        margin: 0 15px 0 10px; }
        .p-media__topics__list__headline {
          margin: 0 15px 0 10px;
          padding: 0 0 20px;
          font-size: 18px;
          font-size: 1.8rem; }
          .p-media__topics__list__headline span {
            font-size: 20px;
            font-size: 2rem; }
        .p-media__topics__list__outer {
          top: 0; }
        .p-media__topics__list__outer.is-active {
          display: block; }
      .p-media__topics__more {
        margin-top: 30px;
        text-align: center; }
      .p-media__media__title {
        margin-bottom: 35px;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.2em; }
      .p-media__media__more {
        margin-top: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #d9d9d9;
        text-align: center; }
  .c-dlList2 {
    margin: 20px 5px; }
    .c-dlList2 dt {
      margin: 0 0 20px; }
  .p-press__article {
    padding: 0;  }
    .p-press__archive__list {
      margin: 30px 15px 0 10px;
      padding: 0; }
      .p-press__archive__list li {
        width: 25%;
        margin: 30px 0 0; }
        .p-press__archive__list li:after {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          height: 15px; }
      .p-press__archive__list li:nth-child(4n):after {
        background: none; }
  .p-press__info__title {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.2em; }
    .p-press__info__topics {
      margin-top: 80px;
      margin-bottom: 35px;
      padding: 28px 0 20px 0;
      border-bottom: 1px solid #d9d9d9; }
      .p-press__info__topics__tab {
        position: relative;
        top: -56px;
        left: 0;
        width: auto;
        height: 70px;
        margin: 0 15px -30px 10px; }
        .p-press__info__topics__tab__item {
          height: 70px; }
          li.is-active .p-press__info__topics__tab__item:before {
            height: 10px; }
        .p-press__info__topics__tab__item span {
          height: 50px; }
          li.is-active .p-press__info__topics__tab__item span {
            height: 60px; }
    .p-press__info__topics__list {
      margin: 0 15px 0 10px; }
      .p-press__info__topics__list__headline {
        margin: 0 15px 30px 10px;
        padding: 0 0 20px;
        font-size: 18px;
        font-size: 1.8rem; }
        .p-press__info__topics__list__headline span {
          font-size: 20px;
          font-size: 2rem; }
      .p-press__info__topics__list__outer {
        display: block;
        top: 0; }
    .p-press__info__topics__more {
      margin-top: 30px;
      text-align: center; }
    .p-press__info__media__title {
      margin-bottom: 35px;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0.2em; }
    .p-press__info__media__more {
      margin-top: 35px;
      padding-bottom: 35px;
      border-bottom: 1px solid #d9d9d9;
      text-align: center; }
      .p-recruit__titleArea__nav li {
        border-bottom: 1px solid tranceparent; }
        .p-recruit__titleArea__nav li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          margin: 0 5px;
          padding: 10px 0; }
  .p-recruit__footer {
    margin: 0 -15px 0 0 !important; }
  .p-recruit__footer__inner {
    margin: 40px 0; }
    .p-recruit__footer__heading {
      margin-bottom: 25px;
      font-size: 17px;
      font-size: 1.7rem; }
  .p-recruit__footer__text {
    line-height: 1.8em; }
  .p-recruit__footer__text p {
    margin: 0 0 25px; }
      .p-top__mv__catch {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.2em;
        line-height: 1.9; }
    .p-top__services {
      position: relative;
      margin-top: -35px; }
    .p-top__services:after {
      background: linear-gradient(to bottom, transparent 0%, transparent 120px, #f2f2f2 120px, #f2f2f2 100%) left top no-repeat;
      background-size: 100% 100%; }
    .p-top__services__inner {
      background: linear-gradient(to bottom, transparent 0%, transparent 120px, #f2f2f2 120px, #f2f2f2 100%) left top no-repeat;
      background-size: 100% 100%; }
      .p-top__services__title__inner {
        display: inline-block;
        position: relative;
        left: -15px;
        padding: 15px 17px;
        font-size: 17px;
        font-size: 1.7rem;
        letter-spacing: 0.2em;
        line-height: 1.4; }
      .p-top__services__title__inner span {
        display: inline-block;
        float: left;
        clear: left; }
    .p-top__services__main {
      margin-right: 15px;
      margin-bottom: 35px;
      margin-left: 15px; }
      .p-top__services__main li {
        max-width: 95%;
        margin-bottom: 15px;
        float: left; }
    a .p-top__services__main__en {
      position: absolute;
      top: 12px;
      left: 15px;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.5em;
      line-height: 1.1; }
      .p-top__services__main__title {
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.3em;
        line-height: 1.5; }
    .p-top__services__main a:after {
      position: absolute;
      top: 50%;
      right: 15px;
      width: 31px;
      height: 6px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(/files/user/svg/arrow05.svg?v=1512638033) no-repeat;
      background-size: 100% 100%;
      content: ''; }
    .p-top__services__main a:hover:after {
      background: url(/files/user/svg/arrow05_on.svg?v=1512638033) no-repeat;
      background-size: 100% 100%; }
    .p-top__services__main__item--marketing a:after {
      background: url(/files/user/svg/arrow05_w.svg?v=1512638033) no-repeat;
      background-size: 100% 100%; }
    .p-top__services__sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 86%;
      margin: 0 0 10px 12px; }
      .p-top__services__sub li {
        width: 46%;
        margin-bottom: 10px;
        padding: 0 0 0 13px; }
      .p-top__services__sub__type {
        lin-height: 1.25;
        position: absolute;
        top: 9px;
        left: -13px;
        padding: 5px;
        font-size: 11px;
        font-size: 1.1rem; }
      .p-top__services__sub__image {
        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;
        min-height: 120px;
        margin-bottom: 7px;
        padding: 30px 10px 15px; }
      .p-top__services__sub__title {
        min-height: 34px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5; }
        .p-top__services__sub__title.-blank:after {
          margin-left: 5px; }
    .p-top__services__other {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 95%;
      margin: 0 auto 40px; }
      .p-top__services__other li {
        width: 100%; }
        .p-top__services__other li:nth-child(even) {
          position: relative;
          top: -1px; }
          .p-top__services__other li:nth-child(even) a {
            border-top: 1px solid transparent; }
            .p-top__services__other li:nth-child(even) a:hover {
              border-top: 1px solid #027ad7; }
        .p-top__services__other li a {
          height: 60px;
          padding-left: 45px;
          border: 1px solid #000;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.3em;
          line-height: 1.2; }
    .p-top__services__image {
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(-100%) rotate(90deg);
      transform: translateX(-100%) rotate(90deg);
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
      .p-top__services__image img {
        max-width: none;
        height: 53px; }
  .p-top__info__title {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.2em; }
    .p-top__info__topics {
      margin-top: 80px;
      margin-bottom: 35px;
      padding: 28px 0 20px 0;
      border-bottom: 1px solid #d9d9d9; }
      .p-top__info__topics__tab {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 70px; }
        .p-top__info__topics__tab__item {
          height: 70px; }
          li.is-active .p-top__info__topics__tab__item:before {
            height: 10px; }
        .p-top__info__topics__tab__item span {
          height: 50px; }
          li.is-active .p-top__info__topics__tab__item span {
            height: 60px; }
    .p-top__info__topics__more {
      margin-top: 30px;
      text-align: center; }
    .p-top__info__media__title {
      margin-bottom: 35px;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0.2em; }
    .p-top__info__media__more {
      margin-top: 35px;
      padding-bottom: 35px;
      border-bottom: 1px solid #d9d9d9;
      text-align: center; }
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; } }

@media screen and (min-width: 769px) {
      .l-container--large {
        width: 1400px; }
      .l-container--middle {
        width: 1240px; }
      .l-container--contents {
        width: 1000px;
        margin: 0 auto; }
    .l-container--contents__common {
      margin-bottom: 105px; }
      .l-container--contents__centerType {
        width: 1320px;
        margin: 0 auto; }
    .l-container--contents__leftType .l-container--contents__centerType {
      margin-right: 80px; }
    .l-container--contents__rightType .l-container--contents__centerType {
      margin-left: 80px; }
  .l-header {
    z-index: 1000; }
  .p-footer {
    margin-top: 140px; }
    .p-footer__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-footer__top:before, .p-footer__top:after {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 60px;
        content: ''; }
      .p-footer__top:before {
        background: #434343; }
    .p-footer__top__inner {
      position: relative;
      padding: 80px 10px;
      background: #434343; }
  .p-footer__map {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #626262; }
  .p-footer__map__item {
    width: 25%;
    float: left; }
    .p-footer__map__item__title {
      margin-bottom: 25px;
      font-size: 13px;
      font-size: 1.3rem; }
  .p-footer__map__item__list {
    font-size: 13px;
    font-size: 1.3rem; }
    .p-footer__map__item__list li {
      margin-top: 15px; }
  .p-footer__other a {
    margin-right: 28px;
    font-size: 12px;
    font-size: 1.2rem; }
  .p-footer__logo {
    width: 140px;
    float: right; }
  .p-footer__bottom {
    padding: 35px 0; }
  .p-footer__bottom__inner {
    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; }
    .p-footer__copyright__text {
      margin-bottom: 20px; }
    .p-footer__copyright__note {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.4; }
  .p-footer__pmark {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #d9d9d9; }
  .p-footer__globalsign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 315px; }
  .p-footer__globalsign__image {
    width: 100px;
    margin-right: 18px;
    float: left; }
    .p-footer__globalsign__note {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.3; }
    .p-footer__pageTop {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: rotate(90deg) translateY(-100%) translateX(100%);
      transform: rotate(90deg) translateY(-100%) translateX(100%);
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%; }
    .p-footer__pageTop__item {
      position: relative;
      padding-top: 2px;
      padding-left: 40px;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.3em;
      line-height: 1;
      line-height: 40px; }
      .p-footer__pageTop__item:before {
        display: block;
        content: ''; }
      .p-footer__pageTop__item:hover {
        color: #027ad7;
        cursor: pointer; }
  .p-footer.-china .p-footer__top__inner,
  .p-footer.-english .p-footer__top__inner {
    padding: 50px 10px; }
  .p-header {
    position: relative; }
  .p-header__inner {
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    height: 110px;
    padding-top: 45px;
    padding-right: 200px;
    padding-left: 200px;
    background: linear-gradient(to bottom, #fff 0%, #fff 110px, transparent 110px, transparent 100%) left top no-repeat;
    background-size: 100% 100%; }
    .p-header__logo {
      width: 200px;
      height: 200px; }
    .p-header__logo a {
      width: 133px;
      height: 108px; }
  .p-header__nav {
    display: block;
    margin: 0 auto; }
  .p-header__nav__btn {
    display: none; }
  .p-header__nav__list {
    width: 100%;
    text-align: center; }
  .p-header__nav__list li {
    display: inline-block;
    padding: 0 18px;
    line-height: 1.4; }
    .p-header__nav__list li > a {
      display: block;
      padding: 0 0 10px; }
    .p-header__nav__list li.is-active > a {
      border-bottom: 1px solid #0852a0; }
  .p-header__lang {
    position: absolute;
    top: 45px;
    right: 40px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.15em; }
    .c-ctBox.l-container--contents__rightType:after {
      min-width: 80px; }
    .c-ctBox.l-container--contents__leftType:before {
      min-width: 80px; }
  .c-ctBox__contents {
    margin: 0 auto; }
      .c-ctBox--type2__inner {
        padding: 20px 40px; }
    .c-dlList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 750px;
      margin: 0 auto 50px;
      font-size: 14px;
      font-size: 1.4rem; }
      .c-dlList dt {
        width: 200px;
        min-width: 200px;
        margin: 0 35px 0 0;
        padding: 0 35px 0 0;
        text-align: right; }
        .c-dlList dt span {
          display: inline-block;
          text-align: left; }
        .c-dlList dt:after {
          display: block;
          position: absolute;
          top: 3px;
          right: 0;
          width: 1px;
          height: 24px; }
    .c-dlList dd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .c-dlList__outer {
        padding: 60px 0 0; }
      .c-dlList__2cols__item:first-child {
        width: 165px; }
      .c-dlList__2cols__item:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .c-dlList__outer.-english dt {
      width: 35%;
      min-width: 35%; }
    .c-dlList--type2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .c-dlList--type2 dt {
      width: 25%;
      margin-right: 15px; }
    .c-dlList--type2 dd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .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 {
      font-size: 30px;
      font-size: 3rem;
      letter-spacing: 0.3em; }
    .c-heading--lv2 {
      margin-bottom: 35px;
      padding-bottom: 35px;
      font-size: 18px;
      font-size: 1.8rem; }
    .c-heading--lv3 {
      margin-bottom: 35px;
      font-size: 16px;
      font-size: 1.6rem; }
    .c-heading--lv4 {
      margin-bottom: 35px;
      font-size: 16px;
      font-size: 1.6rem; }
    .c-heading--lv2--common {
      margin-bottom: 35px;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.2em; }
  .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-link--button, .c-link--button--pdf {
      height: 50px;
      padding: 0 20px;
      border-radius: 25px;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.3em;
      line-height: 50px;
      text-align: center; }
    .c-link--button--arrow {
      min-width: 220px;
      height: 50px;
      padding: 0 58px 0 20px;
      border-radius: 25px;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.3em;
      line-height: 50px;
      text-align: left; }
      .c-link--button--arrow:after {
        width: 36px;
        height: 6px;
        background: url(/files/user/svg/arrow02.svg?v=1512638033) no-repeat;
        background-size: 100% 100%; }
      .c-link--button--arrow:hover:after {
        background: url(/files/user/svg/arrow02_on.svg?v=1512638033) no-repeat;
        background-size: 100% 100%; }
    .c-link--button--type2 {
      height: 30px;
      padding: 0 15px;
      border-radius: 15px;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.3em;
      line-height: 30px; }
  .c-link--button--pdf {
    padding: 0 60px 0 20px; }
    .c-link--button--pdf:after {
      width: 24px;
      height: 24px; }
    .c-link--arrow {
      padding-left: 30px;
      font-size: 14px;
      font-size: 1.4rem; }
  [class^='c-list'] {
    margin-bottom: 35px; }
    .c-modal__contents {
      width: 800px;
      padding: 30px; }
      .c-modal__close:after, .c-modal__close:before {
        width: 20px; }
    .c-pager__link {
      width: 28px;
      height: 28px;
      line-height: 26px; }
    .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-text, .c-article p {
      margin: 35px 0;
      font-size: 14px;
      font-size: 1.4rem; }
  .c-titleArea {
    margin-bottom: 105px; }
    .c-titleArea:before {
      min-width: 80px; }
    .c-titleArea__inWrap {
      background: url(/files/user/svg/title_bg_common.svg?v=1512638033) center center no-repeat;
      background-size: 60% auto; }
    .c-titleArea__inner {
      min-height: 200px; }
    .c-titleArea__en {
      position: absolute;
      top: 18px;
      left: 0;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.5em; }
    .c-titleArea__title {
      font-size: 30px;
      font-size: 3rem;
      letter-spacing: 0.3em; }
    .c-titleArea__contents {
      width: 100%; }
  .c-ctHeadlineArea {
    margin-bottom: 105px; }
    .c-ctHeadlineArea.l-container--contents__rightType:after {
      min-width: 80px; }
    .c-ctHeadlineArea.l-container--contents__leftType:before {
      min-width: 80px; }
    .c-ctHeadlineArea__inner {
      min-height: 200px; }
    .c-ctHeadlineArea__title {
      font-size: 28px;
      font-size: 2.8rem;
      letter-spacing: 0.2em; }
    .c-ctHeadlineArea__contents {
      width: 100%; }
  .c-ctTitleArea {
    margin-bottom: 105px; }
    .c-ctTitleArea:before {
      min-width: 80px; }
    .c-ctTitleArea__inner {
      min-height: 220px;
      padding-top: 60px;
      padding-bottom: 40px; }
  .c-ctTitleArea__contents {
    width: 100%; }
    .c-ctTitleArea__title {
      padding-bottom: 20px;
      font-size: 26px;
      font-size: 2.6rem;
      letter-spacing: 0.3em; }
    .c-ctTitleArea__label {
      margin-bottom: 20px; }
  .c-ctTitleArea__linkbtn {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  .c-ctTitleArea__linkbtn--sp {
    display: none; }
  .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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    .c-topics__date {
      display: block; }
    .c-topics__label {
      margin: 0 28px; }
    .c-topics__title {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-top: 3px; }
  .c-topics--type2__item:not(:first-child) {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #d9d9d9; }
    .c-topics--type2__date {
      margin-bottom: 25px; }
    .c-topics--type2__heading {
      margin-bottom: 25px; }
  .c-topics__card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
  .c-topics__card__list:not(:first-of-type) {
    margin-top: 105px; }
  .c-topics__card__item {
    width: 46%; }
    .c-topics__card__link {
      padding: 80px 30px 40px 30px;
      border: 2px solid #f2f2f2; }
    .c-topics__card__label {
      position: absolute;
      top: 20px;
      left: -20px;
      width: 150px;
      padding: 10px 0; }
    .c-topics__card__logo {
      margin-bottom: 25px;
      font-size: 24px;
      font-size: 2.4rem; }
    .c-topics__card__picture {
      width: 100%;
      height: 180px;
      margin-bottom: 30px; }
  .c-topics__card__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2; }
  .c-topics__card__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
  .c-topics__card__other li {
    width: 48%; }
    .c-topics__card__other li:nth-child(even) {
      margin-left: 4%; }
    .c-topics__card__other li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
      margin-bottom: 10px;
      padding-bottom: 15px;
      border-bottom: 1px solid #d9d9d9; }
        .p-about__titleArea__nav li a {
          display: inline-block;
          padding-bottom: 15px;
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.3em; }
  .p-about__list {
    margin-bottom: 0; }
    .p-about__visions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .p-about__visions__mission {
      width: 35%;
      border-right: 1px solid #d9d9d9; }
    .p-about__visions__mission p {
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.2em;
      line-height: 2.4; }
    .p-about__visions__vision {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .p-about__visions__vision p {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.2em;
      line-height: 2.5; }
  .p-about__messageTitle__outer {
    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; }
    .p-about__messageTitle__text {
      width: 195px;
      text-align: left; }
    .p-about__messageTitle {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .p-about__messageTitle span {
      display: block; }
  .p-about__message__outer {
    margin-bottom: 60px; }
  .p-about__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-about__message__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .p-about__message p {
      margin-bottom: 0;
      padding-left: 195px; }
      .p-about__message p span {
        display: block; }
    .p-about__message__image {
      position: relative;
      top: -30px; }
  .p-about__message__photo {
    margin-left: 25px; }
    .p-about__message__banner {
      padding-top: 65px; }
    .p-about__message__banner__image {
      margin-top: 30px; }
  .p-about__accessMap__item {
    width: 588px;
    margin-right: auto;
    margin-left: auto; }
  .p-about__accessMap__item:not(:first-of-type) {
    margin-top: 40px; }
    .p-about__accessMap__title {
      margin-bottom: 30px;
      font-size: 18px;
      font-size: 1.8rem; }
  .p-about__accessMap__image {
    margin-top: 30px; }
    .p-about__accessMap__link {
      margin-top: 15px; }
      .p-about__history__item:not(:last-child) {
        height: 216px; }
      .p-about__history__item:nth-of-type(2) {
        margin-top: 108px; }
        .-rightStart .p-about__history__item:nth-of-type(odd), .-leftStart .p-about__history__item:nth-of-type(even) {
          padding: 18px 0 0 15%;
          clear: right; }
        .-rightStart .p-about__history__item:nth-of-type(even), .-leftStart .p-about__history__item:nth-of-type(odd) {
          padding: 18px 15% 20px 0;
          clear: left; }
        .p-about__history__item__date {
          width: 160px;
          padding: 18px 20px;
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.3em; }
      .-rightStart .p-about__history__item:nth-of-type(odd) .p-about__history__item__image, .-leftStart .p-about__history__item:nth-of-type(even) .p-about__history__item__image {
        margin-left: 23px;
        float: right; }
      .-rightStart .p-about__history__item:nth-of-type(even) .p-about__history__item__image, .-leftStart .p-about__history__item:nth-of-type(odd) .p-about__history__item__image {
        margin-right: 23px;
        float: left; }
        .p-about__history__item__image img {
          max-width: 116px;
          max-height: 180px;
          margin-bottom: 20px; }
        .p-about__history__item__image.-wide img {
          max-width: 120px;
          max-height: 170px;
          margin-bottom: 30px; }
      .p-about__history__item__text {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2.1; }
    .p-about__policy__update {
      margin-top: 0; }
  .p-about__policy__contact {
    margin-bottom: 35px; }
  .p-about__policy__contact__title {
    margin-bottom: 0; }
  .p-about__policy__contact__text {
    margin-top: 10px; }
  .p-about__policy__contact__text:last-child {
    margin-bottom: 0; }
    .p-about__omoi__image {
      margin-bottom: 50px; }
  .p-about__omoi__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-about__omoi__item {
    width: 46%; }
    .p-about__omoi__item__photo {
      margin-bottom: 15px; }
  .p-about__omoi__item__name {
    margin-bottom: 35px; }
  .p-about__omoi__history {
    margin-bottom: 35px; }
  .p-about__omoi__text {
    margin-bottom: 35px; }
    .p-about__omoi__list__item__note {
      font-size: 12px;
      font-size: 1.2rem;
      text-align: right; }
  .p-contact__lead {
    width: 800px;
    margin: 0 auto;
    line-height: 2.2; }
    .p-contact__status {
      margin-bottom: 70px; }
    .p-contact__status__item {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 70px; }
      .p-contact__status__item::before {
        top: -15px;
        left: 50%;
        width: 40px;
        font-size: 28px;
        font-size: 2.8rem; }
      .p-contact__status__item:not(:last-child)::after {
        top: 14px;
        right: -21px;
        width: 43px;
        height: 43px;
        -webkit-transform: rotate(45deg) skew(10deg, 10deg);
        transform: rotate(45deg) skew(10deg, 10deg); }
  .p-contact__item.c-dlList {
    width: 850px; }
    .p-contact__item.c-dlList dt {
      width: 300px; }
  .p-contact__description {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
    .p-contact__term {
      margin: 60px auto 55px; }
    .p-contact__term__check {
      margin-top: 25px; }
    .p-contact__button__outer {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-top: 55px; }
    .p-contact__button {
      width: 400px;
      height: 100px;
      border-radius: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 98px; }
        .p-contact__button:disabled:hover:after {
          background: url(/files/user/svg/arrow02.svg?v=1512638033) no-repeat;
          background-size: 100% 100%; }
  .p-contact__button::after {
    width: 50px; }
  .p-contact__button--return {
    text-align: right; }
    .p-contact__button--return::before {
      width: 50px;
      height: 6px;
      background: url(/files/user/svg/arrow02.svg?v=1512638033) no-repeat center top/100% 100%; }
  .p-intro__titleArea {
    margin-bottom: 60px; }
    .p-intro__lead {
      font-size: 16px;
      font-size: 1.6rem; }
  .p-intro__card__list {
    position: relative;
    top: -80px; }
  .p-intro__card__list__outer {
    margin-top: 140px; }
    .p-media__pager .prev a {
      top: -10px;
      left: 10px;
      width: 50px;
      height: 6px;
      background: url(/files/user/svg/arrow08.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px; }
    .p-media__pager .prev a:hover {
      width: 50px;
      background: url(/files/user/svg/arrow08_on.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px; }
    .p-media__pager .next a {
      top: -10px;
      right: 10px;
      width: 50px;
      height: 6px;
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1);
      background: url(/files/user/svg/arrow08.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px; }
    .p-media__pager .next a:hover {
      width: 50px;
      background: url(/files/user/svg/arrow08_on.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px; }
    .slick-prev {
      top: 25%;
      left: 10px;
      width: 50px;
      background: url(/files/user/svg/arrow08.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px;
      text-indent: -250%; }
    .slick-prev:hover {
      width: 50px;
      background: url(/files/user/svg/arrow08_on.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px; }
    .slick-next {
      top: 25%;
      right: 10px;
      width: 50px;
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1);
      background: url(/files/user/svg/arrow08.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px;
      text-indent: 250%; }
    .slick-next:hover {
      width: 50px;
      background: url(/files/user/svg/arrow08_on.svg?v=1512638033) no-repeat center center;
      background-size: 100% 6px; }
      .p-media__manthly__list li.is-active span:before {
        height: 20px; }
      .p-media__manthly__list li.is-active span:after {
        top: 46px;
        height: 20px; }
    .p-media__title {
      font-size: 32px;
      font-size: 3.2rem;
      letter-spacing: 0.2em; }
    .p-media__contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-media__topics {
        margin-top: 110px;
        padding: 55px 50px 0 0;
        border-right: 1px solid #d9d9d9; }
        .p-media__topics__tab {
          position: absolute;
          top: -116px;
          left: 0;
          width: 1000px;
          height: 100px; }
          .p-media__topics__tab li {
            cursor: pointer; }
          .p-media__topics__tab__item {
            height: 100px; }
              li.is-active .p-media__topics__tab__item:before {
                height: 20px; }
          .p-media__topics__tab__item span {
            height: 70px; }
            li.is-active .p-media__topics__tab__item span {
              height: 80px; }
      .p-media__topics__list {
        padding: 0 100px; }
        .p-media__topics__list__outer.is-active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
      .p-media__topics__list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .p-media__topics__more {
        margin-top: 60px;
        text-align: right; }
      .p-media__media {
        width: 240px;
        margin-top: 30px;
        margin-left: 50px; }
      .p-media__media__title {
        margin-bottom: 40px;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.2em; }
      .p-media__media__more {
        position: absolute;
        top: -6px;
        right: 0; }
  .c-dlList2 {
    margin: 50px 100px; }
  .p-press__article {
    padding: 0 100px;
    line-height: 2; }
      .p-press__archive__list li {
        width: 16.6%;
        margin: 50px 0 0; }
        .p-press__archive__list li:after {
          display: block;
          position: absolute;
          top: -3px;
          right: 0;
          width: 1px;
          height: 24px; }
      .p-press__archive__list li:nth-child(6n):after {
        background: none; }
  .p-press__info__title {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.2em; }
  .p-press__info__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-press__info__topics {
      margin-top: 110px;
      padding: 55px 50px 0 0;
      border-right: 1px solid #d9d9d9; }
      .p-press__info__topics__tab {
        position: absolute;
        top: -116px;
        left: 0;
        width: 100%;
        height: 90px; }
        .p-press__info__topics__tab li {
          cursor: pointer; }
        .p-press__info__topics__tab__item {
          height: 90px; }
          li.is-active .p-press__info__topics__tab__item:before {
            height: 20px; }
        .p-press__info__topics__tab__item span {
          height: 60px; }
          li.is-active .p-press__info__topics__tab__item span {
            height: 70px; }
    .p-press__info__topics__list {
      padding: 0 100px; }
      .p-press__info__topics__list__outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .p-press__info__topics__list {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .p-press__info__topics__more {
      margin-top: 60px;
      text-align: right; }
    .p-press__info__media {
      width: 240px;
      margin-top: 30px;
      margin-left: 50px; }
    .p-press__info__media__title {
      margin-bottom: 40px;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.2em; }
    .p-press__info__media__more {
      position: absolute;
      top: -6px;
      right: 0; }
        .p-recruit__titleArea__nav li a {
          display: inline-block;
          padding-bottom: 15px;
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.3em; }
  .p-recruit__footer__inner {
    margin: 100px 0; }
    .p-recruit__footer__heading {
      margin-bottom: 60px;
      font-size: 24px;
      font-size: 2.4rem; }
  .p-recruit__footer__text {
    padding-left: 100px;
    line-height: 2.2em; }
  .p-recruit__footer__text p {
    margin: 0 0 30px; }
      .p-top__mv__catch {
        max-width: 1000px;
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: 0.3em;
        line-height: 2.2; }
    .p-top__services {
      position: relative;
      margin-top: -70px;
      margin-bottom: 50px; }
    .p-top__services:after {
      background: linear-gradient(to bottom, transparent 0%, transparent 200px, #f2f2f2 200px, #f2f2f2 100%) left top no-repeat;
      background-size: 100% 100%; }
    .p-top__services__inner {
      background: linear-gradient(to bottom, transparent 0%, transparent 200px, #f2f2f2 200px, #f2f2f2 100%) left top no-repeat;
      background-size: 100% 100%; }
      .p-top__services__title__inner {
        display: block;
        max-width: 750px;
        margin-left: 44px;
        padding: 60px 0;
        font-size: 32px;
        font-size: 3.2rem;
        letter-spacing: 0.2em;
        line-height: 1.5;
        text-align: center; }
    .p-top__services__main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1000px;
      margin: 0 auto 50px; }
      .p-top__services__main li {
        width: 50%; }
    a .p-top__services__main__en {
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.5em;
      line-height: 2.2; }
      .p-top__services__main__title {
        position: absolute;
        top: 50%;
        left: 45px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.3em;
        line-height: 1.2; }
    .p-top__services__main a:after {
      position: absolute;
      top: 50%;
      right: 35px;
      width: 51px;
      height: 6px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(/files/user/svg/arrow01.svg?v=1512638033) no-repeat;
      background-size: 100% 100%;
      content: ''; }
    .p-top__services__main a:hover:after {
      background: url(/files/user/svg/arrow01_on.svg?v=1512638033) no-repeat;
      background-size: 100% 100%; }
    .p-top__services__main__item--marketing a:after {
      background: url(/files/user/svg/arrow01_w.svg?v=1512638033) no-repeat;
      background-size: 100% 100%; }
    .p-top__services__sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 0 36px;
      padding: 0 20px; }
      .p-top__services__sub li {
        width: 18%;
        max-width: 205px;
        padding: 0 0 0 25px; }
      .p-top__services__sub__type {
        lin-height: 1.25;
        position: absolute;
        top: 9px;
        left: -25px;
        padding: 10px;
        font-size: 12px;
        font-size: 1.2rem; }
      .p-top__services__sub__image {
        min-height: 180px;
        margin-bottom: 15px;
        padding: 40px 10px 30px;
        line-height: 110px;
        text-align: center; }
      .p-top__services__sub__type {
        lin-height: 1.25;
        padding: 10px;
        font-size: 12px;
        font-size: 1.2rem; }
      .p-top__services__sub__title {
        min-height: 34px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2; }
        .p-top__services__sub__title.-blank:after {
          margin-left: 12px; }
    .p-top__services__other {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1000px;
      margin: 0 auto 50px; }
      .p-top__services__other li {
        width: 50%; }
        .p-top__services__other li:nth-child(even) {
          position: relative;
          left: -1px; }
          .p-top__services__other li:nth-child(even) a {
            border-left: 1px solid transparent; }
            .p-top__services__other li:nth-child(even) a:hover {
              border-left: 1px solid #027ad7; }
        .p-top__services__other li a {
          height: 100px;
          padding-left: 15px;
          border: 1px solid #000;
          font-size: 18px;
          font-size: 1.7rem;
          letter-spacing: 0.3em;
          line-height: 1.2; }
    .p-top__services__image {
      padding: 0 5px; }
  .p-top__info__title {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.2em; }
  .p-top__info__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .p-top__info__topics {
      margin-top: 110px;
      padding: 55px 50px 0 0;
      border-right: 1px solid #d9d9d9; }
      .p-top__info__topics__tab {
        position: absolute;
        top: -70px;
        left: 0;
        width: 660px;
        height: 90px; }
        .p-top__info__topics__tab li {
          cursor: pointer; }
        .p-top__info__topics__tab__item {
          height: 90px; }
          li.is-active .p-top__info__topics__tab__item:before {
            height: 20px; }
        .p-top__info__topics__tab__item span {
          height: 60px; }
          li.is-active .p-top__info__topics__tab__item span {
            height: 70px; }
    .p-top__info__topics__more {
      margin-top: 60px;
      text-align: right; }
    .p-top__info__media {
      width: 240px;
      margin-top: 75px;
      margin-left: 50px; }
    .p-top__info__media__title {
      margin-bottom: 40px;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.2em; }
    .p-top__info__media__more {
      position: absolute;
      top: -6px;
      right: 0; }
  .is-pc {
    display: block !important; }
  .is-sp {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1120px) {
    .p-footer__top {
      margin-right: 60px; }
      .p-footer__top:before, .p-footer__top:after {
        min-width: 0; } }

@media screen and (min-width: 769px) and (min-width: 769px) {
      .p-footer__pageTop__item:before {
        position: absolute;
        top: 48%;
        left: 0;
        width: 31px;
        height: 6px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(/files/user/svg/arrow07.svg?v=1512638033) center top no-repeat;
        background-size: 100% 100%; }
      .p-footer__pageTop__item:hover:before {
        background: url(/files/user/svg/arrow07_on.svg?v=1512638033) center top no-repeat;
        background-size: 100% 100%; } }

@media screen and (max-width: 768px) and (max-width: 768px) {
    .p-header {
      height: 50px;
      background: #fff; } }

@media screen and (max-width: 500px) {
      .p-contact__status__item::before {
        left: 55%; } }