@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; }

/*
 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; }

/*
 * 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: -ms-flexbox;
    display: flex;
    opacity: 0; }
  100% {
    display: -ms-flexbox;
    display: flex;
    opacity: 1; } }

@-webkit-keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: flex;
    opacity: 0; }
  100% {
    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 {
  /*scroll-behavior: smooth;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  /* 1 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/********************************************
		Common
********************************************/
*,
*:after,
*:before {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.3; }

dd,
dl,
dt,
label,
ul,
ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    cursor: pointer; }

img {
  vertical-align: top; }

html {
  font-size: 62.5%; }

body,
html {
  width: 100%;
  height: 100%; }

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif, Meiryo, "MS PGothic", "MS UI Gothic", 'Roboto';
  font-size: 14px;
  font-size: 1.4rem; }

button,
input,
optgroup,
select,
textarea {
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  }
.c-application-form select {
  width: 100%;
}
input[type="checkbox"] {
  padding-left: 10px;
}

/*
button,
input[type="button"],
input[type="submit"] {
  border: none; }

*/

iframe {
  width: 100%;
  vertical-align: top; }

/*
 layout
-------------------------------------------------- */
.l-bodyInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
 }

.l-container {
  position: relative; }
  .l-container--huge {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .l-container--header,
  .l-container--large {
    position: relative; }
  .l-container--middle {
    position: relative; }
  .l-container--single {
    position: relative; }
  .l-container--main {
    position: relative; }
  .l-container--side {
    position: -webkit-sticky;
  position: sticky;
  top: 0;
     }
  .l-container--wrap {
    padding-right: 20px;
    padding-left: 20px; }

.l-footer__wrapper {
  background-color: #eee;
  padding: 30px 0;
}
.l-footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align:center;
}
.l-footer__nav-item {
 margin-bottom: 10px !important;
}
.l-footer__nav-item a {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.no-link a:hover {
  opacity: 1;
  cursor: default;
}
.l-footer__nav-item a:before {
  content: "";
  background: url(/files/user/images/icons/arrow_01.jpg?v=) no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  position: relative;
  left: 0;
  padding-left: 17px;
  display: inline-block;
}
.l-footer__nav-list--3 li:last-child a:before {
  content: "";
  background: url(/files/user/images/icons/arrow_03.jpg?v=) no-repeat;
}
.l-footer__nav-item span::before {
  /*content: "›";
  color: #fff;
  background-color: #4f7ac7;
  padding-right: 8px;*/
}
.l-footer__nav-child-item {
  padding: 5px 0;
}
.l-footer__nav-child-item a {
  color: #333;
}
.l-footer__nav-child-item a::before {
  content: "›";
  color: #4f7ac7;
  height: 10px;
  width: 10px;
  padding-right: 8px;
}
.l-footer__nav-list--4 .l-footer__nav-item {
  border: 1px solid #333;
  padding: 8px 15px;
}
.l-footer__nav-highlight {
  padding: 20px 15px !important;
  margin-bottom: 24px !important;
}

.l-footer__info {
  background-color: #00C1D4; 
  text-align: left;}
  .l-footer__copyright {
    padding: 15px 0px;
    color: #FFFFFF; }
.l-footer__links {
  color: #fff;
  padding-top: 20px;
  margin: 0;
}
.l-footer__links a {
  color: #fff;
}

.l-header {
  position: relative;
}
.l-upper-menu {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10;
  height: 100px;
}
  .l-header__inner {
    background-color: #00C1D4; }
  .l-header__language {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .l-header__language__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      color: #FFFFFF; }
      .l-header__language__list__item {
        line-height: 1; }
        .l-header__language__list__item__link {
          color: #FFFFFF; }
        .l-header__language__list__item.active {
          background-color: #5db9e4; }

  .l-header__logo__img {
    width: 150px; 
  }
  .l-header_text {
    margin-left: 20px;
  }
  .l-header_text h1 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-top: 8px;
  }
  .l-header_text p {
    font-size: 11px;
  }
  .l-header__upper__menu__list {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
  }
  .l-header__menu__list li {
    /*padding: 15px 20px;*/
  }
  .l-header__menu__list__item {
    position: relative;
    display: block; }
  .l-header__menu__sub {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .l-header__menu__sub__item {
      padding: 0 10px;
      border-left: 1px solid #FFFFFF;
      color: #FFFFFF; }
  .l-header__menu__sp {
    display: none; 
    position: relative;
    top: 9px;
  }
    .l-header__menu__sp__list__item {
      display: block;
      padding: 15px 20px; }

.show {
  display: block;
}
.sub-menu {
    display: none;
}
.dropdownmenu {
    display: none;
    cursor: pointer;
}
.l-menu a,
.l-header__fixed-lower-menu a {
  color: #000;
}
.l-menu a:hover,
.l-header__fixed-lower-menu a:hover {
  color: #999;
  opacity: 1;
  transition: all .3s;
}
.l-lower-menu {
  width: 98%;
  max-width: 970px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
  border-radius: 80px;
  padding: 16px 0;
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  z-index: 10;
}
.nav-item .l-header__menu__list__item:after {
  content: "";
  /*background: url(/files/user/images/icons/caret-down.png?v=) no-repeat;*/
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
  background-size: 10px;
  height: 10px;
  width: 10px;
  position: absolute;
  display: block;
  margin-top: -12px;
  right: -8px;
}
.nav-item:hover .l-header__menu__list__item:after {
  border-top: 5px solid #999;
}
/*.l-header__language {
  justify-content: space-between !important;
}*/
.l-header__language__list__item {
  color: #fff;
}
.l-header__desc {
  font-size: 11px;
  margin-top: 1px;
}
.l-header__logo__text {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -120px;
}
.l-header__wrapper__menu {
  padding: 10px 0px;
}
.l-header__menu__button {
  background-color: #1e2182;
  color: #fff;
  text-decoration: none;
  height: 100px;
  width: 170px;
  text-align: center;
  display: block;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #1e2182;
  box-sizing: border-box;
  position: relative;
  padding-left: 16px;
  transition: 0.3s;
}
.l-header__upper__menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__menu__button-red {
  background-color: #821e1e;
  border-bottom: solid 1px #821e1e;
  border-right: none;
}
.l-header__menu__list .l-header__menu__list__item {
    position: relative;
    padding-right: 12px;
}
/*.l-header__menu__list .nav-item:hover .l-header__menu__sublist {
    display: block;
    left: -15px;
}*/
.l-header__menu__sublist__item:hover {
    text-decoration: none;
    opacity: .7;
}
.l-header__menu li {
    position: relative;
}
.fixed-menu {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  box-shadow: 0px 1px 0px #e6e6e6
}
.l-header__fixed-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.l-header__fixed-logo {
  margin-top: 16px;
  margin-left: 20px;
}
.l-header__fixed-logo a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.l-header__fixed-logo a h1 {
  font-weight: bold;
  font-size: 17px;
  color: #000;
  margin-left: 12px;
  word-break: keep-all;
}
.l-header__fixed-logo img {
  width: 120px;
}
.l-header__fixed-list {
  width: calc(100% - 180px);
  max-width: 1000px;
}
.l-header__fixed-upper-menu-list {
  /*position: absolute;
  right: 0;*/
  display: flex;
  flex-wrap: wrap;
  float: right;
}
.l-header__fixed-lower-menu-list {
  display: flex;
  justify-content: space-between;
  /*position: absolute;
  bottom: 0;
  right: 0;*/
  float: right;
  width: 80%;
  margin-top: 15px;
  padding-right: 30px;
}
.fixed-upper-button {
  height: 60px !important;
  padding: 20px;
  width: 180px;
  /*padding-left: 0 !important;*/
}
.l-header__fixed-lower-menu-list .nav-item .l-header__menu__list__item:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
  background-size: 10px;
  height: 10px;
  width: 10px;
  position: absolute;
  display: block;
  margin-top: -12px;
  right: -18px
}
.l-header__fixed-lower-menu-list .nav-item {
  position: relative;
}
.fixed-menu-child {
  display: none;
  position: absolute;
  left: -15px;
  top: 36px;
  list-style: none;
  margin: 0px;
  padding: 15px;
  background: #ffffff;
  width: 140px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
}
.l-header__fixed-menu-child-item {
    width: 100% !important;
    text-align: left;
    display: block;
    padding: 8px;
}


.icon-animation {
  display: block;
  position: absolute;
  top: 16px;
  right: 15px;
  width: 19px;
  height: 13px;
  background: rgba(255, 255, 255, 0.02); }
  .icon-animation:hover {
    opacity: 0.7; }
  .icon-animation span {
    display: block;
    position: absolute;
    top: 50%;
    width: 17px;
    height: 2px;
    margin-left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    background: #025c93; }

.sp-menu span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s; }

.sp-menu .top {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px); }

.sp-menu .bottom {
  -webkit-transform: translateY(6px);
  transform: translateY(6px); }

.is-open.sp-menu .middle {
  background: rgba(255, 255, 255, 0); }

.is-open.sp-menu .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px); }

.is-open.sp-menu .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px); }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
/*
---
name: Accordion
category:
 - component/js/accordion
---

```html
<dl class="c-accordion" data-js="accordion-box">
  <dt class="c-accordion__title" data-js="accordion-toggle">見出しクリックでコンテンツをアコーディオン開閉</dt>
  <dd class="c-accordion__contents">コンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツコンテンツ</dd>
</dl>

```
*/
.c-accordion {
  margin-bottom: 20px; }
  .c-accordion__title {
    position: relative;
    padding: 1em;
    padding-left: 50px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #333;
    cursor: pointer; 
    /*box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);*/
    }
    .c-accordion__title:before {
      display: block;
      position: absolute;
      top: 1em;
      left: 15px;
      width: 25px;
      height: 25px;
      content: 'Q';
      background-color: #00C1D4;
      padding-left: 7px;
      color: #fff;
      border-radius: 3px;
      }
    .c-accordion__title:after {
      position: absolute;
      top: 1.4em;
      right: 15px;
      width: 12px;
      height: 12px;
      content: '+';
      background-color: #9fa6ac;
      padding-left: 2.5px;
      color: #fff;
      border-radius: 1px;
      line-height: 1.1rem;
    }
    .is-active .more-btn::after {
      position: absolute;
      top: 1.4em;
      right: 15px;
      width: 12px;
      height: 12px;
      content: '-';
      background-color: #9fa6ac;
      padding-left: 3.5px;
      color: #fff;
      border-radius: 1px;
      line-height: 1rem;
    }
  .c-accordion__contents {
    display: none;
    position: relative;
    padding: 1em;
    padding-right: 20px;
    padding-left: 50px;
    /*background-color: #f4f4f4;*/ 
    }
    .c-accordion__contents:before {
      display: block;
      position: absolute;
      top: 1em;
      left: 15px;
      width: 25px;
      height: 25px;
      content: 'A'; 
      background-color: #9C8679;
      padding-left: 8px;
      padding-top: 1px;
      color: #fff;
      border-radius: 3px;
      }
    .c-accordion__contents img {
      height: auto; }
      
.p-recruitment__list:last-child {
  margin-bottom: 60px; }
  .p-recruitment__list .c-accordion {
    transition: all 0.5s !important; }
  .p-recruitment__list .c-accordion__contents:before {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 100%;
    height: 102px;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
    content: "";
    opacity: 1;
    transition: 1.5s;
    z-index: 1; }
  .p-recruitment__list .c-accordion__contents.show {
    display: block !important;
    position: relative;
    height: auto !important;
    max-height: 150px;
    padding: 20px !important;
    overflow: hidden;
    transition: max-height .5s ease-out; }
  .p-recruitment__list .c-accordion__title.open + .collapse {
    display: block;
    height: auto !important;
    max-height: 2000px;
    overflow: hidden; }
  .p-recruitment__list .c-accordion__title.open + .c-accordion__contents:before { 
    opacity: 0;
    visibility: hidden;}

.arrow: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; }
  
.arrow:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  content: ""; }

.open:after {
  content: ""; }

.open .c-accordion__contents {
  display: block; }

.first .arrow:after {
  content: ""; }

.first .c-accordion__contents {
  display: block; }
  
.p-recruitment__des {
  margin-bottom: 20px;
}
.p-recruitment__table table {
  border-collapse: collapse;
  border: 1px solid #bbb;
  width: 100%;
}
.p-recruitment__table th {
  font-weight: bold;
  background-color: #f8f8f8;
  border: 1px solid #bbb;
  padding: 10px;
  text-align: left;
  width: 20%;
}

.p-recruitment__table td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #bbb;
  text-align: left;
}
.p-recruitment__button {
  margin: 20px 0;
  text-align: center;
}
.p-recruitment__link {
  display: inline-block;
  border-radius: 5px;
  background-color: #4472c4;
  color: #fff;
  transition: .3s;
  padding: 10px 35px;
}
.p-recruitment__no-job {
  margin-bottom: 60px;
}

.c-banner {
  margin-bottom: 10px;
  background-color: #f4f4f4; }

.c-border--top, .c-border--btm {
  color: #5db9e4;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1; }

.c-border--top:before {
  position: absolute;
  /*top: 0;
  left: -30px;*/
  content: '「'; }

.c-border--top:after {
  position: absolute;
  /*top: 0;*/
  right: -30px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  content: '「'; }

.c-border--btm:before {
  position: absolute;
  bottom: 0;
  left: -30px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  content: '」'; }

.c-border--btm:after {
  position: absolute;
  right: -30px;
  bottom: 0;
  content: '」'; }

/*
---
name: base button
category:
 - component/button
tag:
 - base
 - button
---

## This is base button

* Base button style.
* Use `a` or `button` tag.

```html
<div>
  <button class="c-button">ボタン</button>
  <button class="c-button icon-arrow-right">ボタン</button>
  <button class="c-button icon-arrow-left">ボタン</button>
</div>
<div>
  <button class="c-button--strong">強調ボタン</button>
  <button class="c-button--strong icon-arrow-right">強調ボタン</button>
  <button class="c-button--strong icon-arrow-left">強調ボタン</button>
</div>
<div>
  <button class="c-button--disabled">非活性ボタン</button>
  <button class="c-button--disabled icon-arrow-right">非活性ボタン</button>
  <button class="c-button--disabled icon-arrow-left">非活性ボタン</button>
</div>
<div>
  <button class="c-button--return">戻るボタン</button>
  <button class="c-button--return icon-arrow-right">戻るボタン</button>
  <button class="c-button--return icon-arrow-left">戻るボタン</button>
</div>
```
*/
.icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before, .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }

.c-button, .c-button--strong, .c-button--disabled, .c-button--return {
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  border-radius: 4px;
  background-color: #025c93;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.15;
  cursor: pointer;
  transition: 0.3s; }
  .icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before {
    right: 12px;
    content: ""; }
  .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after {
    left: 12px;
    content: ""; }
  .c-button:hover, .c-button--strong:hover, .c-button--disabled:hover, .c-button--return:hover {
    opacity: .7; }

.c-button {
  padding: 10px 2em; }
  .c-button--strong {
    font-weight: bold; }
  .c-button--disabled {
    background-color: #bbb;
    pointer-events: none;
    width: 24%;
    padding: 10px 2em; }
  .c-button--return {
    border: solid 1px #025c93 !important;
    background-color: #fff;
    color: #025c93; }
    .c-button--return:hover {
      background-color: #e6e6e6; }
  .c-button__outer {
    margin: 20px auto;
    text-align: center; }
    .c-button__outer button {
      margin: 0 10px; }

/*
---
name: Error MessageBox
category:
 - component/form/error
---

```html
<div class="c-form-errorBox">
    <div class="c-form-errorBox__heading">
        <i class="fa fa-exclamation-triangle fa-2x"></i>エラーが発生しました。
    </div>
    <ul class="c-form-errorBox__list">
        <li>お名前は必ず入力してください。</li>
        <li>・お名前は必ず入力してください。</li>
        <li>※ お名前は必ず入力してください。</li>
    </ul>
</div>
```
*/
.c-form-errorBox {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #D91E10;
  background-color: rgba(217, 30, 16, 0.1);
  color: #D91E10; }

.c-form-errorBox__heading {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  .c-form-errorBox__heading i {
    margin-right: 10px;
    vertical-align: middle; }

.c-form-errorBox__list {
  margin-top: 20px; }
  .c-form-errorBox__list li {
    margin-top: 10px; }

/*
---
name: Error Message
category:
- component/form/error
---

```html
<div class="c-form__inner">
    <input type="text" name="" value="" class="c-form-input" placeholder="テキストを入力してください。">
    <div class="c-form-error__msg">
        ※ お名前は必ず入力してください。
    </div>
</div>
```
*/
.c-form-error__msg {
  display: block;
  margin-top: 10px;
  color: #D91E10; }

/*
---
name: Required
category:
 - component/form
---

```html
<div class="c-form">
    項目<span class="c-form-required">（必須）</span>
</div>
```

.c-form {
  margin: 20px; }
  */

.c-form-required {
  display: inline-block;
  margin-left: 1px;
  color: #D91E10;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

.c-form-thankyou {
  padding: 20px 0px;
  text-align: center; }

/*
---
name: Policy Agree
category:
 - component/form
---

```html
<div class="c-form-policyAgree">
  <div class="c-form-policyAgree__contents">
    <h2 class="c-heading--lv2">個人情報保護方針</h2>
    <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>

    <h3 class="c-heading--lv3">１．個人情報に関する個人の尊重</h3>
    <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>

    <p class="c-text--align-right">XXXX年XX月XX日</p>
  </div>
  <p class="c-form-policyAgree__check"><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox" data-js="privacyAgreeCheck"> 個人情報保護方針に同意する</label></p>
</div>
<div class="c-button__outer">
  <button class="c-button--disabled" type="submit" data-js="privacyAgreeSubmit">確認</button>
</div>
```
*/
.c-form-policyAgree {
  margin: 30px auto; }
  .c-form-policyAgree__contents {
    height: 300px;
    margin: 0 auto 30px;
    overflow-y: auto;
    border: 1px solid #cccccc; }
  .c-form-policyAgree__check {
    text-align: center; }

.c-form__radiobtn {
  display: block;
  padding: 5px 0;
  color: #6b6b6b; }
  .c-form__radiobtninput {
    margin-right: 10px; }

.c-form-desc {
  display: -ms-flexbox;
  display: flex; }

.c-form-search {
  padding: 0 31px 25px; }
  .c-form-search form {
    max-width: 250px;
    margin-left: auto; }
    .c-form-search form select .default {
      color: #979797; }

/*
---
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 {
  text-align: center; }
  .c-heading--h1, .c-heading--h2 {
    position: relative;
    color: #000;
    font-weight: bold; }
    /*.c-heading--h1:before, .c-heading--h2:before {
      position: absolute;
      top: 50%;
      height: 1px;
      background-color: #595959;
      content: ''; }
    .c-heading--h1:after, .c-heading--h2:after {
      content: "";
      position: absolute;
      border-top: 1px solid #025c93;
      left: 50%;
      bottom: 0;
      width: 100px;
      height: 0px;
      top: 50px;
   }*/

.c-heading--lv1, .c-article h1 {
  color: #025c93;
  line-height: 1.2; }

.c-inner .c-heading--h1:after {
  display: none;
}
.c-inner h2 {
  color: #000 !important;
  margin-top: 20px;
  font-size: 26px;
}

/*
---
name: Heading h2
category:
 - component/typography/heading
---

## h2

```html
<h2 class="c-heading--lv2">h2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキスト</h2>

<article class="c-article">
	<h2>h2テキストh2テキストh2テキストh2テキスト</h2>
</article>

```
*/
.c-heading--lv2, .c-article h2 {
  border-bottom: 2px solid #025c93;
  line-height: 1.4; }

/*
---
name: Heading h3
category:
 - component/typography/heading
---

## h3

```html
<h3 class="c-heading--lv3">h3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキスト</h3>

<article class="c-article">
	<h3>h3テキストh3テキストh3テキストh3テキスト</h3>
</article>

```
*/
.c-heading--lv3, .c-article h3 {
  background-color: #025c93;
  color: #fff;
  line-height: 1.4; }

/*
---
name: Heading h4
category:
 - component/typography/heading
---

## h4

```html
<h4 class="c-heading--lv4">h4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキスト</h4>

<article class="c-article">
	<h4>h4テキストh4テキストh4テキストh4テキスト</h4>
</article>

```
*/
.c-heading--lv4, .c-article h4 {
  border-left: 4px solid #025c93;
  color: #025c93;
  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=1513757334">
		<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=1513757334">
		<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=1513757334">
		<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=1513757334">
		<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 #cccccc; }

.c-form__inner {
  display: block;}

.c-form-input {
  display: block;
  width: 100%;
  border-radius: 5px; }

/*
---
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: #cccccc; }

.c-globalNav__bars {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -ms-flex-align: center;
  align-items: 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 #cccccc; }

.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: #4f7ac7;;
  text-decoration: none; }


.c-link__icon {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: 0; }
  .c-link__icon.-front {
    margin-right: 3px; }
  .c-link__icon.-rear {
    margin-left: 5px; }

[class^='c-list'] li {
  position: relative;
  padding-left: 24px; }
  [class^='c-list'] li:not(:first-child) {
    margin-top: 5px; }
  [class^='c-list'] li::before {
    position: absolute;
    left: 0;
    content: "・"; }

/*
---
name: List
category:
 - component/typography/list
---

## disc list

```html
<ul class="c-list--disc">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--disc {
  padding-left: 1em; }

.c-list--disc li {
  padding-left: 0;
  list-style: disc; }
  .c-list--disc li::before {
    content: none; }

/*
---
name: List
category:
 - component/typography/list
---

## number list

```html
<ul class="c-list--number">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--number li {
  counter-increment: cnt; }
  .c-list--number li::before {
    content: counter(cnt) "."; }

/*
---
name: List
category:
 - component/typography/list
---

## number list（brackets）

```html
<ul class="c-list--number-brackets">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--number-brackets li {
  counter-increment: cnt; }
  .c-list--number-brackets li::before {
    content: "(" counter(cnt) ")"; }

/*
---
name: List
category:
 - component/typography/list
---

## annotation list

```html
<ul class="c-list--annotation">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--annotation li::before {
  content: "※"; }

/*
---
name: List
category:
 - component/typography/list
---

## asterisk list

```html
<ul class="c-list--asterisk">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--asterisk li {
  padding-left: 14px; }
  .c-list--asterisk li::before {
    content: "*"; }

/*
---
name: List
category:
 - component/typography/list
---

## link list

```html
<ul class="c-list--link">
	<li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
	<li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
	<li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
</ul>
```
*/
.c-list--link li {
  position: relative;
  padding-left: 13px; }
  .c-list--link li::before {
    content: none; }
  .c-list--link li:not(:first-child) {
    margin-top: 8px; }

.c-list--link__sub {
  margin-top: 8px; }

.c-list__icon {
  position: absolute;
  top: 3px;
  left: 0;
  color: #025c93; }

/*
---
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: 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; 
  margin-bottom: 12px;}
  .c-pager__item:not(:first-child) {
    margin-left: 10px; }

.c-pager__link {
  display: block;
  border: 1px solid #025c93;
  background-color: #fff;
  transition: .4s border, .4s background-color, .4s color; }
  .c-pager__link:hover, .c-pager__link.is-current {
    border-color: #025c93;
    background-color: #025c93;
    color: #fff; }


/*
---
name: Selectbox (default)
category:
 - component/form/selectbox
---

```html
<div class="c-form__inner">
    <select name="" class="c-form-select">
        <option value="">選択してください</option>
        <option value="">選択肢その1</option>
        <option value="">選択肢その2</option>
        <option value="">選択肢その3</option>
        <option value="">選択肢その4</option>
    </select>
</div>
<div class="c-form__inner">
    <select name="" class="c-form-select--inline">
        <option value="">選択してください</option>
        <option value="">選択肢その1</option>
        <option value="">選択肢その2</option>
        <option value="">選択肢その3</option>
        <option value="">選択肢その4</option>
    </select>
    <select name="" class="c-form-select--inline">
        <option value="">選択してください</option>
        <option value="">選択肢その1</option>
        <option value="">選択肢その2</option>
        <option value="">選択肢その3</option>
        <option value="">選択肢その4</option>
    </select>
</div>
```
*/
.c-form-select, .c-form-select--inline {
  display: block;
  width: auto;
  height: 40px;
  padding: 5px 10px;
  line-height: 1em;
  cursor: pointer; }
  .c-form-select--inline {
    display: inline-block; }

/*
---
name: Selectbox (designed)
category:
- component/form/selectbox
---

```html
<div class="c-form__inner">
    <div class="c-form-select--design">
    <select name="">
    <option value="">選択してください</option>
    <option value="">選択肢その1</option>
    <option value="">選択肢その2</option>
    <option value="">選択肢その3</option>
    <option value="">選択肢その4</option>
    </select>
    </div>
</div>
```
*/
.c-form-select--design {
  position: relative;
  width: 200px;
  overflow: hidden; }
  .c-form-select--design select::-ms-expand {
    display: none; }
  .c-form-select--design select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 30px 5px 20px;
    border: 1px solid #025c93;
    border-radius: 20px;
    outline: none;
    background-color: #025c93;
    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: Tab
category:
 - component/js/tab
---

```html
<div class="c-tab">
  <div class=c-tab__nav>
    <button class="c-tab__nav__item is-active" data-tab="1" data-js="change-tab">タブ1</button>
    <button class="c-tab__nav__item" data-tab="2" data-js="change-tab">タブ2</button>
    <button class="c-tab__nav__item" data-tab="3" data-js="change-tab">タブ3</button>
  </div>
  <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: -ms-flexbox;
  display: flex; }
  .c-tab__nav__item {
    padding: 1em 2em;
    border: solid 1px #cccccc;
    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 #cccccc;
  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: -ms-flexbox;
    display: flex;
    -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: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 10px;
      right: 0;
      -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: -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: -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: 10px 0px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  text-align: left; }

.c-table {
  width: 100%;
  border-collapse: collapse; }
  .c-table th {
    width: 28%;
    color: #6b6b6b;
    font-weight: bold; }
  .c-table tbody {
    border: 1px solid #ccc; }

/*
---
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 {
  width: 100%; }

.c-table--dl dt, .c-table--dl dd {
  border: none; }

.c-table--dl dt {
  padding-bottom: 0px;
  color: #6b6b6b;
  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 #cccccc;
  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 #cccccc; }
  .c-table--scroll th {
    color: #025c93;
    font-weight: bold; }
  .c-table--scroll thead th {
    background-color: #f8f8f8; }

/*
---
name: Text
category:
 - component/typography/text
---

## テキスト

```html
<p class="c-text">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

<article class="c-article">
	<p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
	<p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
</article>
```
*/
.c-text, .c-article p {
  margin: 10px 0; }

/*
---
name: highlighted Text 
category:
 - component/typography/text
---

## テキスト

```html
<p class="c-text--highlighted">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

<article class="c-article">
	<p>
		テキストが入ります。<strong>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</strong>
		<br>テキストが<em>入ります。</em>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。<em>テキストが入ります。</em>
	</p>
</article>
```
*/
.c-text--highlighted, .c-article strong, .c-article em {
  font-style: normal;
  font-weight: bold; }

/*
---
name: align Text 
category:
 - component/typography/text
---

## テキスト位置

```html
<p class="c-text c-text--align-right">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-center">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-left">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

```
*/
.c-text--align-right {
  text-align: right; }

.c-text--align-center {
  text-align: center; }

.c-text--align-left {
  text-align: left; }

/*
---
name: Toggle radio button (default)
category:
 - component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li><label><input type="radio" name="radio1" value="" class="c-form-toggle__radio">選択肢その1</label></li>
        <li><label><input type="radio" name="radio1" value="" class="c-form-toggle__radio">選択肢その2</label></li>
        <li><label><input type="radio" name="radio1" value="" class="c-form-toggle__radio">選択肢その3</label></li>
    </ul>
</div>

<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li><label><input type="radio" name="radio2" value="" class="c-form-toggle__radio">選択肢その1</label></li>
        <li><label><input type="radio" name="radio2" value="" class="c-form-toggle__radio">選択肢その2</label></li>
        <li><label><input type="radio" name="radio2" value="" class="c-form-toggle__radio">選択肢その3</label></li>
    </ul>
</div>
```
*/
.c-form-toggle__list li label, .c-form-toggle__list--inline li label {
  cursor: pointer; }

.c-form-toggle__list li {
  display: block;
  cursor: pointer; }
  .c-form-toggle__list li:not(:first-of-type) {
    margin-top: 20px; }

.c-form-toggle__radio, .c-form-toggle__checkbox {
  display: inline-block;
  margin-right: 5px; }

/*
---
name: Toggle checkbox (default)
category:
- component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その1</label></li>
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その2</label></li>
        <li><label class="c-form-toggle__label"><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その3</label></li>
    </ul>
</div>

<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その1</label></li>
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その2</label></li>
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その3</label></li>
    </ul>
</div>
```
*/
/*
---
name: Toggle radio button (designed)
category:
- component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio3" value="" checked="checked" id="radio1">
            <label for="radio1">選択肢その1</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio3" value="" id="radio2">
            <label for="radio2">選択肢その2</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio3" value="" id="radio3">
            <label for="radio3">選択肢その3</label>
        </li>
    </ul>
</div>

<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio4" value="" checked="checked" id="radio4">
            <label for="radio4">選択肢その4</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio4" value="" id="radio5">
            <label for="radio5">選択肢その5</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio4" value="" id="radio6">
            <label for="radio6">選択肢その6</label>
        </li>
    </ul>
</div>
```
*/
.c-form-toggle__radio--design {
  position: relative; }
  .c-form-toggle__radio--design input {
    position: absolute;
    top: 4px;
    left: 4px;
    outline: none;
    z-index: 1; }
  .c-form-toggle__radio--design label {
    padding-left: 25px;
    cursor: pointer; }
  .c-form-toggle__radio--design label::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #025c93;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    transition: .1s;
    vertical-align: middle;
    z-index: 10; }
  .c-form-toggle__radio--design input:checked + label {
    color: #025c93; }
  .c-form-toggle__radio--design input:checked + label::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    background-color: #025c93;
    content: "";
    transition: .1s;
    z-index: 10; }

/*
---
name: Toggle checkbox (designed)
category:
- component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" checked="checked" id="check1">
            <label for="check1">選択肢その1</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check2">
            <label for="check2">選択肢その2</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check3">
            <label for="check3">選択肢その3</label>
        </li>
    </ul>
</div>
 
<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" checked="checked" id="check4">
            <label for="check4">選択肢その4</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check5">
            <label for="check5">選択肢その5</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check6">
            <label for="check6">選択肢その6</label>
        </li>
    </ul>
</div>
```
*/
.c-form-toggle__checkbox--design {
  position: relative; }
  .c-form-toggle__checkbox--design input {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1; }
  .c-form-toggle__checkbox--design label {
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer; }
  .c-form-toggle__checkbox--design input + label::before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #025c93;
    border-radius: 2px;
    background-color: #fff;
    content: "";
    transition: .1s;
    vertical-align: middle;
    z-index: 10; }
  .c-form-toggle__checkbox--design input:checked + label {
    color: #025c93; }
  .c-form-toggle__checkbox--design input:checked + label::before {
    background-color: #025c93; }
  .c-form-toggle__checkbox--design input:checked + label::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    background-color: #025c93;
    content: "";
    transition: .1s;
    z-index: 10; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics__list">
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
</ul>
```
*/
.c-topics__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc; }
  .c-topics__item:first-child {
    margin-top: 10px; }

.c-topics__date {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #6b6b6b;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em; }

.c-topics__title {
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  letter-spacing: 0.05em; }
  .c-topics__title a {
    color: #6b6b6b; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics__card__list">
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=1513757334" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=1513757334" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=1513757334" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=1513757334" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
</ul>
```
*/

.c-topics__card__link {
  display: block;
  transition: .4s opacity; }
  .c-topics__card__link:hover {
    opacity: .7; }

.c-topics__card__picture img {
  width: 100%; }

.c-topics__card__contents {
  background-color: #fafafa; }

.c-topics__card__date {
  display: block;
  margin: 10px 0 5px; }

/* project ----------------------------- */
.p-blog {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .p-blog__side__title {
    background-color: #55bbe4;
    color: #FFFFFF;
    letter-spacing: 0.05em; }
  .p-blog__side__list {
    background-color: #f4f4f4;
    letter-spacing: 0.05em; }
  .p-blog__detail__title {
    border-bottom: 2px solid #025c93;
    font-weight: bold;
    letter-spacing: 0.05em; }
  .p-blog__detail__date {
    margin-bottom: 25px;
    color: #6b6b6b;
    letter-spacing: 0.05em; }
  .p-blog__detail p {
    margin: 20px 0px;
    color: #6b6b6b; }
  .p-blog__detail__link {
    display: block;
    margin: 30px 0px 50px;
    font-weight: bold; }
    .p-blog__detail__link i {
      margin-right: 15px; }


.p-side_title {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-bottom: none;
  font-size: 18px;
  display: block;
  background-color: #00C1D4;
  margin:0;
  border:1px solid #9C8679;
}
.p-side_title span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  padding-top: 8px;
  letter-spacing: 2px;
}

.p-side_nav
{
  position: -webkit-sticky;
  position: sticky;
  top: 14%;
  margin-bottom:60px;
}

@media (max-width: 768px) {
  .p-side_nav {
    position: static;
  }
}


.p-side_nav-item {
  display: block;
  padding: 16px 12px;
  border: 1px solid #ccc;
  /* background-color: #9C8679; */
  color: #000;
  background-color: #fff;
  border-color: #9C8679;

}
.p-side_nav-item:not(:first-child) {
  border-top: none;
}
.p-side_nav-item:hover {
  opacity: 1;
  background-color: #D8BAA9;
  text-decoration: none;
  color: #fff;
}

.p-side_nav .active {
  background-color: #00C1D4;
  color: #fff;
  font-weight: bold;
}




.p-faq {
  min-height: 500px; }
  .p-faq__list {
    margin: 20px 0; }
  .p-faq__wrapper {
    margin-bottom: 30px;
    padding: 0 20px; }

.p-sitemap {
  padding-bottom: 50px; }
  .p-sitemap--main li {
    margin-bottom: 10px;
    list-style: circle; }
  .p-sitemap--sub {
    margin-top: 10px;
    margin-left: 10px; }
    .p-sitemap--sub li {
      margin-bottom: 10px;
      list-style: disc; }

      
.c-align-right {
  text-align: right;
}
.c-align-left {
  text-align: left;
}
.c-align-center {
  text-align: center;
}
.p-page-breadcrumb .l-inner {
  max-width: 1000px;
  margin: auto;
}
.p-page-breadcrumb {
  margin: 15px 0;
}
.p-page-breadcrumb__text a:not(:first-of-type),
.p-page-breadcrumb__child {
  margin-left: 10px;
}
.p-page-breadcrumb__text a:not(:first-of-type)::before,
.p-page-breadcrumb__child::before {
  margin-right: 10px;
}
.p-page-breadcrumb__text a:not(:first-of-type)::before,
.p-page-breadcrumb__child::before {
    display: inline-block;
    content: ">";
    color: #333;
}

.p-top__hero {
  position: relative;
  width: 100%;
  /*margin-top: 100px;*/
  overflow: hidden;
}
  .p-top__hero__slide {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .p-top__hero__slide__item {
      position: relative;
      height: 100%;
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
      z-index: 1; }
      .p-top__hero__slide__item:not(:first-child) {
        position: absolute;
        top: 0px;
        left: 0px; }
      .p-top__hero__slide__item.zoom_ {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
      .p-top__hero__slide__item.show_ {
        opacity: 1; }
      .p-top__hero__slide__item img {
        width: 100%; }
  .p-top__hero__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2; }
  .p-top__hero__title {
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  .p-top__hero__heading {
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    margin: 20px auto;
  }
  .p-top__hero__ads {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: right;
    z-index: 9; }
    .p-top__hero__ads img {
      margin-left: 10px; }

.p-top_slider-wrapper .slick-slide{
  max-height: 650px;
  overflow: hidden;
  position: relative;
}
.p-top_slider-wrapper .slick-slide img {
  width: 100%;
}
.p-top_slider-wrapper .slick-next {
  right: 0;
}
.p-top_slider-wrapper .slick-dots {
  bottom: 30px;
}
.p-top_slider-wrapper .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 8px;
}
.p-top_slider-wrapper .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 3px solid #000;
    border-radius: 50%;
}
.p-top_slider-wrapper .slick-dots li button:before {
  font-size: 14px;
  line-height: 18px;
  width: 16px;
  height: 16px;
  opacity: 1;
  color: #000;
}
.p-top_slider-wrapper .slick-dots li button:hover {
  opacity: 0.65;
}

.p-top_slider-wrapper .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.p-top_slider-content-wrapper {
  position: absolute;
  width: 150%;
  top: 32%;
  left: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.p-top_slider-content {
  padding: 30px;
  box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 70%);
  min-width: 600px;
  color: #000;
}
.p-top_slider-content h5 {
  margin-bottom: 15px;
  font-size: 15px;
}
.p-top_slider-content h1 {
  font-size: 34px;
}
.p-top_slider-button {
  margin-top: 30px;
  margin-bottom: 10px;
}
.p-top_slider-button a {
  background-color: #1e2182;
  padding: 12px 32px;
  color: #fff;
  border-radius: 5px;
}


.p-top__topics {
  padding: 50px 0;
  background-color: #f4f4f4; }
  .p-top__topics__inner {
    padding: 30px;
    background-color: #fff;
    color: #6b6b6b; }
  .p-top__topics__item {
    display: -ms-flexbox;
    display: flex; }
    .p-top__topics__item:not(:first-child):not(:last-child) {
      padding: 10px 0px; }
    .p-top__topics__item__title {
      margin-left: 60px;
      color: #6b6b6b;
      letter-spacing: 0.05em; }
    .p-top__topics__item__date {
      font-weight: bold;
      letter-spacing: 0.05em; }
  .p-top__topics__link {
    display: block;
    font-weight: bold;
    text-align: right; }
    .p-top__topics__link i {
      margin-left: 15px; }
  .p-top__topics .c-topics__label {
    display: inline-block;
    position: absolute;
    top: 38%;
    left: 27%;
    color: #BE3636;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    text-align: center; }
  .p-top__topics .c-label--circle {
    -webkit-animation: pulse 2s 0s ease-out infinite;
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    animation: pulse 2s 0s ease-out infinite;
    cursor: pointer; }

.p-top__blog {
  background-color: #f4f4f4; }
  .p-top__blog__inner {
    background-color: #eaeaea;
    color: #6b6b6b; }
  .p-top__blog__item {
    display: -ms-flexbox;
    display: flex; }
    .p-top__blog__item:not(:first-child):not(:last-child) {
      padding: 5px 0px; }
    .p-top__blog__item:last-child {
      padding-top: 5px; }
    .p-top__blog__item:first-child {
      padding-bottom: 5px; }
    .p-top__blog__item__date {
      font-weight: bold;
      letter-spacing: 0.05em; }
    .p-top__blog__item__title {
      color: #6b6b6b;
      letter-spacing: 0.05em; }
  .p-top__blog__link {
    display: block;
    font-weight: bold;
    text-align: right; }
    .p-top__blog__link i {
      margin-left: 15px; }

.p-top_intro-content p {
  padding: 30px 60px;
}
.p-top_intro-content {
  position:relative;
  border: 4px solid #BBE2F1;
}
/*.p-top_intro-content:before, 
.p-top_intro-content:after, 
.p-top_intro-content>:first-child:before, 
.p-top_intro-content>:first-child:after {
    position: absolute; 
    content: ' ';
    width: 50px; 
    height: 40px;
    border-color:#5db9e4;
    border-style: solid;
}
.p-top_intro-content:before {top:0;left:0;border-width: 4px 0 0 4px}
.p-top_intro-content:after {top:0;right:0;border-width: 4px 4px 0 0}
.p-top_intro-content>:first-child:before {bottom:0;right:0;border-width: 0 4px 4px 0}
.p-top_intro-content>:first-child:after {bottom:0;left:0;border-width: 0 0 4px 4px}*/

.p-top_course-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.p-top_course-innerWrapper {
  width: calc((100%/3) - 20px);
}
.p-top_course-item,
.p-top_quickLink-item {
  border: 2px solid #bbb;
  text-align: center;
}
.p-top_course-item a,
.p-top_quickLink-item a,
.p-top_partners-item a {
  color: #333;
}
.p-top_course-txt {
  padding: 15px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.p-top_course-item h4,
.p-top_quickLink-item h4 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.p-top_course-item p {
  margin: 0;
  margin-top: 10px;
  color: #333;
}
.p-top_course-item img,
.p-top_quickLink-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.p-top_course-item a:hover .p-top_course-txt,
.p-top_quickLink-item a:hover .p-top_quickLink-txt {
  background-color: #fff;
  transition: all 0.3s;
}
.p-top_course-item a:hover .p-top_course-txt h4,
.p-top_quickLink-item a:hover .p-top_quickLink-txt h4,
.p-top_course-item a:hover .p-top_course-txt p {
  color: #fff;
  transition: all 0.3s;
}

.p-top_methodology-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    margin: 30px 0;
}
.p-top_methodology-header h4,
.p-top_partners-header h4,
.p-top_news-header h4,
.p-top_schedule-header h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #44546a;
  padding: 12px;
}
.p-top_methodology-content {
  margin-left: 30px;
}
.p-top_methodology-button-wrapper {
  /*text-align: center;
  margin: 20px 0;
  background-color: #fceee4;
  padding: 20px 0; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.p-top_methodology-button-wrapper h4 {
  font-weight: bold;
  color: #000;
  font-size: 15px;
}
.p-top_methodology-button {
  background: #44546a;
  display: inline-block;
  padding: 10px 25px;
  /*margin-top: 20px;*/
  margin-left: 20px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}
.p-top_methodology-button img {
  width: 25px;
  margin-right: 8px;
}
.p-top_methodology-heading {
  margin-bottom: 30px;
}
.p-top_methodology-heading1 {
  font-size: 24px;
  text-align: left;
  margin: 0;
  display: flex;
  align-items: center;
}
.p-top_methodology-heading1 img {
  width: 120px;
}
.p-top_methodology-heading2 {
  font-size: 24px;
  color: #00C1D4;
  text-align: right;
  margin: 0;
}
.p-top_methodology-img img {
  width: 200px;
}
.p-top_quickLink-innerWrapper {
  width: calc((100%/5) - 10px);
}
.p-top_quickLink-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 40px;
}
.p-top_quickLink-txt {
  height: 80px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.p-top_partners-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.p-top_partners-innerWrapper,
.p-top_news-innerWrapper {
  width: calc((100%/2) - 10px);
  margin-bottom: 20px;
}
.p-top_partners-item {
  border: 2px solid #bbb;
  height: 180px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.p-top_partners-innerWrapper:not(:last-of-type) img {
  width: 180px;
}
.p-top_partners-img img {
  width: 100%;
}
.p-top_news-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0;
}
.p-top_news-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #333;
}
.p-top_news-img {
  width: 50%;
}
.p-top_news-img img {
  width: 100%;
  /*height: 160px;
  object-fit: cover;*/
}
.p-top_news-content {
  margin-left: 20px;
  width: 50%;
  position: relative;
}
.p-top_news-category {
  font-weight: bold;
  font-size: 17px;
  color: #000;
  background-color: #fceee4;
  display: block;
  width: 100%;
  padding: 6px 0;
  text-align: center;
}
.p-top_news-details {
  margin: 20px 10px;
}
.p-top_news-title {
  margin-top: 20px;
  color: #4f7ac7;
}
.p-top_news-item a:hover {
  opacity: 1;
}
.p-top_news-title a:hover {
  text-decoration: underline;
}
.p-top_news-item a:hover .p-top_news-img {
  opacity: .7;
}
.p-top_news-cat-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-top_news-cat-more a {
  color: #333;
}
.p-top_news-cat-more a:hover {
  text-decoration: underline;
  transition: all 0.3s;
}

.p-top_schedule-wrapper {
  margin: 15px 0;
}
.p-top_schedule-content .c-section {
  padding: 0;
}
.p-top_schedule_list-group li {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  /* border-bottom: 1px solid #ddd; */
  /* padding-bottom: 20px; */
}

.p-top_schedule-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.p-top_schedule-wrapper table td {
  text-align: center;
  /* border-bottom: 1px solid #eee; */
  padding: 2px;
}
.p-top_schedule-wrapper table th {
  border-bottom: 1px solid #eee;
  padding: 2px;
  color: #000;
  font-weight: bold;
}
.p-top_schedule .c-section {
  padding-bottom: 0;
}
.p-top_schedule-cat-list {
  margin: 20px;
}
.p-top_schedule-cat-list a {
  color: #333;
}
.p-top_schedule-cat-list a:hover {
  opacity: 1;
}
.p-top_schedule-cat-item {
  border-bottom: 3px solid #eee;
  padding: 10px 20px;;
  margin: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.p-top_schedule-cat-item:hover {
  background-color: #fceee4;
  color: #000;
  border-bottom: 3px solid #c55a11;
  transition: all .3s;
}
.p-top_schedule-cat {
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  background-color: #0800a2;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  margin-right:20px;
}

.p-top_schedule_info{
  display: flex;
  justify-content: space-between;
}
.p-top_schedule-time {
  /*width: 160px;
  text-align: left !important;*/
}
.p-top_schedule-title {
  /*width: 350px;*/
  text-align: left !important;
  margin-left: 20px;
}
.p-top_schedule-title a {
  color: #000;
  text-decoration: underline;
}
.p-top_schedule-title a:hover {
  color: #9C8679;
  /* text-decoration: none; */
  transition: all 0.3s;
}
.p-top_schedule-venue {
  width: 160px;
}
.p-top_schedule-moreBtn {
  margin-top: 30px;
}

.p-top_newsletter h3 {
  font-weight: bold;
  font-size: 20px;
}
.p-top_newsletter-flex {
  display: flex;
  flex-direction: row;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #025c93;
}
.p-top_newsletter-date {
  margin-right: 20px;
}
.p-top_newsletter-cat {
  border: 1px solid #025c93;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  color: #025c93;
  margin-right: 20px;
  display: inline-block;
  min-width: 140px;
  text-align: center;
  height: 25px;
}
.p-top_newsletter-desc {
  position: relative;
  top: -3px;
}
.p-top_newsletter-desc a {
  font-weight: bold;
  font-size: 16px;
}
.p-top_newsletter-desc p {
  margin-bottom: 5px;
}
.p-top_newsletter-link a {
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
}
.p-top_newsletter-moreBtn {
  display: block;
  float: right;
}
.p-top_newsletter-moreBtn i {
  margin-left: 10px;
}

.p-top_about-desc ul li {
  list-style: disc inside;
}
.p-top_about-desc table {
  border-collapse: collapse;
}
.p-top_about-desc table td {
  padding: 5px;
}
.p-top_about-img {
  width: 600px;
}

.p-top__company__wrapper {
  display: -ms-flexbox;
  display: flex; }
  .p-top__company__wrapper .map2 {
    margin-top: 30px; }

.p-top__company__detail .c-table {
  border: none !important; }
  .p-top__company__detail .c-table tbody {
    border: none !important; }
    .p-top__company__detail .c-table tbody td, .p-top__company__detail .c-table tbody th {
      border-left: none !important; }
    .p-top__company__detail .c-table tbody tr:last-child td, .p-top__company__detail .c-table tbody tr:last-child th {
      border-bottom: none; }
.p-top__company__detail ul li {
  list-style: disc inside;
}
.p-top__company__map {
  height: 300px; }
  .p-top__company__map iframe {
    width: 100%;
    height: 100%; }
.p-top_company-list--jp li {
  list-style: disc outside !important;
  padding: 5px;
}

.p-top__contact {
  }
  .p-top__contact__wrapper {
    background-color: #FFFFFF; }
.c-form-policyAgree__check input {
  width: auto !important;
}
.p-new h1,
.p-procedure h1,
.p-pisa h1,
.p-course h1,
.p-faq_heading h1,
.p-about h1,
.p-students h1,
.p-inquiry-form h1 {
  background-color: #00C1D4;
  font-size: 20px;
  color: #fff;
  padding: 8px 12px;
}
.p-faq_heading h1{
  margin: 0px!important;
}
.p-course p,
.p-about p {
  line-height: 1.8;
}
.p-course a,
.p-course_bottom-links a,
.p-about a {
  color: #C72F31;
  font-size: 14px;
}
.p-standard-title h2,
.p-course_contents h2,
.p-course_bottom-links h2,
.p-about_contents h2,
.p-students_contents h2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  margin:0 0 20px;
}

.p-standard-title h2:not(:first-child),
.p-course_contents h2:not(:first-child),
.p-course_bottom-links h2:not(:first-child),
.p-about_contents h2:not(:first-child),
.p-students_contents h2:not(:first-child) {
  margin-top:20px;
}

.p-standard-title h2::before,
.p-course_contents h2::before,
.p-course_bottom-links h2::before,
.p-about_contents h2::before,
.p-students_contents h2::before {
  content: "";
  border-left: 6px solid #00C1D4;
  padding: 0 4px;
}
.p-course_anchor,
.p-result_anchor {
  margin-top: 12px;
  margin-bottom: 30px;
}
.p-course_anchor li,
.p-result_anchor li {
  display: inline-block;
  padding-left: 16px;
}
.p-course_anchor li::before,
.p-result_anchor li::before {
  content: "";
  background: url(/files/user/images/icons/arrow_05.jpg?v=) no-repeat;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-left: -16px;
}
.p-course_anchor li:not(:first-child),
.p-result_anchor li:not(:first-child) {
  margin-left: 20px;
}
.p-course_heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #eee;
  align-items: center;
  margin-top: 30px;
}
.p-course_heading h5 {
  color: #000;
  font-size: 18px;
  padding-left: 12px;
}
.p-course_heading p {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  background-color: #ddd;
  padding: 10px 18px;
  line-height: 1.5;
}
.title-only h5 {
  padding: 10px 18px;
}
.p-course_point-title,
.p-about_point-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #f7f7f6;
  border: 2px solid #00C1D4;
  border-radius: 6px;
  margin-top: 20px;
}

.p-course_point-title h4,
.p-about_point-title h4 {
  color: #00C1D4;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0 3px 3px 0;
  margin-left: 16px;
}
.p-course_point-title p,
.p-about_point-title p {
  font-size: 24px;
  color: #fff;
  background-color: #00C1D4;
  border: 2px solid #00C1D4;
  border-radius: 3px 0 0 3px;
  margin: 0;
  padding: 0 8px;
  line-height: 1.5;
}
.p-course_point-title p::before {
  content: "POINT";
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -3px;
  padding-right: 4px;
}
.p-course_point-detail {
  display: flex;
  flex-direction: row;
}
.p-course_point-detail img,
.p-about_point-detail img {
  padding: 20px;
}
.p-course_contents img {
  width: 100%;
}
.p-course_point-detail img {
  width: 260px;
}
.p-course_link,
.p-about_link,
.p-network_link {
  padding-left: 16px;
}
.p-course_link::before,
.p-about_link::before {
  content: "";
  background: url(/files/user/images/icons/arrow_03.jpg?v=) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  left: 0;
}
.p-course_notice {
  border: 3px solid #ddd;
  padding: 16px;
  margin: 20px 0;
}
.p-course_notice-title-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.p-course_notice-heading {
  font-size: 16px;
  color: #666;
  margin: 0;
  font-weight: bold;
  padding-left: 10px;
}
.p-course_notice-title {
  background-color: #ce4649;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 2px 8px;
  margin: 0;
}
.p-course_notice-img img {
  width: 100%;
}
.p-course_notice ul {
  margin-top: 16px;
}
.p-course_notice li {
  padding-left: 30px;
}
.p-course_notice li:not(:first-child) {
  margin-top: 8px;
}
.p-course_notice li::before {
  content: "";
  background: url(/files/user/images/icons/ico_check.jpg?v=) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 25px;
  margin-top: 3px;
}
.p-course_class-guide {
  margin-bottom: 30px;
}
.p-course_class-guide table {
  border-collapse: collapse;
  width: 100%;
}
.p-course_class-guide table caption {
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
}
.p-course_class-guide table tr,
.p-course_class-guide table td,
.p-course_class-guide table th {
  border: 1px solid #aaa;
  padding: 4px 12px;
  text-align: center;
}
.p-course_class-guide table th {
  background-color: #f8f8f8;
}
.p-course_class-guide .student {
  width: 150px;
}
.p-course_class-guide .class {
  width: 200px;
}
.p-course_class-guide table:not(:first-of-type) {
  margin-top: 30px;
}
.p-course_class-flow {
  padding: 20px 0;
}
.p-course_class-flow p {
  margin: 10px 0;
}
.p-course_class-flow img {
  width: 100%;
}
.p-course_btn-contact {
  padding: 10px 0;
}
.p-course_btn-contact a {
  background-color: #C72F31;
  color: #fff;
  padding: 16px;
  border-radius: 6px;
  text-align: center;
  display: block;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}
.p-course_btn-contact a i {
  padding-right: 10px;
}
.p-course_bottom-links {
  margin-bottom: 80px;
}
.p-course_bottom-list li {
  padding-left: 16px;
}
.p-course_bottom-list li::before {
  content: "";
  background: url(/files/user/images/icons/arrow_03.jpg?v=) no-repeat;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-left: -16px;
}
.p-faq_heading h4 {
  font-size: 20px;
  color: #333;
  padding: 8px 12px;
  border-bottom: 3px solid #00C1D4;
  border-top: 1px solid #ccc;
  margin-top:0px;
}
.p-faq_heading span {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #999;
}
.p-about {
  padding-bottom: 60px;
}
.p-about_point-title p::before {
  content: "強み";
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -3px;
  padding-right: 4px;
}
.p-about_point-detail {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
.p-about_video {
  margin: 30px 0;
}
.p-about_point-img-title {
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  border: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #f6f6f6;
}
.p-about_point_img {
  border: 1px solid #ddd;
  border-top: none;
  padding: 8px;
  margin-bottom: 40px;
}
.p-about_point_img img {
  width: 100%;
}
.p-record_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 680px;
  width: 100%;
  margin: 50px 0;
}
.p-record_item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 120px;
  align-items: center;
  height: auto;
  background-color: #00C1D4;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 20px;
  margin-right: 15px;
  text-align: center;
}
.p-record_item a {
  color: #fff;
  padding: 16px;
}
.p-result table {
  border-collapse: collapse;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #BBBBBB;
}
.p-result table caption {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
}
.p-result table th {
  padding: 10px;
  background: #F0F0F0;
  border: 1px solid #bbb;
  font-weight: normal;
  text-align: left;
}
.p-result table td {
  width: 169px;
  padding: 10px;
  border: 1px solid #bbb;
}
.p-result table td.blank {
  text-align: center;
}

.p-access_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
  padding-bottom: 50px;
}
.p-access_wrapper:last-of-type,
.p-route_content:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.p-access_info h5,
.p-route h5 {
  font-size: 14px;
  background-color: #eee;
  padding: 8px 16px;
  display: inline-block;
}
.p-access_map {
  width: 420px;
  margin-left: 30px;
}
.p-access_img {
  margin-left: 30px;
  width: 100%;
}
.p-access_img img {
  width: 420px;
}
.p-access_link {
  margin-bottom: 30px;
}
.p-access_link a {
  text-decoration: underline;
  font-size: 15px;
}
.p-access_map-detail img {
  width: 100%;
}
.p-route_content {
  margin-top: 20px;
  /*border-bottom: 1px solid #bbb;
  padding-bottom: 30px;*/
}
.p-route_wrapper {
  margin-top: 30px;
}
.p-route_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 15px;
  border: 1px solid #bbb;
  margin-bottom: 60px;
  position: relative;
}
.p-route_taxi .p-route_item {
  height: auto;
}
.p-route_taxi .p-route_item-img img {
  width: 100%;
  height: auto;
}
.p-route_item:last-of-type {
  margin-bottom: 30px;
}
.p-route_item p {
  margin-right: 30px;
}
.p-route_item-img {
  min-width: 280px;
}
.p-route_item-img img {
  width: 100%;
}
.p-route_item::after {
  content: "➡";
  position: absolute;
  font-size: 30px;
  transform: rotate(90deg);
  left: 50%;
  bottom: -54px;
}
.p-route_item:last-of-type::after {
  display: none;
}
.p-route_taxi {
  margin-top: 50px;
}

.p-network_wrapper {
  border: 2px solid #999;
  margin-bottom: 30px;
}
.p-network_wrapper h5 {
  font-size: 14px;
  background-color: #eaeaea;
  display: block;
  padding: 8px 12px;
}
.p-network_item-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px;
}
.p-network_item-content h6 {
  font-size: 14px;
  font-weight: bold;
}
.p-network_item-content img {
  width: 160px;
  margin-right: 30px;
}
.p-network_link::before {
  content: "";
  background: url(/files/user/images/icons/arrow_03.jpg?v=) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-left: -16px;
}
.p-network_partner-img {
  display: flex;
  flex-direction: row;
  padding: 20px;
  max-width: 650px;
  width: 100%;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  margin: 0 auto;
}
.p-network_partner-img img {
  width: 100%;
  padding: 12px;
}
.p-network_group-wrapper {
  border: 1px dotted #999;
}
.p-network_group-wrapper h5 {
  background-color: #fff;
  border-bottom: 1px dotted #999;
  margin: 0 20px;
}
.p-students {
  padding-bottom: 80px;
}
.p-students a {
  color: #333;
}
.p-students-item {
  margin-bottom: 30px;
}
.p-students-item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.p-students-info-wrapper {
  display: flex;
  flex-direction: row;
}
.p-students-photo {
  margin-right: 30px;
}
.p-students-name-wrapper h5 {
  font-size: 16px;
  font-weight: bold;
}
.p-students-name-wrapper h6 {
  font-size: 14px;
  margin-top: 4px;
}
.p-students-school {
  background-color: #eaeaea;
  padding: 8px 12px;
  margin: 8px 0;
}
.p-students-school p {
  margin: 0;
}
.p-students-enrollment {
  margin: 8px 0;
}
.p-students-highlightedText p::before {
  content: "";
  background: url(/files/user/images/icons/ico_comment.jpg?v=) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-left: -20px
}
.p-students-highlightedText p {
  padding-left: 20px;
  color: #292B79;
  font-weight: bold;
  font-size: 16px;
}
.p-students-date {
  position: absolute;
  right: 0;
  color: #999;
  margin-right: 20px;
}
.p-students-content {
  margin-top: 20px;
}
.p-students_more {
  text-align: right;
}
.p-students_cat-button {
  text-align: right;
  margin: 20px 0;
}
.p-students_cat-button a {
  font-size: 15px;
  text-decoration: underline;
}
.p-students_category-list {
  margin: 30px 0;
}
.p-students_detail {
  padding-bottom: 40px;
}
.p-students_detail-wrapper {
  margin: 30px 0;
  border: 1px dotted #bbb;
  padding: 20px;
}
.p-students_detail-wrapper .p-students-info-wrapper {
  border-bottom: 1px dotted #bbb;
  padding-bottom: 20px;
}
.p-students_detail-back {
  margin: 30px 0;
}



.p-new {
  padding-bottom: 60px;
}
.p-new_intro {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}
.p-new_intro p {
  margin: 0;
  margin-left: 30px;
  line-height: 2;
}
.p-new_links ul {
  display: flex;
  justify-content: center;
}
.p-new_links li {
  margin: 10px 0;
}
.p-new_links li:not(:last-of-type) {
  margin-right: 16px;
}
.p-new_links a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 32px;
  padding-left: 12px;
  border: 1px solid #000;
  display: block;
}
.p-new_links a:before {
  content: "";
  background: url(/files/user/images/icons/arrow_01.jpg?v=&v=1645440521) no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  position: relative;
  left: 0;
  padding-left: 17px;
  display: inline-block;
}
.p-new .p-course_btn-contact {
  max-width: 600px;
  margin: 30px auto;
}
.p-new_img-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
}
.p-new_img {
  border: 1px solid #bbb;
  padding: 8px;
}
.p-procedure {
  margin-bottom: 60px;
}
.p-procedure_points {
  margin: 20px;
}
.p-procedure_item {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
}
.p-procedure_item-num {
  width: 15%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #bbb;
  padding-right: 30px;
}
.p-procedure_item-num h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  font-weight: bold;
  color: #000;
  line-height: 80px;
}
.p-procedure_item-num p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}
.p-procedure_item-content {
  width: 85%;
}
.p-procedure_item-content p {
  margin-top: 0;
  line-height: 2;
  color: #333;
  padding-left: 30px;
}
.p-procedure_item-content ul {
  padding-left: 30px;
}
.p-procedure_item-content li {
  list-style: disc;
  list-style-position: inside;
  padding-bottom: 6px;
}
.p-procedure_highlight .p-procedure_item-num h2,
.p-procedure_highlight .p-procedure_item-num p {
  color: #14288D;
}
.p-procedure_item-title {
  color: #14288d !important;
  font-size: 18px;
  font-weight: bold;
}
.p-procedure .p-course_btn-contact {
  max-width: 600px;
  margin: 0 auto;
}

.p-schedule,
.p-news {
  margin-bottom: 60px;
}
.p-schedule_list-group li,
.p-news_list-group li  {
  margin: 20px 0;
  /*border-bottom: 1px solid rgb(219, 219, 219);
  padding-bottom: 15px;*/
  display: flex;
  flex-direction: row;
}
.p-schedule_list-group li:first-child,
.p-news_list-group li:first-child {
  margin-top: 0;
}
.p-schedule_info,
.p-news_info {
  display: inline-block;
  min-width: 240px;
}
.p-schedule time,
.p-news time {
  margin-right: 10px;
}
.p-schedule_category,
.p-news_category {
    /*border: 1px solid #0800a2;*/
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #0800a2;
    margin-right: 10px;
    display: inline-block;
    min-width: 120px;
    text-align: center;
}
.p-schedule_title a,
.p-news_title a {
  color: #333;
  text-decoration: underline;
}
.p-schedule_title a:hover,
.p-news_title a:hover {
  text-decoration: none;
  opacity: 1;
}
.schedule-cat1 {
  background-color: #dea229;
}
.schedule-cat2 {
  background-color: #3496a7;
}
.schedule-cat3 {
  background-color: #3e9d59;
}
.schedule-cat4 {
  background-color: #e96f2f;
}
.news-cat1 {
  background-color: #027148;
}
.news-cat2 {
  background-color: #ff0000
}
.news-cat3 {
  background-color: #FFA500;
}
.news-cat4 {
  background-color: #00C1D4;
}
.news-cat5 {
  background-color: #FFC0CB;
}

.p-schedule_detail,
.p-news_detail {
  margin-bottom: 60px;
}
.p-student-title h2,
.p-schedule_detail h2,
.p-news_detail h2 {
  background-color: #00C1D4;
  font-size: 20px;
  color: #fff;
  padding: 8px 12px;
}
.p-schedule_detail h4,
.p-news_detail h4,
.p-application h4 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    margin: 20px 0;
}
.p-schedule_detail h4::before,
.p-news_detail h4::before,
.p-application h4::before {
    content: "";
    border-left: 6px solid #00C1D4;
    padding: 0 4px;
}
.p-schedule_detail-topics-link,
.p-news_detail-topics-link {
  padding: 30px 0;
}
.p-schedule_detail-topics-link a,
.p-news_detail-topics-link a {
  color: #333;
}
.p-schedule_detail-next-topic,
.p-news_detail-next-topic {
  float: right;
}
/*.p-schedule_detail img {
  width: 100%;
  height: auto;
}*/

.p-application {
  margin-bottom: 80px;
}
.p-application .c-form__inner {
  padding: 0;
}
.p-application select {
  padding: 8px;
  border-radius: 5px;
  border-color: #ccc;
}
.p-application_child-wrapper,
.p-application_child-birth-wrapper,
.p-application_inner-child-wrap {
  display: flex;
  flex-direction: row;
}
.p-application_child-school-other dt {
  user-select: none;
  color: #fff;
}
.p-application_inner-child-wrap dd {
  width: auto !important;
}
.p-application_child-birth select,
.p-application_child-wrapper select,
.p-application_inner-child-wrap select{
  width: auto;
}
.p-application_child-school select {
  width: 100%;
}
.p-application_date {
  margin-right: 5px;
}
.p-application_date:not(:first-of-type) {
  margin-left: 15px;
}
/*.p-application_child-birth label:last-of-type,
.p-inquiry_date-wrapper label:last-of-type {
  display: none;
}*/

.p-inquiry {
  margin-bottom: 80px;
}
.p-inquiry_flow {
  margin: 40px 0;
  text-align: center;
}
.p-inquiry_flow img {
  width: 100%;
}

/*
.p-inquiry-form,
.p-inquiry-form button, input, optgroup, select, textarea {
  font-size: 13px !important;
}*/
.p-inquiry-required {
  color: #D6001F;
}
.p-inquiry_fields {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.p-inquiry_fields th,
.p-inquiry_fields td {
  border: 1px solid #bbb;
  padding: 15px;
}
.p-inquiry_fields th {
  width: 220px;
  background-color: #F0F0F0;
  text-align: left;
}
.p-inquiry_text-inline {
  display: inline-flex;
}
.p-inquiry_inner-header {
  margin-right: 8px;
}
.p-inquiry_inner-field {
  margin-left: 8px;
}
.p-inquiry_details {
  height: 150px;
}
.p-inquiry_details textarea {
  width: 100%;
  height: 110px;
}
.p-inquiry_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.p-inquiry_checkbox-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
.p-inquiry_checkbox-item input[type="checkbox"] {
  margin-right: 8px;
}
.p-inquiry_details p {
  color: red;
  font-size: 12px;
}
.p-inquiry_name {
  width: 25%;
}
.p-inquiry_date {
  width: 10%;
  margin-right: 5px;
}
.p-inquiry_date:not(:first-of-type),
.p-inquiry_radio-age:not(:first-of-type) {
  margin-left: 15px;
}
.p-inquiry_date-year {
  width: 80px;
}
.p-inquiry_radio-wrapper {
  display: flex;
}
.p-inquiry_radio {
  margin-right: 5px;
}
.p-inquiry_school {
  width: 35%;
}
.p-inquiry_inner-header:not(:first-of-type) {
  margin-left: 20px;
}
.p-inquiry_select-age {
  width: 18%;
}
.p-inquiry_radio-item {
  margin-left: 10px;
  margin-right: 5px;
}
.p-inquiry_phone-eg {
  padding-left: 5px;
  color: #878787;
}
.p-inquiry_guardian {
  width: 40%;
}
.p-inquiry_agreed-wrapper {
  margin: 30px 0;
  /*display: flex;
  justify-content: center;
  max-width: 100%;*/
}
.p-inquiry_agreed {
  padding: 15px;
  border: 1px solid #bbb;
  /*text-align: center;
  display: inline-block;
  width: 600px;*/
}


.p-newsletter {
  margin-bottom: 50px;
}
.p-newsletter_info {
  display: inline-block;
  min-width: 240px;
}
.p-newsletter time {
  margin-right: 10px;
}
.p-newsletter-list-group li:first-child {
  margin-top: 0;
}
.p-newsletter-list-group li {
  margin: 15px 0;
  border-bottom: 1px solid rgb(219, 219, 219);
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
}
.newsletter-cat {
  border: 1px solid #025c93;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  color: #025c93;
  margin-right: 10px;
  display: inline-block;
  min-width: 140px;
  text-align: center;
}

.p-newsletterDetail_title {
  background-color: #d36b88;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}
.p-newsletterDetail_content h4 { 
  margin: 20px 0;
  font-weight: bold;
  font-size: 16px;
  border-left: 8px solid #75a3d2;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.p-newsletterDetail_back {
  margin-top: 50px;
}
.p-recruitment-company-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  border-top: 3px solid #79a6d3;
  padding-top: 10px;
  margin-bottom: 20px;
}
.p-recruitment-company-logo {
  height: 40px;
}
.p-recruitment-company-logo img {
/*  width: 100%; */
  height: 40px;
}
.p-recruitment-company-name {
  margin-left: 10px;
  margin-right: 20px;
}
.p-recruitment-company-name h3 {
  font-size: 18px;
  font-weight: bolder;
}
.p-recruitment-company-sub {
  color: #bbb;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 20px;
  border-left: 1px solid #bbb;
}

.p-topics__item {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #ddd; }
  .p-topics__item__date {
    font-weight: bold;
    letter-spacing: 0.05em; }
  .p-topics__item__title {
    margin-left: 60px;
    color: #6b6b6b;
    letter-spacing: 0.05em; }
  .p-topics__item .c-topics__label {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 120px;
    color: #BE3636;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    text-align: center; }
  .p-topics__item .c-label--circle {
    -webkit-animation: pulse 2s 0s ease-out infinite;
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    animation: pulse 2s 0s ease-out infinite;
    cursor: pointer; }

.p-topics__item:not(:first-child):not(:last-child) {
  padding: 10px 0px; }

/* utility ----------------------------- */

.u-ma-0 {
  margin: 0px !important; }

.u-mt-0 {
  margin-top: 0px !important; }

.u-mr-0 {
  margin-right: 0px !important; }

.u-mb-0 {
  margin-bottom: 0px !important; }

.u-ml-0 {
  margin-left: 0px !important; }

.u-pa-0 {
  padding: 0px !important; }

.u-pt-0 {
  padding-top: 0px !important; }

.u-pr-0 {
  padding-right: 0px !important; }

.u-pb-0 {
  padding-bottom: 0px !important; }

.u-pl-0 {
  padding-left: 0px !important; }

.u-ma-5 {
  margin: 5px !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-pa-5 {
  padding: 5px !important; }

.u-pt-5 {
  padding-top: 5px !important; }

.u-pr-5 {
  padding-right: 5px !important; }

.u-pb-5 {
  padding-bottom: 5px !important; }

.u-pl-5 {
  padding-left: 5px !important; }

.u-ma-10 {
  margin: 10px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-pa-10 {
  padding: 10px !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-pr-10 {
  padding-right: 10px !important; }

.u-pb-10 {
  padding-bottom: 10px !important; }

.u-pl-10 {
  padding-left: 10px !important; }

.u-ma-15 {
  margin: 15px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-pa-15 {
  padding: 15px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-pr-15 {
  padding-right: 15px !important; }

.u-pb-15 {
  padding-bottom: 15px !important; }

.u-pl-15 {
  padding-left: 15px !important; }

.u-ma-20 {
  margin: 20px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-pa-20 {
  padding: 20px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pr-20 {
  padding-right: 20px !important; }

.u-pb-20 {
  padding-bottom: 20px !important; }

.u-pl-20 {
  padding-left: 20px !important; }

.u-ma-25 {
  margin: 25px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-pa-25 {
  padding: 25px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pr-25 {
  padding-right: 25px !important; }

.u-pb-25 {
  padding-bottom: 25px !important; }

.u-pl-25 {
  padding-left: 25px !important; }

.u-ma-30 {
  margin: 30px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-pa-30 {
  padding: 30px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pr-30 {
  padding-right: 30px !important; }

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-pl-30 {
  padding-left: 30px !important; }

.u-ma-35 {
  margin: 35px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-pa-35 {
  padding: 35px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pr-35 {
  padding-right: 35px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-pl-35 {
  padding-left: 35px !important; }

.u-ma-40 {
  margin: 40px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

.u-pa-40 {
  padding: 40px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pr-40 {
  padding-right: 40px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-pl-40 {
  padding-left: 40px !important; }

.u-ma-45 {
  margin: 45px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mr-45 {
  margin-right: 45px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-ml-45 {
  margin-left: 45px !important; }

.u-pa-45 {
  padding: 45px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pr-45 {
  padding-right: 45px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-pl-45 {
  padding-left: 45px !important; }

.u-ma-50 {
  margin: 50px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mr-50 {
  margin-right: 50px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-ml-50 {
  margin-left: 50px !important; }

.u-pa-50 {
  padding: 50px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pr-50 {
  padding-right: 50px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-pl-50 {
  padding-left: 50px !important; }

.u-ma-55 {
  margin: 55px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mr-55 {
  margin-right: 55px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-ml-55 {
  margin-left: 55px !important; }

.u-pa-55 {
  padding: 55px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pr-55 {
  padding-right: 55px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-pl-55 {
  padding-left: 55px !important; }

.u-ma-60 {
  margin: 60px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mr-60 {
  margin-right: 60px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-ml-60 {
  margin-left: 60px !important; }

.u-pa-60 {
  padding: 60px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pr-60 {
  padding-right: 60px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-pl-60 {
  padding-left: 60px !important; }

.u-ma-65 {
  margin: 65px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mr-65 {
  margin-right: 65px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-ml-65 {
  margin-left: 65px !important; }

.u-pa-65 {
  padding: 65px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pr-65 {
  padding-right: 65px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-pl-65 {
  padding-left: 65px !important; }

.u-ma-70 {
  margin: 70px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mr-70 {
  margin-right: 70px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-ml-70 {
  margin-left: 70px !important; }

.u-pa-70 {
  padding: 70px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pr-70 {
  padding-right: 70px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-pl-70 {
  padding-left: 70px !important; }

.u-ma-75 {
  margin: 75px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mr-75 {
  margin-right: 75px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-ml-75 {
  margin-left: 75px !important; }

.u-pa-75 {
  padding: 75px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pr-75 {
  padding-right: 75px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-pl-75 {
  padding-left: 75px !important; }

.u-ma-80 {
  margin: 80px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mr-80 {
  margin-right: 80px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-ml-80 {
  margin-left: 80px !important; }

.u-pa-80 {
  padding: 80px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pr-80 {
  padding-right: 80px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-pl-80 {
  padding-left: 80px !important; }

.u-ma-85 {
  margin: 85px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mr-85 {
  margin-right: 85px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-ml-85 {
  margin-left: 85px !important; }

.u-pa-85 {
  padding: 85px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pr-85 {
  padding-right: 85px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-pl-85 {
  padding-left: 85px !important; }

.u-ma-90 {
  margin: 90px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mr-90 {
  margin-right: 90px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-ml-90 {
  margin-left: 90px !important; }

.u-pa-90 {
  padding: 90px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

.u-pr-90 {
  padding-right: 90px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

.u-pl-90 {
  padding-left: 90px !important; }

.u-ma-95 {
  margin: 95px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mr-95 {
  margin-right: 95px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-ml-95 {
  margin-left: 95px !important; }

.u-pa-95 {
  padding: 95px !important; }

.u-pt-95 {
  padding-top: 95px !important; }

.u-pr-95 {
  padding-right: 95px !important; }

.u-pb-95 {
  padding-bottom: 95px !important; }

.u-pl-95 {
  padding-left: 95px !important; }

.u-ma-100 {
  margin: 100px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mr-100 {
  margin-right: 100px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-ml-100 {
  margin-left: 100px !important; }

.u-pa-100 {
  padding: 100px !important; }

.u-pt-100 {
  padding-top: 100px !important; }

.u-pr-100 {
  padding-right: 100px !important; }

.u-pb-100 {
  padding-bottom: 100px !important; }

.u-pl-100 {
  padding-left: 100px !important; }

@media screen and (min-width: 768px) {
  .c-hidden-pc {
    display: none;
  }
  /*.l-header__menu__sublist {
    display: none;
    position: absolute;
    left: 0;
    min-width: 100%;
    padding-top: 10px;
    z-index: 9;
  }*/
  .l-header__menu__sublist__item {
    width: 100% !important;
    text-align: left;
    margin: 0px 0px 15px 0px;
    display: block;
    /*display: inline-block;
    position: relative;
    color: #025c93;
    opacity: 1;*/
  }
  .l-header__menu__sublist {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 37px;
    left: -15px;
    margin: 0px 0px 0px 0px !important;
    padding: 15px !important;
    width: 140px !important;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
  }
  .l-header__menu__sublist li {
    padding: 10px 0;
    white-space: nowrap;
  }
  .l-header__menu__sublist__item:hover {
    opacity: 0.7; 
  }
  .l-header__menu__sublist__item:hover:after {
    width: 100%;
    content: '';
    transition: .3s; 
  }
}

@media screen and (max-width: 768px) {
    body {
      font-size: 12px;
      font-size: 1.2rem; }
    button,
    input,
    optgroup,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; }
      .l-container--header,
      .l-container--large {
        width: 100%; 
        padding: 0 20px;}
      .l-container--middle {
        width: 100%; }
      .l-container--single {
        width: 100%; }
      .l-container--main {
        width: 100%;
        /*padding-right: 20px;
        padding-left: 20px; */}
      .l-container--side {
        width: 100%;
        /*padding-right: 20px;
        padding-left: 20px; */
        margin-bottom: 40px; }
      .l-footer__copyright {
        padding: 15px 10px; }
  
        .c-accordion__contents img {
          width: 100%; }
    .c-button,
    .c-button--disabled {
      width: 80%;
      margin-bottom: 30px; }
      .c-button--return {
        margin-bottom: 10px; }
      .c-form-policyAgree__contents {
        width: 90%;
        padding: 10px; }
      .c-form-policyAgree__check {
        font-size: 14px;}
      .c-heading--h1, .c-heading--h2 {
        font-size: 20px;
        font-size: 2rem; }
        /*.c-heading--h1:before, .c-heading--h2:before {
          left: 18%;
          width: 40px;
          -webkit-transform: translate(-50%, -18%);
          transform: translate(-50%, -18%); }
        .c-heading--h1:after, .c-heading--h2:after {
          right: 10%;
          width: 40px;
          -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%); }*/
    .c-heading--h2 {
      margin-bottom: 20px; }
    .c-heading--lv1, .c-article h1 {
      margin-bottom: 20px;
      font-size: 28px;
      font-size: 2.8rem; }
    .c-heading--lv2, .c-article h2 {
      margin-bottom: 20px;
      padding-bottom: 10px;
      font-size: 22px;
      font-size: 2.2rem; }
    .c-heading--lv3, .c-article h3 {
      margin-bottom: 10px;
      padding: 5px 10px;
      font-size: 18px;
      font-size: 1.8rem; }
    .c-heading--lv4, .c-article h4 {
      margin-bottom: 10px;
      padding: 2px 0 2px 10px;
      font-size: 16px;
      font-size: 1.6rem; }
  .c-imageText {
    margin: 20px 0; }
    .c-imageText__picture--top {
      margin-bottom: 10px; }
  .c-imageText__picture--right {
    margin-top: 10px;
    text-align: center; }
    .c-imageText__picture--bottom {
      margin-top: 10px; }
  [class^="c-imageText__picture"] img {
    width: 100%; }
    .c-pager {
      margin-top: 30px; }
    .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--dl dl {
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-table--dl dl dt, .c-table--dl dl dd {
        width: 100%; }
    .c-table--scroll {
      display: block;
      overflow-x: scroll; }
  .c-form-toggle__list--inline li {
    display: block; }
    .c-form-toggle__list--inline li:not(:first-of-type) {
      margin-top: 20px; }
      .c-form-toggle__radio--design label {
        display: block;
        margin-top: 10px; }
      .c-form-toggle__checkbox--design label {
        display: block;
        margin-top: 10px; }
    .c-topics__title {
      margin-top: 5px; }
  .c-topics__card__item:not(:first-child) {
    margin-top: 20px; }
    .c-topics__card__contents {
      padding: 20px; }
    .p-schedule-wrapper {
      display: flex;
      flex-direction: column-reverse;
    }
    .p-blog {
      -ms-flex-flow: wrap;
      /*flex-flow: wrap;*/
      flex-flow: column-reverse; }
    .p-blog__wrapper {
      margin-bottom: 50px; }
      .p-blog__side__title {
        padding: 10px;
        font-size: 14px;
        font-size: 1.4rem; }
      .p-blog__side__list {
        margin-bottom: 30px;
        padding: 15px 20px; }
    .p-blog__detail {
      padding: 0px 20px; }
      .p-blog__detail__title {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 22px;
        font-size: 2.2rem; }
    .p-blog__detail table {
      display: block;
      width: auto;
      max-width: 100%; }
    .p-blog__detail img {
      width: 100%;
      height: 100%; }
        .p-property__list__item {
          width: 100%; }
    .p-sitemap--main {
      margin-left: 20px;
      padding: 0px 20px; }
      .p-sitemap--sub {
        padding-left: 13px; }
    .p-top__hero {
      margin-top: 50px;
      padding-bottom: 30px; }
        .p-top__hero__slide__item {
          /*width: 250%; */}
      .p-top__hero__title {
        font-size: 22px; }
        .p-top__hero__ads img {
          max-width: 250px; }
    .p-top__blog {
      margin-top: -30px; }
      .p-top__blog__inner {
        padding: 30px 20px; }
    .p-top__blog__wrapper {
      margin-bottom: 30px; }
      .p-top__blog__item {
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .p-top__blog__item__date {
          width: 100%;
          margin-bottom: 5px; }
    .p-top_intro-content p {
      padding: 20px 30px;
    }
    .p-top_group-heading-wrap {
      display: block;
    }
    .p-top_group-heading {
      margin-top: 20px;
    }
    .p-top__company__wrapper {
      display: block; }
  .p-top__company__detail {
    width: 100%; }
    .p-top__company__map {
      width: 100%;
      padding: 20px; }
 
  .p-top_about-img {
    display: none;
  }
  .p-top_group-desc, 
  .p-top_about-desc {
    margin-right: 0;
  }
  .p-topics__wrapper {
    margin-bottom: 30px; }
      .p-topics__item__date {
        width: 100%;
        margin-bottom: 5px; }
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; }  
  .p-recruitment__list:last-child {
    margin-bottom: 30px;
  }
  .l-footer__nav {
     display: block;
  }
  .l-footer__nav-list:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-top_schedule-wrapper {
    margin: 0;
  }
  .p-top_schedule-time,
  .p-top_schedule-title,
  .p-top_schedule-venue {
    width: auto !important;
  }
  .p-top_methodology-heading1 img {
    width: 80px;
  }
  .p-top_methodology-heading1,
  .p-top_methodology-heading2 {
    font-size: 18px;
  }
  .p-top_quickLink-txt {
    padding: 12px;
  }
  .p-top_quickLink-txt h4 {
    font-size: 16px;
  }
  .p-new_img-wrapper {
    display: block;
  }
  .p-new_img img {
    width: 100%;
  }
  .p-new_img {
    margin-bottom: 20px;
  }
  #partner1,
  #partner2,
  #partner3,
  #partner4 {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
  }
}
.l-container--large {
        max-width: 100%;
        margin: 0 auto; }
@media screen and (min-width: 769px) {
      .l-container--huge {
        min-width: 1360px; }
      .l-container--header {
        max-width: 1100px;
        margin: 0 auto;
      }
      .l-container--large {
        max-width: 80%;
        margin: 0 auto; }
      .l-container--middle {
        width: 1140px;
        margin: 0 auto; }
      .l-container--single {
        width: 980px;
        margin: 0 auto; }
      .l-container--main {
        width: 100%;
        /* max-width: 680px;  */
        }
      .l-container--side {
        /* width: 250px; */
        width: 350px;
        margin-left: 40px; }
      .l-container--left {
        margin-left: 0;
      }
      .l-container--right {
        margin-left: 40px;
      }
        .c-accordion__contents img {
          max-width: 100%; }
    .c-button {
      width: 24%; }
      .c-button--return {
        margin-right: 10px; }
    .c-form {
      max-width: 800px;
      padding: 0 10px; }
      .c-form-policyAgree__contents {
        width: 75%;
        padding: 20px; }
      .c-form-policyAgree__check {
        font-size: 14px; }
      .c-heading--h1, .c-heading--h2 {
        font-size: 2.6rem; }
        /*.c-heading--h1:before, .c-heading--h2:before {
          left: 28%;
          width: 60px;
          -webkit-transform: translate(-50%, -28%);
          transform: translate(-50%, -28%); }*/
        .c-heading--h1:after, .c-heading--h2:after {
          right: 22%;
          width: 100px;
          -webkit-transform: translate(-50%, -22%);
          transform: translate(-50%, -22%); }
    .c-heading--h2 {
      margin-bottom: 60px; }
    .c-heading--lv1, .c-article h1 {
      margin-bottom: 30px;
      font-size: 40px;
      font-size: 4rem; }
    .c-heading--lv2, .c-article h2 {
      margin-bottom: 30px;
      padding-bottom: 15px;
      font-size: 28px;
      font-size: 2.8rem; }
    .c-heading--lv3, .c-article h3 {
      margin-bottom: 20px;
      padding: 5px 10px;
      font-size: 22px;
      font-size: 2.2rem; }
    .c-heading--lv4, .c-article h4 {
      margin-bottom: 20px;
      padding: 3px 0 3px 10px;
      font-size: 18px;
      font-size: 1.8rem; }
  .c-imageText {
    margin: 30px 0; }
    .c-imageText__picture--top {
      margin: 0 auto 20px; }
  .c-imageText__picture--right {
    margin: 0 0 20px 20px;
    float: right; }
    .c-imageText__picture--bottom {
      margin: 20px auto 0; }
  .c-imageText__picture--left {
    margin: 0 20px 20px 0;
    float: left; }
  [class^="c-imageText__picture"] {
    display: table;
    width: 200px;
    text-align: center; }
    .c-pager {
      margin-top: 50px; }
    .c-pager__link {
      width: 28px;
      height: 28px;
      line-height: 26px; }
    .c-section {
      padding: 30px 0px; }
    .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 {
      -ms-flex-direction: row;
      flex-direction: row; }
      .c-table--dl dl dt {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
      .c-table--dl dl dd {
        width: 100%; }
  .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: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      width: 100%; }
    .c-topics__date {
      margin-right: 30px; }
  .c-topics__card__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-topics__card__item {
    width: 32%;
    margin-bottom: 2%; }
  .c-topics__card__item:not(:nth-child(3n+1)) {
    margin-left: 2%; }
    .c-topics__card__contents {
      padding: 15px; }
    .p-blog__wrapper {
      margin-bottom: 100px; }
      .p-blog__side__title {
        padding: 12px;
        font-size: 16px;
        font-size: 1.6rem; }
      .p-blog__side__list {
        margin-bottom: 40px;
        padding: 25px 15px; }
    .p-blog__detail {
      padding: 0px 10px; }
      .p-blog__detail__title {
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-size: 30px;
        font-size: 3rem; }
    .p-blog__detail img {
      max-width: 1000px; }
        .p-property__list__item {
          width: 31%; }
          .p-property__list__item:nth-child(3n+2) {
            margin-right: 3%;
            margin-left: 3%; }
          .p-property__list__item__picture {
            max-width: 300px;
            max-height: 180px; }
      .p-sitemap--sub {
        padding-left: 14px; }
        .p-top__hero__slide__item {
          width: 100%; }
      .p-top__hero__title {
        font-size: 45px;
        font-size: 4.5rem; }
    .p-top__topics__wrapper {
      max-width: 650px;
      margin: auto;
      margin-bottom: 20px; }
      .p-top__topics__inner {
        padding: 30px; }
        .p-top__topics__item__date {
          margin-right: 30px; }
      .p-top__business__inner {
        max-width: 500px; }
      .p-top__business__detail {
        padding: 30px; }
      .p-top__service__item {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px 0px; }
      .p-top__service__item__wrapper {
        max-width: 500px; }
        .p-top__service__item__title--h3 {
          font-size: 18px;
          font-size: 1.8rem; }
        .p-top__service__item__title--h4 {
          font-size: 15px;
          font-size: 1.5rem; }
    .p-top__service__image {
      width: 120px;
      height: 120px;
      margin: 0px 5em; }
    .p-top__blog {
      margin-top: -50px;
      padding-bottom: 50px; }
      .p-top__blog__inner {
        padding: 30px; }
    .p-top__blog__wrapper {
      max-width: 650px;
      margin: auto;
      margin-bottom: 20px; }
        .p-top__blog__item__date {
          margin-right: 30px; }
    .p-top__company__wrapper {
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .p-top__company__detail {
    width: 470px; }
    .p-top__company__map {
      width: 470px;
      overflow: hidden; }

.p-top__company__detail {
  position: relative;
  top: -25px;
}
  .p-topics__wrapper {
    max-width: 650px;
    margin: auto;
    margin-bottom: 20px; }
      .p-topics__item__date {
        margin-right: 30px; }
  .is-pc {
    display: block !important; }
  .is-sp {
    display: none !important; } 
}

@media screen and (min-width: 900px) {
  .l-header__menu__list {
    display: flex;
    justify-content: space-around;
    width: 94%;
    padding: 0;
    margin: 0 auto;
  }
  .l-header__language__list__item {
    padding: 5px 10px; }
  .l-header__wrapper {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    align-content: center;
    align-items: center;
    padding-top: 10px;*/
    }
  .l-header__logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;*/ }
  .l-header__menu__list {
    display: -ms-flexbox;
    display: flex; }
  .l-header__menu__list li a {
    margin: 0 10px;
  }
  .l-header__menu__list__item.active {
    /*background: url(/files/user/images/nav-active.png?v=) no-repeat center;*/
    display: inline-block;
    border-bottom: 2px solid;
    font-weight: bold;
  }
  .icon-animation {
    display: none; 
  }

  #top-section,
  #intro-section,
  #group-section,
  #ceo-section,
  #about-section,
  #company-section,
  #contact-section {
    display: block;
    position: relative;
    top: -135px !important;
    visibility: hidden;
  }    
}
@media screen and (max-width: 1441px) {
  .p-top_slider-wrapper .slick-slide {
    max-height: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__fixed-lower-menu-list {
    padding-right: 15px;
  }
  .l-header__fixed-lower-menu a {
    font-size: 12px;
  }
  .fixed-menu-child {
    width: 120px;
  }
  .l-header__fixed-lower-menu-list .nav-item .l-header__menu__list__item:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__logo-txt {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .l-header_text {
    display: none;
  }
  .l-header__logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
  }
  .l-header__logo-txt {
    font-size: 14px;
    color: #000;
    margin-left: 12px;
  }
}

@media screen and (max-width: 1101px) {
  .l-footer .l-container--large {
    padding: 0 20px;
  }
  .l-footer__nav-item a {
    font-size: 14px;
  }
  .l-footer__nav-child-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__fixed-logo a h1 {
    display: none;
  }
  .l-header__fixed-lower-menu-list {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .p-page-breadcrumb {
    margin: 0 20px;
    margin-bottom: 20px;
  }
    .p-top_schedule-title {
    margin-left: 0;
    margin-top: 10px;
    text-align: justify!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-container--left {
    margin-left: 20px;
  }
  .l-container--right {
    margin-right: 20px;
  }
}
/*@media screen and (min-width: 901px) and (max-width: 1031px) {
  .l-header__logo {
    width: 260px !important;
  }
}*/
@media screen and (max-width: 900px) {
  .l-header__language__list__item {
    padding: 10px; }
  .l-header__logo {
    width: 400px;}
  .l-header__menu {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 4; }
  .l-header__menu__sub {
      display: none; }
  .l-header__menu__sp__list__item {
    background-color: #025c93;
    color: #FFFFFF; }
  .l-header__menu__sp__list__item:hover {
    background-color: #013d61;
    opacity: 1; }
  .l-header__menu__sp__list__item.active {
    background-color: #013d61; }
  .l-header__menu__sp__list li:not(:last-child) {
    border-bottom: 1px solid #FFFFFF; } 
  .sub-menu {
    background-color: #ddd;
  }
  .sub-menu__item {
    padding: 10px 20px;
    display: block;
  }
  .l-upper-menu {
    height: 50px;
    position: fixed;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 10%);
  }
  .l-header__logo__img {
    /*position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);*/
    margin-left: 15px;
  }
  .l-header__logo__img {
    width: 80px;
  }
  .l-lower-menu,
  .fixed-menu {
    display: none !important;
  }
  .c-heading--h1:after, .c-heading--h2:after {
    display: none;
  }

}

@media screen and (max-width: 767px) {
  .c-hidden-sp {
    display: none;
  }
  .l-header__menu__sublist li {
    margin: 10px 0 !important;
  }
  .l-header__menu__sublist__item {
    color: #025c93;
  }
    .c-form-desc {
      display: block; }
  .c-form-img {
    text-align: center; }
    .p-top__company__wrapper {
      display: block; }
  .p-top_group-content, 
  .p-top_about-content {
    display: block;
    margin: 20px 0;
  }
  .p-top_group-desc, 
  .p-top_about-desc {
    margin-right: 0;
  }
  .p-top_group-desc h3 {
    margin-bottom: 10px;
  }
  .p-top_ceo-content {
    display: block;
  }
  .p-top_group-img img,
  .p-top_ceo-img img {
    width: 100%;
  }
  .p-top_ceo-desc {
    margin-top: 20px;
    margin-left: 0;
  }
  .p-top_newsletter-flex {
    display: block;
  }
  .p-top_newsletter-date {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-newsletter_content {
    margin-top: 10px;
  }
  .p-top_newsletter-desc {
    top: 0;
  }
  .p-top_newsletter-cat {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 540px) {
  .p-top__hero__ads img {
    max-width: 180px;
  }
  .p-newsletter-list-group li {
    display: block;
  }
}

@media screen and (max-width: 850px) {
      .p-top__topics__inner {
        margin: 0 30px; }
      .p-top__topics__item {
        display: block; }
        .p-top__topics__item:not(:first-child):not(:last-child) {
          padding: 20px 0; }
        .p-top__topics__item__title {
          margin-left: 0; }
      .p-top__topics .c-topics__label {
        top: 75px;
        left: 130px;
        font-size: 12px; }
    .p-topics__item {
      display: block; }
      .p-topics__item__title {
        margin-left: 0; }
      .p-topics__item .c-topics__label {
        top: 9px;
        left: 90px;
        font-size: 12px; } }

@media screen and (max-width: 899px) {
  .l-header__logo__text,
  .l-menu {
    display: none;
  }
  .dropdownmenu {
    display: block;
    position: absolute;
    margin-top: -35px;
    right: 5px;
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 3px;
    background: url(/files/user/images/icons/menu-icon.png?v=) center center no-repeat #000;
    /*background: url(/files/user/images/icons/caret-down.png?v=) no-repeat;*/
    z-index: 9;
  }
  .sub-menu.sub-open {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .p-top_methodology-wrapper,
  .p-top_news-wrapper,
  .p-top_course-wrapper,
  .p-top_quickLink-wrapper,
  .p-top_schedule_list-group li,
  .p-access_wrapper,
  .p-network_item-content,
  .p-network_partner-img,
  .p-about_point-detail,
  .p-application_child-wrapper,
  .p-course_point-detail,
  .p-new_intro,
  .p-new_links ul,
  .p-procedure_item {
    display: block;
  }
  .p-top_partners-innerWrapper, 
  .p-top_news-innerWrapper {
    width: 100%;
  }
  .p-top_slider-content {
    min-width: 0;
  }
  .p-top_slider-content h1 {
    font-size: 24px;
  }
  .p-top_slider-content h5 {
    font-size: 13px;
  }
  .p-top_schedule-cat-list {
    margin: 10px 0;
  }
  .p-top_schedule-cat-item {
    margin: 0 10px;
  }
  .p-top_schedule-cat {
    min-width: 100px;
  }

  .p-top_methodology-content {
    margin-left: 0;
  }
  .p-top_methodology-img img {
    width: 100%;
  }
  .p-top_methodology-heading1, .p-top_methodology-heading2 {
    font-size: 12px;
  }
  .p-top_methodology-button-wrapper {
    justify-content: center;
  }
  .p-top_methodology-button-wrapper h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .p-top_methodology-button {
    margin-left: 0;
  }
  .p-top_course-txt,
  .p-top_quickLink-txt {
    height: auto;
  }
  .p-top_course-innerWrapper,
  .p-top_quickLink-innerWrapper {
    width: 100%;
  }
  .p-top_course-item,
  .p-top_quickLink-item {
    margin: 15px;
  }
  .p-top_quickLink-txt {
    padding: 15px;
  }
  .p-course_point-detail img {
    width: 100%;
  }
  .p-access_map {
    margin-left: 0;
    width: 100%;
  }
  .p-access_info img {
    width: 100%;
  }
  .p-access_img {
    margin-left: 0;
  }
  .p-access_img img {
    width: 100%;
  }
  .p-route_item {
    flex-direction: column;
  }
  .p-route_item-img img {
    width: 100%;
  }
  .p-route_item p {
    margin-right: 0;
  }
  .p-network_item-content img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-network_partner-img {
    text-align: center;
  }
  .p-network_partner-img img {
    width: 70%;
    padding: 20px;
  }
  .p-about_point-detail img {
    margin-top: 10px;
    width: 100%;
    padding: 0;
  }
  .p-students-date {
    position: relative;
  }
  .p-record_wrapper {
    justify-content: center;
  }
  .p-inquiry_fields th {
    width: 120px;
    font-size: 12px;
  }
  .p-inquiry_fields th, .p-inquiry_fields td {
    padding: 12px;
  }
  .p-inquiry_checkbox-item {
    width: 100%;
  }
  .p-inquiry_name {
    width: auto;
  }
  .p-inquiry_inner-field {
    margin-left: 0;
    margin-top: 10px;
  }
  .p-inquiry-form select {
    width: 70%;
  }
  .p-inquiry_date:not(:first-of-type) {
    margin-top: 10px;
    margin-left: 0;
  }
  .p-inquiry_school,
  .p-inquiry_guardian {
    width: 100%;
  }
  .p-inquiry_inner-header {
    display: block;
    margin-top: 10px;
  }
  .p-inquiry_inner-header:not(:first-of-type) {
    margin-left: 0;
  }
  .p-course_class-guide .student,
  .p-course_class-guide .class {
    width: auto;
  }
  .p-application_child-school-other dt {
    display: none;
  }
  .p-application_child-school-other dd {
    padding-top: 0;
  }
  .p-new_intro img {
    width: 100%;
  }
  .p-new_intro p {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .p-new_links li:not(:last-of-type) {
    margin-right: 0;
  }
  .p-procedure_item-num {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
  }
  .p-procedure_item-content {
    width: 100%;
    padding-top: 20px;
  }
  .p-procedure_item-content p {
    padding-left: 0;
  }
}

@media screen and (max-width: 440px) {
  .l-header__logo {
    width: 300px;
  }
  .p-top_slider-wrapper .slick-slide {
    height: 380px;
  }
  .p-top_slider-wrapper .slick-slide img {
    width: auto !important;
  }
  .p-application_child-birth select {
    width: auto;
  }
  .p-recaptcha {
    width: 100%;
  }
  .p-schedule_info, 
  .p-news_info {
    min-width: none;
  }
  .p-schedule_list-group li, 
  .p-news_list-group li {
    display: block;
  }
  .p-schedule_title,
  .p-news_title {
    margin-top: 10px;
  }
  .p-schedule_list-group li:not(:first-of-type), 
  .p-news_list-group li:not(:first-of-type) {
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
  .p-schedule_title a, .p-news_title a {
    text-decoration: none;
  }
  .l-header__logo-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .p-route_item-img {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .l-header__logo-txt {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

#top-section,
#intro-section,
#group-section,
#ceo-section,
#about-section,
#company-section,
#contact-section,
#partner1,
#partner2,
#partner3,
#partner4 {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

/*TSKUBA TOP PAGE*/

/*intro section*/
.intro-section-img {
    max-width: 100%;
}

.intro-section-circle-img {
    max-width: 100%;
    border-radius: 10%;
}

.intro-section-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}

.intro-section-ul {
    list-style-type: none;
}

.intro-section-boxes .intro-section-container {
    display: flex;
    justify-content: space-between;
}

.intro-section-box {
    flex: 1;
    background: #fff;
    color:#000;
    border-radius: 10px;
    margin: 20px 10px;
    padding: 15px 20px;
    min-height: 325px;
    position: relative;
}

.intro-section-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 10%;
    overflow: hidden;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
}


.intro-section-content-title {
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}

.intro-section-content p{
    margin-top:0px;
    margin-bottom:0px;
}

.intro-section-content {
    text-align: center;
}

.intro-section-title-box {
    text-align: center;
}

.intro-section-description-box {
    text-align: center;
    min-height: 0px;
}

.intro-section-course-title {
    color: #000;
    font-weight: 600;
}

.divider {
  width: 50%;
  height: 1px;
  max-width: 70px;
  text-align: left;
  background-color: #000;
  border: 1px solid #00C1D4;
  margin: 0 auto;
  display: block;
}


.intro-section-description {
    color: #000;
    font-weight: 600;
}

@media (max-width: 768px) {
    .intro-section-container {
        flex-direction: column;
        padding-top: 20px;
        text-align: center;
    }

    .intro-section-box {
        display: block;
        text-align: center;
    }
}

/*latest news section*/
.latest-news-container {
    /* max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px; */
  }
  
  .latest-news-boxes .latest-news-container {
    display: flex;
    justify-content: space-between;
  }
  
  .latest-news-box {
    flex: 0 0 30%; /* 30% width */
    background: #00C1D4;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    /* padding: 15px 20px; */
    /* min-height: 200px; */
    border: 1px solid #00C1D4; /* Add border */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  
  
  .latest-news-box:nth-child(2) {
    flex: 0 0 70%; /* 70% width */
    /* background: #9C8679; */
    background: #fff;
    color: #000;
    font-weight: normal;

  }


  
  .latest-news-box h3 {
    font-weight: 600;
  }
     
    
  @media(max-width: 768px) {
    .latest-news-header .latest-news-container {
      flex-direction: column;
      padding-top: 20px;
      text-align: 20px;
    }

 
  
    .latest-news-boxes .latest-news-container {
      display: block;
      text-align: center;
    }
  
    .latest-news-box {
      flex: 0 0 100%; /* Full width on smaller screens */
      margin: 0;
    }
  
    /* .latest-news-boxes {
      margin-top: 50px;
    } */

    .latest-news-box:nth-child(1) {
        min-height: 0px;
      }
  }

/*all news section*/
.all-news-section-box {
  flex: 1;
  background: #fff;
  color: #000;
  margin: 20px 10px;
  padding: 15px 20px;
  min-height: 150px;
  border: 2px solid #000;
  position: relative;
}

.all-news-section-main-news,
.all-news-section-main-image {
  border: none;
  padding: 0;
}

.all-news-section-main-image img{
  max-width: 100%;
}

.all-news-item-desc {
  min-height: 120px;
}

.all-news-section-box p {
  text-align: justify;
}

.all-news-section-box p:last-child {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.all-news-section-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

.all-news-section-boxes .all-news-section-container {
  display: flex;
  justify-content: space-between;
}

.all-news-main-title-date {
  left: 0px;
}

.all-news-section-category-box {
  display: inline-block; 
  border: 2px solid #000;
  border-radius: 10px;
  padding:10px;
}

.all-news-title-box {
  text-align: center;
}

.all-news-course-title {
  color: #000;
  font-weight: 600;
}

.all-news-description-box {
  text-align: center;
  min-height: 0px;
}


.all-news-view-more-btn-box {
  text-align: center;
}

.all-news-view-more-btn {
  display: inline-block;
  background-color: #9C8679;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.all-news-view-more-btn:hover {
  background-color: #00C1D4;
  color: #fff;
  font-weight: bold;
}

.all-news-view-more-btn:active {
  transform: scale(0.95);
}


@media (max-width: 768px) {
  .all-news-section-container {
    flex-direction: column;
    text-align: center;
  }

  .all-news-section-box {
    display: block;
    text-align: center;
  }
}

/*New CSS*/

.flex-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}

.flex-footer > div {
  width: 210px;
  margin:auto 0;
  text-align: center;
}

.flex-footer p {
   font-size:2.4rem;
   font-weight:600;
   color:#000A57;
}  

.icon > img{
  width:55px;
  padding:5px;
  
}

.footer-nav {
  color:#a5a5a5;
  text-align: center;
  margin:0px;
  font-size:1.7rem;
}

.footer-nav li{
  display:inline;
  padding:10px 30px;
}

.p-about img {
    max-width: 100%;
    /* width: 100%; */
    height: auto; /* This maintains the aspect ratio of the image */
    /* display: block; This removes any extra space below the image */
}

@media (max-width: 768px) {
  .p-about img {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-nav li {
    /* display:block; */
  }
}


/*Student - Support */
.student-support-list {
  color: #00C1D4;
  text-decoration: none;
  font-size: 30px;
}

.student-support li{
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .student-support-list {
    font-size: 16px;
  }

  .student-support li{
  margin-bottom: 15px;
}
}

.student-support-list:hover,
.student-support-list:focus {
  color: #9C8679 !important;
  text-decoration: underline;
}

.student-module-contents{
  min-height: 650px;
}

/*Student Voices List*/
.student-voices-list-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
  margin-bottom: 20px;
}

.student-voices-list-card {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px); 
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.student-voices-list-card-img{
  min-height: 150px;
  display: flex;
  align-items: center;
}

.student-voices-list-card-img img {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
  min-height: 300px;
}

.student-voices-list-card-content {
  margin-top: 10px;
}

.student-voices-list-card-container a
{
  color: #000;
  text-decoration: none;
}

.student-voices-list-card-container a:hover
{
  color: #9C8679;
  text-decoration: none;
}

.student-voices-list-card-content-name{
  min-height: 70px;
}

.student-voices-list-card-content-country p{
  margin: 0;
}


@media (max-width: 768px) {
   .student-voices-list-card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px); 
}

}

/*Our Partner List*/
.more-partner-list-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px auto;
    max-width: 50%;

}
@media (max-width: 1920px) {
  .more-partner-list-card-container {
    max-width: 80%;
}
}

@media (max-width: 1024px) {
  .more-partner-list-card-container {
    max-width: 100%;
    margin: 10px auto;

}
}

.more-partner-list-card {
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    justify-content:center;
}

.more-partner-list-card-img {
    /* min-height: 150px; */
    display: flex;
    align-items: center;
}

.more-partner-list-card-img img {
    width: 100%;
    object-fit: cover;
    /* max-height: 150px; */
}

.more-partner-list-card-content {
    margin-top: 10px;
}

.more-partner-list-card-container a {
    color: #000;
    text-decoration: none;
}

.more-partner-list-card-container a:hover {
    color: #9C8679;
    text-decoration: none;
}

.more-partner-list-card-content-name {
    min-height: 70px;
}

.more-partner-list-card-content-country p {
    margin: 0;
}


@media (max-width: 768px) {
    .more-partner-list-card {
        display: flex;
        flex-direction: column;
        width: calc(25% - 20px);
    }

}

/*Top News Article*/
.top-news-article-section-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}




.top-news-article-section-flex-container-first,
.top-news-article-section-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-news-article-section-flex-container-first{
  margin-bottom: 20px;
}

.top-news-article-section-flex-item {
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  border: 1px solid #9C8679;
}

.top-news-article-section-flex-item-first {
  flex: 1;
  border: 1px solid #9C8679;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-news-article-section-p-top_news-details {
  display: flex;
  justify-content: right;
  align-items: center;
  padding:0px 15px 5px 5px
}

.top-news-article-section-p-top_news-date {
  text-align: right;
}

.top-news-article-section-p-top_news-title{
  padding:30px 10px;
  text-align: center;
  font-weight: bold;
  min-height: 100px;
}
.top-news-article-section-p-top_news-innerWrapper {
    margin-top:1.8rem;
}

.top-news-article-section-p-top_news-innerWrapper a,
.top-news-article-section-flex-item a {
    color: black;
    text-decoration: none;
}

.top-news-article-section-p-top_news-innerWrapper a:hover,
.top-news-article-section-flex-item a:hover {
    color:#9C8679;
    text-decoration: none;
}

.top-news-article-section-cat-container {
   padding: 0px 15px 15px 5px;
     text-align: right;
}

.top-news-article-section-cat {
    padding:2px 4px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    align-self: flex-end;
    min-width: 70px;
}
.top-news-article-section-p-top_news-content
{
  display:flex;
  flex-direction: column;
}
.top-news-article-section-cat-first {
    margin:15px 10px 10px 15px;
    margin-bottom:40px;
    padding: 6px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 140px;
    border-radius: 4px;
}

.top-news-article-section-p-top_news-title-first{
  min-height: 50px;
  margin:10px 10px 10px 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.top-news-article-section-p-top_news-preview-text-first{
  margin: 15px;
  min-height: 140px;
  text-align: justify;

}


.top-news-article-section-p-top_news-preview-text{
  margin: 15px;
  min-height: 140px;
  text-align: justify;
}


@media (max-width: 768px) {
    .top-news-article-section-container {
        flex-direction: column;
        padding-top: 20px;
    }
   .top-news-article-section-flex-item {
    width: calc(50% - 20px); /* Change the width to 50% to display 2 columns per row */
  }
  .top-news-article-section-p-top_news-title
  {
      min-height: 70px;
    font-size:10px;
  padding: 10px;


  }

.top-news-article-section-p-top_news-preview-text{
  min-height: 160px;

}


  .top-news-article-section-flex-container-first{
  flex-direction: column;
}
 
.top-news-article-section-p-top_news-preview-text p
{
  font-size:10px;
  text-align: left;
}
}

.apply-guide-item-list li{
    list-style:disc;!important;
  }
  .apply-guide-item-list{
   padding-left:20px;
  }
  
ol.apply-guide-item-list-number {
  counter-reset: list;
  padding-left:20px;
}

ol.apply-guide-item-list-number > li {
  list-style: none;
  counter-increment: list;
}

ol.apply-guide-item-list-number > li::marker {
  content: counter(list) ")\a0";
}

ol.apply-guide-item-list-number-full-bracket {
  counter-reset: list;
  padding-left:20px;
}

ol.apply-guide-item-list-number-full-bracket > li {
  list-style: none;
  counter-increment: list;
}

ol.apply-guide-item-list-number-full-bracket > li::marker {
  content: "(" counter(list) ")\a0";
}

.apply-guide-item-list a
{
  text-decoration:underline;
}

ol.apply-guide-item-list-dash {
  counter-reset: list;
  padding-left:10px;
}

ol.apply-guide-item-list-dash > li {
  list-style: none;
  counter-increment: list;
}

ol.apply-guide-item-list-dash > li::marker {
  content: " - ";
}