/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('https://links.kentei.ne.jp/assets/fontawesome-webfont-50bbe9192697e791e2ee4ef73917aeb1b03e727dff08a1fc8d74f00e4aa812e1.eot?v=4.6.3');
  src: url('https://links.kentei.ne.jp/assets/fontawesome-webfont-50bbe9192697e791e2ee4ef73917aeb1b03e727dff08a1fc8d74f00e4aa812e1.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('https://links.kentei.ne.jp/assets/fontawesome-webfont-7dacf83f51179de8d7980a513e67ab3a08f2c6272bb5946df8fd77c0d1763b73.woff2?v=4.6.3') format('woff2'), url('https://links.kentei.ne.jp/assets/fontawesome-webfont-adbc4f95eb6d7f2738959cf0ecbc374672fce47e856050a8e9791f457623ac2c.woff?v=4.6.3') format('woff'), url('https://links.kentei.ne.jp/assets/fontawesome-webfont-ae19e2e4c04f2b04bf030684c4c1db8faf5c8fe3ee03d1e0c409046608b38912.ttf?v=4.6.3') format('truetype'), url('https://links.kentei.ne.jp/assets/fontawesome-webfont-8e3586389bb4cd01b3f85bb3b622739bde6627f28bba63a020c223ca9cf1b9ae.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 5, /opt/cci/links/app/assets/stylesheets/examrefer.css.scss */
#pankuzu a, #pankuzu a:visited, #mainCol a, #mainCol a:visited {
  color: #0A59A3;
  font-weight: bold;
}

/* line 11, /opt/cci/links/app/assets/stylesheets/examrefer.css.scss */
#mainCol a.bookkeepingBtn,
#mainCol a:visited.bookkeepingBtn {
  color: #FFF;
}

/* line 16, /opt/cci/links/app/assets/stylesheets/examrefer.css.scss */
.label {
  display: inline-block;
  background: #4644C1;
  padding: 2px 15px 0;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-right: 4px;
}

/* line 27, /opt/cci/links/app/assets/stylesheets/examrefer.css.scss */
.label-mental {
  display: inline-block;
  background: #6664F1;
  padding: 2px 15px 0;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-right: 4px;
}

/* line 38, /opt/cci/links/app/assets/stylesheets/examrefer.css.scss */
.label-master {
  display: inline-block;
  background: #A664C1;
  padding: 2px 15px 0;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-right: 4px;
}

/* line 49, /opt/cci/links/app/assets/stylesheets/examrefer.css.scss */
.applname {
  width: 180px;
}

@media (min-width: 768px) {
  /* line 54, /opt/cci/links/app/assets/stylesheets/examrefer.css.scss */
  .applname {
    width: 250px;
  }
}
/* line 7, /opt/cci/links/app/assets/stylesheets/organization.scss */
#exam-searchTxt.partsBoxIndex dl dd {
  width: 73%;
  margin-bottom: 12px;
}
/* line 11, /opt/cci/links/app/assets/stylesheets/organization.scss */
#exam-searchTxt.partsBoxIndex dl dd ul {
  font-size: 10px;
}
/* line 13, /opt/cci/links/app/assets/stylesheets/organization.scss */
#exam-searchTxt.partsBoxIndex dl dd ul li {
  margin-right: 7px;
  line-height: 20px;
}

/* line 22, /opt/cci/links/app/assets/stylesheets/organization.scss */
td.social-icons {
  padding: 0;
}

/* line 26, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa {
  font-size: 18px;
}

/*Change icons circle size and color here*/
/* line 33, /opt/cci/links/app/assets/stylesheets/organization.scss */
.clearfix {
  width: 100%;
}

/* line 34, /opt/cci/links/app/assets/stylesheets/organization.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* line 41, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}

/* line 55, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons.icon-circle .fa {
  border-radius: 50%;
}

/* line 59, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons.icon-rounded .fa {
  border-radius: 5px;
}

/* line 63, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons.icon-flat .fa {
  border-radius: 0;
}

/* line 67, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons a img:hover,
.social-icons .fa:hover,
.social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}

/* line 76, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons a img:hover,
.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

/* line 86, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.5) rotate(360deg);
  -moz-transform: scale(1.5) rotate(360deg);
  -ms-transform: scale(1.5) rotate(360deg);
  -o-transform: scale(1.5) rotate(360deg);
  transform: scale(1.5) rotate(360deg);
}

/* line 95, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa-code {
  background-color: #222222;
}

/* line 96, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa-code:before {
  content: "PG";
  font-family: 'Century Gothic';
  font-size: 16px;
}

/* line 97, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa-book {
  background-color: #CF4F60;
}

/* line 98, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa-desktop {
  background-color: #FF7300;
  font-size: 16px;
}

/* line 99, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa-calculator {
  background-color: #314E6C;
  font-size: 16px;
}

/* line 100, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa-globe {
  background-color: #01AEF2;
  font-size: 20px;
}

/* line 101, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa-certificate {
  background-color: #A5C63B;
}

/* line 102, /opt/cci/links/app/assets/stylesheets/organization.scss */
.social-icons .fa-map {
  background-color: #FF7300;
}

/* line 104, /opt/cci/links/app/assets/stylesheets/organization.scss */
.icon-example {
  line-height: 38px;
  height: 38px;
  margin-left: 6px;
}

/* line 110, /opt/cci/links/app/assets/stylesheets/organization.scss */
.exam-menu {
  margin-bottom: 0;
  font-weight: normal;
  word-wrap: normal;
  overflow-wrap: normal;
}
/* line 116, /opt/cci/links/app/assets/stylesheets/organization.scss */
.exam-menu a {
  font-size: 16px;
  margin: 0 4px 4px;
  padding-bottom: 3px;
  white-space: nowrap;
}
/* line 122, /opt/cci/links/app/assets/stylesheets/organization.scss */
.exam-menu a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgba(43, 146, 241, 0.6);
  padding-bottom: 1px;
}
/* line 127, /opt/cci/links/app/assets/stylesheets/organization.scss */
.exam-menu a.active {
  font-weight: bold;
}

/* line 132, /opt/cci/links/app/assets/stylesheets/organization.scss */
ul.flash {
  padding: 15px 20px;
  border: 1px solid #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-radius: 4px;
  margin-bottom: 20px;
}
/* line 140, /opt/cci/links/app/assets/stylesheets/organization.scss */
ul.flash li {
  font-size: 16px;
}

/* line 145, /opt/cci/links/app/assets/stylesheets/organization.scss */
.nowrap {
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
}
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 5, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 12, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 26, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 57, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 61, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 73, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 77, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 89, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 94, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 111, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 115, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 120, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 138, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 156, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 167, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 172, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 176, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 181, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 202, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 211, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 0 1px;
}

/* line 218, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 222, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 235, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px;
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 259, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px;
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 269, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search input.select2-active {
  background: #fff url(https://links.kentei.ne.jp/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
  background: url(https://links.kentei.ne.jp/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(https://links.kentei.ne.jp/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(https://links.kentei.ne.jp/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(https://links.kentei.ne.jp/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 277, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 286, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 302, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 314, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 319, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 323, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 327, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 331, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 343, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

/* line 353, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 358, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 363, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 369, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 373, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 387, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 388, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 389, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 390, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 391, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 392, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 393, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 395, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 400, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 405, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 409, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 414, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 426, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 432, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 438, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 442, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(https://links.kentei.ne.jp/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
}

/* line 446, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 450, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 457, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 464, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 470, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 477, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 495, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 499, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 503, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 507, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 514, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 518, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 522, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 528, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 542, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(https://links.kentei.ne.jp/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important;
}

/* line 546, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 550, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 580, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 585, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 588, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 592, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(https://links.kentei.ne.jp/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
}

/* line 604, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 609, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 613, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 618, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 621, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 626, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 633, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 640, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 646, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 651, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 665, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-display-none {
  display: none;
}

/* line 669, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 681, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(https://links.kentei.ne.jp/assets/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  /* line 690, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
/* line 8, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 16, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu .mm-hidden {
  display: none;
}

/* line 23, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 30, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* line 40, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
/* line 47, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 61, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
/* line 65, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
/* line 69, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
/* line 76, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu .mm-list {
  padding: 20px 0;
}
/* line 80, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-list {
  padding-bottom: 0;
}
/* line 84, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px;
}

/* line 92, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 97, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

/* line 103, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 111, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list {
  font: inherit;
  font-size: 14px;
}
/* line 116, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
/* line 122, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list > li {
  position: relative;
}
/* line 126, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
/* line 27, /opt/cci/links/app/assets/stylesheets/kentei/inc/_mixins.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 143, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
/* line 153, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* line 27, /opt/cci/links/app/assets/stylesheets/kentei/inc/_mixins.scss */
.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 166, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
/* line 170, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
/* line 176, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
/* line 186, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
/* line 192, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
/* line 201, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
/* line 209, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
/* line 221, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
/* line 225, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
/* line 232, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}
/* line 241, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
/* line 247, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

/* line 259, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
/* line 264, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
/* line 269, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
/* line 275, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}
/* line 278, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}
/* line 286, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 291, /opt/cci/links/app/assets/stylesheets/kentei/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}

/* line 7, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 11, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu {
  background: #333;
  color: rgba(255, 255, 255, 0.6);
}
/* line 18, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 26, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
/* line 31, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 36, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 44, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
/* line 50, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
/* line 60, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 9, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.offcanvas.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 14, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.offcanvas.scss */
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 22, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened {
  overflow: hidden;
  position: relative;
}
/* line 27, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened body {
  overflow: hidden;
}

/* line 33, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.offcanvas.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 37, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.offcanvas.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* line 51, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 60, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
/* line 65, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-current {
  display: block;
}

/* line 5, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

/* line 13, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  /* line 21, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 30, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu buttonbars addon CSS
*/
/* line 8, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
/* line 81, /opt/cci/links/app/assets/stylesheets/kentei/inc/_mixins.scss */
.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both;
}
/* line 22, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 33, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > a {
  text-decoration: none;
}
/* line 37, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
/* line 43, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > input:checked + label {
  border-color: transparent  !important;
}
/* line 48, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none;
}
/* line 55, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}
/* line 59, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}
/* line 63, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}
/* line 67, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}

/* line 73, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}

/* line 80, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}
/* line 87, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-footer .mm-buttonbar > * {
  border-left: none;
}

/* line 93, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.buttonbars.scss */
.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}

/* line 76, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333;
}
/* line 81, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
/* line 86, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333;
}

/*
	jQuery.mmenu counters addon CSS
*/
/* line 8, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.counters.scss */
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}
/* line 21, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.counters.scss */
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}
/* line 25, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.counters.scss */
em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}
/* line 31, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.counters.scss */
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

/* line 40, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.counters.scss */
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}

/* line 48, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.counters.scss */
.mm-nosubresults > em.mm-counter {
  display: none;
}

/* line 107, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
/* line 9, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.dragopen.scss */
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu footer addon CSS
*/
/* line 8, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.footer.scss */
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

/* line 27, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.footer.scss */
.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px;
}

/* line 119, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu header addon CSS
*/
/* line 8, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
/* line 24, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  padding-top: 30px;
}
/* line 31, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}
/* line 40, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 53, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}
/* line 59, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header .mm-next,
.mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}
/* line 68, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 73, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}
/* line 79, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px;
}
/* line 85, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
}
/* line 89, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-header [href].mm-close:after {
  content: 'x';
}

/* line 96, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}
/* line 101, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px;
}

/* line 113, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}
/* line 117, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}
/* line 120, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}
/* line 124, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
/* line 129, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}
/* line 133, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.header.scss */
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}

/* line 133, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
/* line 138, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu labels addon CSS
*/
/* line 11, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.labels.scss */
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
/* line 18, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.labels.scss */
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 23, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.labels.scss */
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

/* line 33, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.labels.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px;
}

/* line 153, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu searchfield addon CSS
*/
/* line 7, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

/* line 14, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}
/* line 19, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}

/* line 24, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
div.mm-panel > div.mm-search {
  padding: 0 0 10px 0;
}

/* line 28, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}

/* line 32, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 41, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-search {
  padding: 10px;
}
/* line 45, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}
/* line 59, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-search input::-ms-clear {
  display: none;
}

/* line 65, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}
/* line 72, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}

/* line 77, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-noresults .mm-noresultsmsg {
  display: block;
}

/* line 85, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}
/* line 89, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}
/* line 97, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}
/* line 101, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
/* line 111, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}
/* line 115, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.searchfield.scss */
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}

/* line 166, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
/* line 171, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
/* line 8, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

/* line 15, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}
/* line 23, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}

/* line 31, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}
/* line 38, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

/* line 46, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

/* line 51, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
/* line 57, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 69, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

/* line 80, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0;
}
/* line 86, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px;
}
/* line 91, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px;
}

/* line 102, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
label.mm-toggle, label.mm-check {
  right: 20px;
}

/* line 110, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px;
}

/* line 118, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
label.mm-check + a,
label.mm-check + span {
  margin-right: 50px;
}

/* line 128, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px;
}

/* line 136, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}

/* line 144, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}

/* line 154, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}

/* line 162, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}

/* line 170, /opt/cci/links/app/assets/stylesheets/kentei/addons/jquery.mmenu.toggles.scss */
em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}

/* line 184, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
/* line 188, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu label.mm-toggle:before {
  background: #333;
}
/* line 193, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/*
	jQuery.mmenu effects extension CSS
*/
/* line 11, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
/* line 18, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}
/* line 22, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 30, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}
/* line 34, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 43, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
/* line 47, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 56, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}
/* line 60, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 73, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
/* line 80, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 85, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
/* line 93, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
/* line 107, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
/* line 112, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
/* line 121, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* line 126, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}

/* line 135, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left;
}
/* line 143, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
/* line 147, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.effects.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
/* line 5, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

/* line 13, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  /* line 21, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  /* line 30, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
/* line 44, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  /* line 52, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  /* line 61, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
/* line 78, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

/* line 21, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.fullscreen.scss */
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
	jQuery.mmenu position extension CSS
*/
/* line 9, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* line 18, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-right {
  left: auto;
  right: 0;
}

/* line 25, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

/* line 44, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  /* line 52, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 61, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
/* line 42, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

/* line 50, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* line 55, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

/* line 63, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
/* line 72, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 79, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
/* line 83, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

/* line 91, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 78, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
/* line 7, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 11, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}
/* line 18, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 26, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
/* line 31, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 36, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 44, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
/* line 50, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
/* line 60, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

/* line 76, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}
/* line 81, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
/* line 86, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}

/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 107, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 119, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 133, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
/* line 138, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 153, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

/* line 166, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
/* line 171, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 184, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
/* line 188, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}
/* line 193, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 7, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 11, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white {
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
}
/* line 18, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 26, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}
/* line 31, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 36, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 44, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}
/* line 50, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
/* line 60, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

/* line 76, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #fff;
}
/* line 81, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
/* line 86, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 107, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 119, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 133, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
/* line 138, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 153, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

/* line 166, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
/* line 171, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 184, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
/* line 188, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white label.mm-toggle:before {
  background: #fff;
}
/* line 193, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 7, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}

/* line 11, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black {
  background: #000;
  color: rgba(255, 255, 255, 0.6);
}
/* line 18, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 26, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
/* line 31, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 36, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 44, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
/* line 50, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
/* line 60, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}

/* line 76, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #000;
}
/* line 81, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
/* line 86, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}

/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 107, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

/* line 119, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

/* line 133, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
/* line 138, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 153, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}

/* line 166, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
/* line 171, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

/* line 184, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
/* line 188, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black label.mm-toggle:before {
  background: #000;
}
/* line 193, /opt/cci/links/app/assets/stylesheets/kentei/inc/_colors.scss */
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/*
	jQuery.mmenu position extension CSS
*/
/* line 10, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* line 19, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-right {
  left: auto;
  right: 0;
}

/* line 26, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

/* line 44, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  /* line 52, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 61, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
/* line 43, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

/* line 51, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* line 56, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

/* line 64, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
/* line 73, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 80, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
/* line 84, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

/* line 92, /opt/cci/links/app/assets/stylesheets/kentei/extensions/jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 78, /opt/cci/links/app/assets/stylesheets/kentei/inc/_sizing.scss */
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
@charset "UTF-8";
/* line 64, spritesource/sp-*.png */
.spritesource-sprite, .spritesource-sp-logo, .spritesource-sp-tagline, #tagline, .spritesource-sp-totop, #footer #returnBtn span {
  background-image: url(https://links.kentei.ne.jp/assets/spritesource-sf74209f1c6-e95f6fc4347d0bef1418fa7869cd9d6cba5331db695f740e874c8b558f9d850c.png);
  background-repeat: no-repeat;
}

/* line 84, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.spritesource-sp-logo {
  background-position: 0 0;
  height: 52px;
  width: 323px;
}

/* line 84, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.spritesource-sp-tagline, #tagline {
  background-position: 0 -52px;
  height: 17px;
  width: 193px;
}

/* line 84, /opt/cci/links/vendor/bundle/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.spritesource-sp-totop, #footer #returnBtn span {
  background-position: 0 -69px;
  height: 43px;
  width: 45px;
}

/* txt */
/* keycolor */
/* header */
/* label */
/* input */
/* line 107, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
html,
* html body {
  margin: 0 !important;
}

/* line 111, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
* {
  -webkit-text-size-adjust: none;
}

/* line 112, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body {
  margin: 0;
  padding: 0;
  font-family: Meiryo, 'メイリオ', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Helvetica, ArialMT, Osaka, Verdana, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 10px;
  line-height: 1.7;
  color: #333;
  width: 100%;
  background: #FFF;
}

/* line 122, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.clearbox {
  clear: both;
  height: 0px;
  display: block;
}

/* line 127, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.h10 {
  height: 10px;
}

/* line 128, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.h15 {
  height: 15px;
}

/* line 129, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
h1, h2, h3, h4, h5, p, ul {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

/* line 134, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
li {
  list-style: none;
}

/* line 137, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 142, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.avatar {
  max-width: 100%;
  height: auto;
}

/* line 146, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
hr {
  clear: both;
  height: 0;
  margin: 0;
  border: 0 none;
}

/* line 152, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* link */
/* ======================================================= */
/* line 158, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
a, a:visited {
  color: #2b92f1;
  text-decoration: none;
}

/* line 162, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
a:hover {
  text-decoration: underline;
}
/* line 164, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
a:hover img {
  opacity: 0.85;
}

/* line 168, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
a img {
  border: 0 none;
}

/* input */
/* ======================================================= */
/* line 172, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
textarea,
input {
  border: 1px solid #1ca3ce;
  padding: 10px;
  font-size: 14px;
  margin: 0;
  vertical-align: top;
}

/* line 180, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/* line 185, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
select {
  padding: 5px;
  border: 1px solid #1ca3ce;
  vertical-align: top;
  font-size: 14px;
  background: #FFF;
  border-radius: 2px;
}

/* line 194, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
label {
  vertical-align: top;
}

/* layout */
/* ======================================================= */
/* line 200, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header,
#mainNav,
#mainView,
#container,
#footer {
  min-width: 1060px;
}

/* line 207, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.commonOuter {
  width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}

/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.commonInner::after {
  clear: both;
  display: block;
  content: '';
}

/* line 215, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.margin20 {
  margin-bottom: 20px;
}

/* line 216, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.margin40 {
  margin-bottom: 40px;
}

/* header */
/* ======================================================= */
/* line 220, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#tagline {
  float: right;
}
/* line 223, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#tagline a {
  display: block;
  text-indent: -9999px;
}

/* line 228, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header {
  background: #f8f6e7;
  -moz-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  -webkit-transition: top 0.25s ease;
  transition: top 0.25s ease;
  top: -70px;
  z-index: 1;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header::after {
  clear: both;
  display: block;
  content: '';
}
/* line 234, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .fixedLogo a,
#header .logo a {
  border: 0 none;
}
/* line 237, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .fixedLogo a img,
#header .logo a img {
  border: 0 none;
}
/* line 241, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .commonOuter {
  height: 100%;
}
/* line 244, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .logo_large {
  display: block;
}
/* line 247, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .fixedLogo {
  position: absolute;
  bottom: 0;
  opacity: 0;
  display: table;
  height: 56px;
  z-index: -1;
  max-width: 23%;
}
/* line 255, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .fixedLogo a {
  display: table-cell;
  vertical-align: middle;
}
/* line 258, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .fixedLogo a img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-height: 45px;
}
/* line 267, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .commonInner {
  height: 112px;
}
/* line 270, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .logo {
  margin: 28px 0 0 1px;
  float: left;
}
/* line 274, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .logo h1 a, #header.type-top .logo h2 a {
  display: block;
}
/* line 279, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top #tagline {
  margin-top: 20px;
}
/* line 282, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox {
  float: right;
  clear: right;
  margin-top: 14px;
  position: relative;
  height: 31px;
  margin-left: 16px;
}
/* line 289, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropBtnArea {
  cursor: pointer;
}
/* line 292, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropTitle {
  padding: 5px;
  width: 148px;
  height: 19px;
  display: block;
  float: left;
  background: #FFF;
  border: 1px solid #1ca3ce;
  font-size: 13px;
  color: #1ca3ce;
  text-align: center;
  line-height: 21px;
  letter-spacing: 0.09em;
  font-weight: bold;
}
/* line 307, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropBtn {
  float: left;
  padding: 0;
  width: 32px;
  height: 31px;
  color: #1ca3ce;
  background: url(https://links.kentei.ne.jp/assets/searchBoxArrow-6af665ea8cb446601bbe0679bb041809b83a17cebcbd14f3d0e1e16bf5f817de.png) no-repeat 9px 12px #1ca3ce;
  text-indent: -9999px;
}
/* line 316, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropContentsArea {
  position: absolute;
  top: 30px;
  right: 0;
  border: 2px solid #1ca3ce;
  background: #FFF;
  width: 688px;
  display: none;
  z-index: 4;
}
/* line 325, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropContentsArea.active {
  display: block;
}
/* line 328, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropContentsArea .dropContentsAreaInner {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
/* line 334, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropContentsArea .dropIndex {
  display: table-cell;
  padding: 20px;
  border-right: 1px solid #1ca3ce;
}
/* line 338, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropContentsArea .dropIndex:nth-last-of-type(1) {
  border-right: 0 none;
}
/* line 342, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropContentsArea .dropIndex ul li {
  list-style: none;
  background: url(https://links.kentei.ne.jp/assets/lsitBg-d688a4e6e6178fa474b0e4c57205e2b6b9acc5953cf43c022e25082962984db4.png) no-repeat 0 6px;
  padding-left: 18px;
  margin-bottom: 4px;
}
/* line 347, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropContentsArea .dropIndex ul li a {
  font-size: 14px;
  line-height: 20px;
}
/* line 354, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropContentsArea .dropIndexHead {
  height: 28px;
  background: #dcf1f7;
  margin-bottom: 16px;
}
/* line 358, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-top .dropdownBox .dropContentsArea .dropIndexHead h3 {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #1ca3ce;
  text-align: center;
}
/* line 371, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-subtop .commonInner {
  position: relative;
}
/* line 374, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-subtop .logo {
  margin: 16px 0 7.98% 0px;
  float: left;
}
/* line 378, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-subtop .logo h1 a, #header.type-subtop .logo h2 a {
  display: block;
}
/* line 383, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-subtop .logo_dcp {
  margin: 16px 0 1.5% 0px;
}
/* line 386, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-subtop .headinfo {
  position: absolute;
  right: 0;
  top: 19px;
}
/* line 390, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-subtop .headinfo #tagline,
#header.type-subtop .headinfo .homeLink {
  float: right;
  clear: both;
  margin-right: 0;
  margin-bottom: 5px;
}
/* line 398, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-subtop .headinfo .homeLink a {
  font-size: 11px;
}
/* line 406, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pc .commonInner {
  height: 112px;
}
/* line 409, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pc .logo {
  margin-bottom: 0;
  margin-top: 30px;
}
/* line 413, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pc .headinfo {
  top: 25px;
}
/* line 416, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pc .pclist {
  position: absolute;
  top: 67px;
  right: 0;
}
/* line 420, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pc .pclist ul {
  width: 100%;
  text-align: right;
}
/* line 424, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pc .pclist li {
  display: inline-block;
  margin-left: 5px;
}
/* line 427, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pc .pclist li a {
  font-size: 11px;
}
/* line 435, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pcchild .headinfo {
  top: auto;
  bottom: 52%;
}
/* line 439, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pcchild .pclist {
  position: absolute;
  top: auto;
  bottom: 43%;
  right: 0;
}
/* line 444, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pcchild .pclist ul {
  width: 100%;
  text-align: right;
}
/* line 448, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pcchild .pclist li {
  display: inline-block;
  margin-left: 5px;
}
/* line 451, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header.type-pcchild .pclist li a {
  font-size: 11px;
}
/* line 459, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .headerNavi {
  position: absolute;
  bottom: 0;
  right: 0;
  clear: both;
  width: 100%;
}
/* line 465, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .headerNavi ul {
  display: table;
  width: 100%;
}
/* line 469, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .headerNavi li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 3px;
  max-width: 193px;
  width: 20%;
}
/* line 475, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .headerNavi li a {
  display: block;
  background: #d7d6cc;
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 13px 0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 486, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .headerNavi li a:hover {
  background: #1ca3ce;
}
/* line 490, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .headerNavi li.last {
  padding-right: 0 !important;
}
/* line 494, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#header .headerNavi li.current-menu-item a {
  background: #1ca3ce;
}

/* line 509, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.page-template-page-bookkeeping-php #header .headerNavi li,
.single-bookkeeping #header .headerNavi li {
  width: 16%;
}
/* line 512, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.page-template-page-bookkeeping-php #header .headerNavi li.revision a,
.single-bookkeeping #header .headerNavi li.revision a {
  background: #3bc4a6;
}

/* line 521, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-subtop-class.type-subtop-class-revision {
  border-bottom: 7px solid #3bc4a6;
}

/* footer */
/* ======================================================= */
/* line 530, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer {
  clear: both;
  background: #1ca3ce;
  padding: 50px 0 31px;
}
/* line 534, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .commonInner {
  position: relative;
}
/* line 537, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerBtmLink {
  float: left;
  margin-left: 11.5%;
  margin-right: 6.5%;
  width: 36%;
}
/* line 542, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerBtmLink .footerBannar {
  margin-bottom: 19px;
  text-align: center;
}
/* line 545, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerBtmLink .footerBannar a {
  display: inline-block;
  background: #FFF;
}
/* line 549, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerBtmLink .footerBannar img {
  border: 1px solid #ffffff;
}
/* line 554, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerInfo {
  float: left;
  margin-top: -5px;
  width: 38%;
}
/* line 558, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerInfo .infoImg {
  float: left;
  width: 24%;
}
/* line 562, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerInfo .infoContents {
  padding-left: 28%;
  padding-top: 1.5%;
}
/* line 565, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerInfo .infoContents .phonenum {
  font-weight: bold;
  font-size: 33px;
  color: #FFF;
  line-height: 50px;
  white-space: nowrap;
}
/* line 571, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerInfo .infoContents .phonenum a {
  color: #FFF;
}
/* line 575, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerInfo .infoContents .times {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}
/* line 581, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer .footerInfo .infoSubContents {
  clear: both;
  font-size: 12px;
  padding-top: 15px;
  padding-left: 8px;
  color: #FFF;
}
/* line 589, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer #returnBtn {
  background: #f8f6e7;
  position: absolute;
  right: 0;
  top: -73px;
  box-shadow: 0 0 1px 0 rgba(7, 0, 0, 0.3);
  cursor: pointer;
}
/* line 596, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer #returnBtn span {
  display: block;
}
/* line 601, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footer #returnBtn:hover span {
  opacity: 0.85;
}

/* line 607, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footerBtm {
  padding: 24px 0;
}
/* line 609, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footerBtm .footerLink {
  text-align: center;
}
/* line 611, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footerBtm .footerLink li {
  display: inline-block;
  border-right: 1px solid #CCC;
  line-height: 12px;
  padding: 0 12px;
}
/* line 616, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footerBtm .footerLink li.last {
  border-right: 0 none;
}
/* line 619, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#footerBtm .footerLink li a {
  font-size: 12px;
  color: #1ca3ce;
}

/* container */
/* ======================================================= */
/* line 629, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#container {
  padding-bottom: 15px;
  padding-top: 30px;
}

/* line 633, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol {
  float: left;
  width: 735px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 38px;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol::after {
  clear: both;
  display: block;
  content: '';
}

/* line 640, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol {
  float: right;
  width: 245px;
}
/* line 643, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .partsBox,
#sideCol .sideBox {
  margin-bottom: 24px;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol::after {
  clear: both;
  display: block;
  content: '';
}

/* mainView */
/* ======================================================= */
/* line 652, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView {
  background: #1ca3ce;
  padding: 30px 0;
  position: relative;
  z-index: 0;
}
/* line 657, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-top {
  border-bottom: 7px solid #fcdd25;
}
/* line 659, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-top .partsBoxTopImg {
  position: relative;
  margin-bottom: 20px;
  min-height: 200px;
}
/* line 663, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-top .partsBoxTopImg .topSlide.widget_sp_image {
  border: 1px solid #CCC;
}
/* line 666, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-top .partsBoxTopImg .widget_sp_image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 673, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-top .partsBoxTopImg .widget_sp_image.active {
  opacity: 1;
  z-index: 0;
}
/* line 679, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-top .partsBoxListImg {
  margin-right: -6px;
  margin-bottom: 0;
}
/* line 682, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-top .partsBoxListImg .topImgList {
  float: left;
  border: 1px solid #CCC;
  margin-right: 6px;
}
/* line 686, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-top .partsBoxListImg .topImgList img {
  cursor: pointer;
}
/* line 688, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-top .partsBoxListImg .topImgList img:hover {
  opacity: 0.85;
}
/* line 695, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-subtop {
  border-bottom: 7px solid #fcdd25;
}
/* line 697, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-subtop .partsBoxTopImg {
  margin-bottom: 2px;
}
/* line 701, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-subtop-class {
  border-bottom: 7px solid #1ca3ce;
  padding: 0;
}
/* line 705, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainView.type-subtop-bookkeeping-revision {
  background: #3bc4a6;
}

/* pankuzu */
/* ======================================================= */
/* line 712, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#pankuzu {
  height: 16px;
  margin-top: 17px;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
/* line 718, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#pankuzu .commonInner {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 721, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#pankuzu a {
  display: inline-block;
  margin-right: 5px;
  line-height: 15px;
  position: relative;
}
/* line 726, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#pankuzu a.pankuzu_home {
  background: url(https://links.kentei.ne.jp/assets/pankuzu_home-92cbc9f8f61e79ce1d1cfb2f813164d8859932dc8585c5a1470a5d47e064ae45.gif) no-repeat 0 0;
  height: 13px;
  padding-left: 16px;
}

/* parts */
/* ======================================================= */
/* line 736, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox {
  margin-bottom: 38px;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox::after {
  clear: both;
  display: block;
  content: '';
}
/* line 743, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox .commonHead {
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-bottom: 2px solid #039;
}
/* line 747, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox .commonHead h2 {
  color: #039;
  line-height: 22px;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
/* line 755, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox .commonHeadBg {
  background: url(https://links.kentei.ne.jp/assets/headerBg-a947ef69bc4179e6bbd4259d4afb9f215c42ea25debc0286eeb3a690996aa069.png) no-repeat 0 0;
  padding-top: 10px;
  padding-left: 47px;
}
/* line 760, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox .commonHeadBg_kentei {
  background: url(https://links.kentei.ne.jp/assets/headerBg_kentei-878a5d5ca882237087669bec489bf61d91b91a6ec213473be8248ba43e4fd3fa.png) no-repeat 0 0;
}
/* line 763, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox .commonHeadBg_search {
  background: url(https://links.kentei.ne.jp/assets/headerBg_search-303dd244412d17e84963a7eadc48f7488775f93a09d2d5efb86e41aecb8e5af1.png) no-repeat 0 0;
}
/* line 766, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox .commonHeadDotB {
  border-bottom: 2px dotted #039;
}
/* line 769, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox .partsBoxLeft {
  float: left;
}
/* line 770, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox .partsBoxRight {
  float: right;
}

/* /organization */
/* line 774, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox.halfBox .partsBoxLeft,
.partsBox.halfBox .partsBoxRight {
  width: 48%;
}

/* line 778, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBox.halfBox .partsBoxLeft {
  margin-right: 4%;
}

/* line 781, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.imgleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 788, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBox.halfBox .partsBoxLeft,
  .partsBox.halfBox .partsBoxRight {
    clear: both;
    overflow: auto;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.indexWrapper::after {
  clear: both;
  display: block;
  content: '';
}

/* line 804, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxThumb a {
  display: block;
}
/* line 807, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxThumb img {
  max-width: 100%;
  height: auto;
}

/* line 813, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxCat {
  color: #FFF;
  text-align: center;
}
/* line 816, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxCat a {
  background: #55b963;
  color: #FFF;
  text-align: center;
}
/* line 821, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxCat.info {
  background: #55b963;
}
/* line 822, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxCat.important {
  background: #ff5581;
}
/* line 823, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxCat.presentation, .partsBoxCat.datautilization, .partsBoxCat.documentation, .partsBoxCat.english, .partsBoxCat.planner, .partsBoxCat.accounting, .partsBoxCat.ec, .partsBoxCat.bus, .partsBoxCat.keytouch, .partsBoxCat.mas, .partsBoxCat.mail, .partsBoxCat.pc, .partsBoxCat.bookkeeping, .partsBoxCat.net, .partsBoxCat.shuzan, .partsBoxCat.retailsales {
  background: #1c67ce;
}
/* line 839, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxCat.bookkeeping_revision {
  background: #3bc4a6;
}

/* line 843, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxCat {
  display: inline-block;
  background: #55b963;
  padding: 0 12px;
  font-size: 11px;
  color: #FFF;
  text-align: center;
}
/* line 850, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxCat.info {
  background: #55b963;
}
/* line 851, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxCat.important {
  background: #ff5581;
}
/* line 852, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxCat.presentation, .partsBoxIndexBox .partsBoxCat.datautilization, .partsBoxIndexBox .partsBoxCat.documentation, .partsBoxIndexBox .partsBoxCat.english, .partsBoxIndexBox .partsBoxCat.planner, .partsBoxIndexBox .partsBoxCat.accounting, .partsBoxIndexBox .partsBoxCat.ec, .partsBoxIndexBox .partsBoxCat.bus, .partsBoxIndexBox .partsBoxCat.keytouch, .partsBoxIndexBox .partsBoxCat.mas, .partsBoxIndexBox .partsBoxCat.mail, .partsBoxIndexBox .partsBoxCat.pc, .partsBoxIndexBox .partsBoxCat.bookkeeping, .partsBoxIndexBox .partsBoxCat.retailsales {
  background: #1c67ce;
}

/* line 870, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxTerms a {
  font-size: 12px;
  line-height: 16px;
  padding: 0 8px;
  margin-right: 2px;
}

/* line 878, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink {
  height: 20px;
  padding-right: 11px;
}
/* line 881, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink p {
  float: right;
  position: relative;
}
/* line 884, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink p::after, .partsBoxBtmLink p::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  background: #1ca3ce;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  z-index: 0;
}
/* line 896, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink p::before {
  left: -9px;
}
/* line 899, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink p::after {
  right: -9px;
}
/* line 903, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink p:hover::after, .partsBoxBtmLink p:hover::before {
  background: #1ca3ce;
}
/* line 909, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  background: #1ca3ce;
  border-radius: 12px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #FFF;
  z-index: 1;
  padding: 0 17px;
}
/* line 920, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink a:hover {
  opacity: 0.85;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink::after {
  clear: both;
  display: block;
  content: '';
}
/* line 928, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink.btmlink-blue p::after, .partsBoxBtmLink.btmlink-blue p::before {
  background: #039;
}
/* line 933, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink.btmlink-blue p:hover::after, .partsBoxBtmLink.btmlink-blue p:hover::before {
  background: #039;
}
/* line 939, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxBtmLink.btmlink-blue a {
  background: #039;
}

/* line 946, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndex .partsBoxInner {
  padding-left: 1px;
  margin-bottom: 20px;
}
/* line 950, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndex .partsBoxIndex {
  clear: both;
  margin-bottom: 8px;
}
/* line 954, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndex .partsBoxCat {
  float: left;
  width: 144px;
  z-index: 1;
  position: relative;
}
/* line 959, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndex .partsBoxCat a {
  display: block;
  line-height: 20px;
}
/* line 964, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndex .partsBoxTitle {
  position: relative;
  padding-left: 253px;
}
/* line 967, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndex .partsBoxTitle h3 {
  font-size: 13px;
  line-height: 20px;
}
/* line 972, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndex .partsBoxDate {
  float: left;
  margin-left: 10px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

/* line 981, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndexRevision {
  position: relative;
}
/* line 983, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndexRevision .partsBoxHead {
  margin-bottom: 0;
}
/* line 986, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndexRevision .chara {
  position: absolute;
  display: block;
  right: 3%;
  bottom: 42px;
  max-width: 248px;
  width: 53%;
  z-index: 0;
}
/* line 995, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndexRevision .partsBoxInner {
  overflow-y: scroll;
  height: 196px;
  padding-top: 20px;
  border-bottom: 2px solid #039;
  position: relative;
  z-index: 1;
}
/* line 1004, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxArtIndexRevision .partsBoxIndex .partsBoxTitle {
  padding-left: 0;
  clear: both;
  padding-right: 48%;
}

/* line 1012, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.charaFixed {
  position: fixed;
  bottom: -10%;
  right: 3%;
  z-index: 9;
}

/* line 1018, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxRevisionBannar {
  text-align: center;
}

/* line 1022, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox {
  margin-bottom: 20px;
}
/* line 1025, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionInfoHead .revisionInfoHeadInner {
  border: 1px solid #3bc4a6;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #3bc4a6;
  padding: 20px 10px 7px 21px;
}
/* line 1032, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionInfoHead .revisionInfoHeadInner span {
  font-size: 18px;
  font-weight: normal;
  padding-left: 37px;
}
/* line 1039, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionInfo {
  float: left;
  width: 58%;
}
/* line 1042, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionInfo .revisionInfoInner {
  border: 1px solid #3bc4a6;
  border-top: 0 none;
  border-right: 0 none;
}
/* line 1047, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionInfo .revisionInfoBody {
  font-size: 13px;
  line-height: 35px;
}
/* line 1051, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionInfo .revisionInfoBodyLeft {
  width: 85px;
  border-right: 1px solid #3bc4a6;
  background: #ebf9f6;
  text-align: left;
  float: left;
}
/* line 1058, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionInfo .revisionInfoBodyRight {
  padding-left: 86px;
}
/* line 1061, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionInfo .revisionInfoBodyLeft,
.revisionCharabox .revisionInfo .revisionInfoBodyRight {
  height: 260px;
}
/* line 1065, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionInfo .revisionInfoBodyLeftInner,
.revisionCharabox .revisionInfo .revisionInfoBodyRightInner {
  padding: 9px 0 6px 23px;
}
/* line 1070, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionImg {
  float: right;
  width: 42%;
  margin-top: -69px;
  background: #FFF;
}
/* line 1075, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionImg .revisionImgInner {
  height: 318px;
  border: 1px solid #3bc4a6;
  padding: 5px;
  text-align: center;
}
/* line 1080, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.revisionCharabox .revisionImg .revisionImgInner img {
  margin: 0;
}

/* line 1088, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxHead {
  margin-bottom: 15px;
}
/* line 1091, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxInner {
  margin-bottom: 8px;
}
/* line 1094, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxThumb {
  float: left;
}
/* line 1097, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxContents {
  padding-left: 130px;
}
/* line 1100, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxIndex {
  margin-bottom: 15px;
}
/* line 1102, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxIndex:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* line 1105, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxIndex a {
  background: #f8f6e7;
  display: block;
  text-decoration: none;
  padding: 16px 15px;
}
/* line 1111, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxIndex a:hover h3 {
  text-decoration: underline;
}
/* line 1117, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxCat {
  margin-bottom: 9px;
}
/* line 1120, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxMeta {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 2px;
  color: #333;
  text-decoration: none;
}
/* line 1126, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxMeta .partsBoxDate {
  display: inline-block;
  border-right: 1px solid #1ca3ce;
  margin-right: 10px;
  padding-right: 13px;
}
/* line 1132, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxMeta .partsBoxAuthor {
  display: inline-block;
}
/* line 1134, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxMeta .partsBoxAuthor a {
  color: #333;
}
/* line 1140, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox .partsBoxTitle h3 {
  font-size: 13px;
  line-height: 18px;
}
/* line 1147, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBox.partsBoxIndexBoxBokizaka .partsBoxMeta .partsBoxDate {
  border-right: 0 none;
}

/* line 1156, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.home .partsBoxArtKind .partsBoxArtKindInner {
  margin-left: -1%;
}
/* line 1159, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.home .partsBoxArtKind .partsBoxIndexBox {
  width: 49%;
  float: left;
  margin-left: 1%;
}
/* line 1174, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.home .partsBoxTopBokizaka .partsBoxDate,
.home .partsBoxTopShikaku .partsBoxDate,
.home .partsBoxTopInterview .partsBoxDate,
.home .partsBoxTopPapamama .partsBoxDate,
.home .partsBoxTopDiary .partsBoxDate {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
  padding-bottom: 5px;
  width: 100%;
}
/* line 1181, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.home .partsBoxTopBokizaka .partsBoxMeta,
.home .partsBoxTopShikaku .partsBoxMeta,
.home .partsBoxTopInterview .partsBoxMeta,
.home .partsBoxTopPapamama .partsBoxMeta,
.home .partsBoxTopDiary .partsBoxMeta {
  margin-bottom: 7px;
}
/* line 1184, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.home .partsBoxTopBokizaka .partsBoxAuthor,
.home .partsBoxTopShikaku .partsBoxAuthor,
.home .partsBoxTopInterview .partsBoxAuthor,
.home .partsBoxTopPapamama .partsBoxAuthor,
.home .partsBoxTopDiary .partsBoxAuthor {
  width: 100%;
}
/* line 1195, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.home .partsBoxArtKind .partsBoxTopPapamama {
  float: right;
  clear: none !important;
}
/* line 1203, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.home .partsBoxTopBoki-global .partsBoxIndex .partsBoxTitle h3 {
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

/* line 1215, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .kenteiListTop .partsBoxThumb {
  text-align: center;
  margin-bottom: 8px;
}
/* line 1220, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner {
  clear: both;
  vertical-align: top;
  width: auto;
  margin-left: -1.9%;
  margin-right: -1.9%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner::after {
  clear: both;
  display: block;
  content: '';
}
/* line 1228, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex {
  float: left;
  border: 1px solid #1ca3ce;
  margin-bottom: 10px;
  margin-left: 1.9%;
  margin-right: 1.9%;
  width: 25.6%;
  min-height: 106px;
  padding: 1.77%;
  cursor: pointer;
}
/* line 1238, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1241, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex:hover {
  background: #EBF5FF;
}
/* line 1245, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex.partsBoxIndexPc .partsBoxIndexPcInner {
  padding: 13px;
  min-height: 163px;
}
/* line 1250, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .kenteiBoxLink {
  display: block;
  color: #1c67ce;
}
/* line 1255, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxTitle h3 {
  line-height: 24px;
  padding: 4px 0;
  text-align: center;
  color: #1c67ce;
  background: #dcf1f7;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
}
/* line 1264, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxTitle h3 a {
  color: #1c67ce;
}
/* line 1269, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxDescription {
  margin-bottom: 5px;
  font-size: 12px;
  color: #333;
}
/* line 1273, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxDescription p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
/* line 1279, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi {
  margin-bottom: -3px;
}
/* line 1281, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li {
  margin-bottom: 3px;
}
/* line 1283, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li.col2 {
  float: left;
  width: 90px;
  margin-right: 3px;
}
/* line 1287, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li.col2:nth-of-type(2n) {
  margin-right: 0;
}
/* line 1290, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li.col2:nth-of-type(2n+1) {
  clear: both;
}
/* line 1294, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li.col1 {
  clear: both;
  float: none;
  width: 100%;
  margin-right: 0;
}
/* line 1300, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li a {
  display: block;
  background: #1ca3ce;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  line-height: 19px;
}
/* line 1314, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiList .partsBoxInner3 {
  margin-right: 0;
}

/* line 1320, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiListRevision .partsBoxInner {
  margin-left: -2%;
}
/* line 1322, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex {
  min-height: 0;
  border: 0;
  padding: 0;
  width: 31%;
  margin-left: 2%;
  margin-right: 0;
  margin-bottom: 1.5%;
}
/* line 1330, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex:hover {
  background: none;
}
/* line 1333, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxTitle {
  margin-top: 0;
}
/* line 1335, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxTitle h3 {
  display: table;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
/* line 1340, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxTitle h3 a {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0;
  text-decoration: none;
  background: #1CA3CE;
  font-size: 17px;
  border-bottom: 4px solid #05607D;
  color: #FFF;
}
/* line 1351, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxTitle h3 span {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
/* line 1359, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxDescription {
  text-align: center;
}

/* line 1368, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner {
  border: 3px solid #1ca3ce;
  border-top: 2px solid #1ca3ce;
}
/* line 1371, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle {
  border-top: 1px solid #1ca3ce;
  border-bottom: 1px solid #1ca3ce;
  position: relative;
}
/* line 1375, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle::after, .partsBoxAccordion .partsBoxInner .partsBoxTitle::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #1ca3ce;
}
/* line 1383, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle::after {
  top: -1;
}
/* line 1384, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle::before {
  bottom: -1;
}
/* line 1385, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle h3 {
  font-size: 15px;
  padding: 14px 31px;
  background: #dcf1f7;
  margin-bottom: 0;
}
/* line 1390, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle h3 span {
  color: #1ca3ce;
}
/* line 1394, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle .toggleBtn {
  position: absolute;
  right: 30px;
  top: 18px;
  width: 52px;
  height: 18px;
  background: #1ca3ce;
  cursor: pointer;
}
/* line 1402, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle .toggleBtn:hover {
  opacity: 0.85;
}
/* line 1405, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle .toggleBtn .toggleMark {
  margin: 0 auto;
  background: url(https://links.kentei.ne.jp/assets/parts_accordion_arrow-2f449bffb5f11da7348e6c700e6496787198693f5441e35e0b86d06f1d0fedc2.png) no-repeat 0 0;
  width: 12px;
  height: 18px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
}
/* line 1415, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxTitle .toggleBtn.active .toggleMark {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 1421, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxContents {
  overflow: hidden;
  max-height: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1426, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAccordion .partsBoxInner .partsBoxHiddenBox {
  padding: 14px 31px;
}

/* line 1432, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mapBox {
  position: relative;
  margin-bottom: 70px;
}
/* line 1435, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mapBox .partsBoxLeft {
  width: 60%;
  float: left;
}
/* line 1439, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mapBox .partsBoxRight {
  width: 36.7%;
  float: right;
}

/* line 1445, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-hoverBoxBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  z-index: -1;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 1458, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox {
  position: absolute;
  top: -200px;
  z-index: -1;
  width: 90%;
  left: 5%;
  display: none;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1468, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex {
  max-width: 734px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
  background: #FFF;
  display: none;
  position: relative;
}
/* line 1477, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex.activeIndex {
  display: block;
}
/* line 1480, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex .hoverIndexInner {
  padding: 26px 20px;
}
/* line 1483, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex .closeBtn {
  position: absolute;
  background: url(https://links.kentei.ne.jp/assets/closeBtn-84398a75c44f3156eecb927731c54f9c97739f1c1ebe79b7947ffa0a965b1038.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 3;
}
/* line 1493, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex h3 {
  background: url(https://links.kentei.ne.jp/assets/headerBg_maplist-3d5f47b79ca2e65eaef1171fd50978da5e14e65513ec16de3067239f9fda13e5.png) no-repeat 0 0;
  font-size: 20px;
  line-height: 27px;
  color: #1ca3ce;
  padding-left: 45px;
  margin-bottom: 17px;
}
/* line 1501, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex .listBox {
  border: 2px solid #1ca3ce;
}
/* line 1504, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
/* line 1508, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table tr {
  width: 100%;
}
/* line 1511, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table thead {
  background: #dcf1f7;
}
/* line 1513, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table thead tr {
  height: 49px;
}
/* line 1516, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table thead th {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #1ca3ce;
}
/* line 1521, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table thead th.name {
  width: 201px !important;
}
/* line 1524, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table thead th.type1, #js-tmpHoverBox .hoverIndex table thead th.type2, #js-tmpHoverBox .hoverIndex table thead th.type3 {
  width: 16.2%;
}
/* line 1527, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table thead th.type4, #js-tmpHoverBox .hoverIndex table thead th.type5 {
  width: 136px;
}
/* line 1532, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table tbody td {
  font-size: 14px;
  border: 1px solid #1ca3ce;
  padding: 7px 15px;
  text-align: center;
}
/* line 1539, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table tbody td.name {
  text-align: left;
}
/* line 1541, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table tbody td.name a {
  color: #333;
}
/* line 1545, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#js-tmpHoverBox .hoverIndex table tbody td.check {
  font-size: 20px;
  color: #1ca3ce;
}

/* line 1555, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.mapactive #js-hoverBoxBg {
  display: block;
  z-index: 2;
}

/* line 1559, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.toggleAnimation #js-hoverBoxBg {
  opacity: 1;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* line 1563, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.mapactive #js-tmpHoverBox {
  display: block;
  z-index: 3;
}

/* line 1567, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.toggleAnimation #js-tmpHoverBox {
  opacity: 1;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* line 1574, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAreaList .partsBoxIndex dl {
  margin: 0;
}
/* line 1577, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAreaList .partsBoxIndex dt {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  clear: both;
  margin-bottom: 8px;
}
/* line 1586, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAreaList .partsBoxIndex dd {
  display: inline-block;
  margin-bottom: 8px;
  width: 73%;
  margin: 0;
  vertical-align: top;
}
/* line 1592, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAreaList .partsBoxIndex dd li {
  color: #0E5D7C;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
/* line 1598, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxAreaList .partsBoxIndex dd li:hover {
  text-decoration: underline;
}

/* line 1606, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamreferPage {
  position: relative;
}
/* line 1608, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamreferPage .postTitle {
  position: relative;
  background: url(https://links.kentei.ne.jp/assets/headerBg_exampage-aceba098c3c5144fa17dccc3642976906ad13a2266fd95a647a3cd43615388bc.png) no-repeat 0 7px;
}
/* line 1612, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamreferPage h1 {
  color: #039;
  font-size: 20px;
  border-bottom: 3px solid #1ca3ce;
  margin-bottom: 39px;
  padding-left: 46px;
  padding-top: 7px;
}
/* line 1621, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamreferPage .postTab {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 1625, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamreferPage .postTab li {
  float: left;
}
/* line 1627, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamreferPage .postTab li a {
  font-size: 17px;
  font-weight: bold;
  background: #e3e2db;
  display: block;
  margin-left: 4px;
  padding: 9px 18px 4px;
  color: #333;
}
/* line 1637, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamreferPage .postTab li.active a {
  background: #1ca3ce;
  color: #FFF;
}

/* line 1646, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamInfo {
  margin-bottom: 20px;
}
/* line 1648, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamInfo h2 {
  color: #039;
  line-height: 22px;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 8px 0 14px 20px;
  border-bottom: 2px dotted #039;
  position: relative;
}
/* line 1658, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamInfo h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #039;
  width: 5px;
  height: 95%;
}
/* line 1668, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamInfo .partsBoxInner {
  padding: 10px;
  border: 1px solid #1ca3ce;
}
/* line 1671, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamInfo .partsBoxInner .partsBoxIndex {
  margin-bottom: 12px;
}
/* line 1673, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamInfo .partsBoxInner .partsBoxIndex:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* line 1676, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamInfo .partsBoxInner .partsBoxIndex .partsBoxTitle {
  margin-bottom: 4px;
}
/* line 1678, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamInfo .partsBoxInner .partsBoxIndex .partsBoxTitle h3 {
  display: inline-block;
  background: #1ca3ce;
  font-size: 13px;
  line-height: 23px;
  color: #FFF;
  padding: 0 13px;
  letter-spacing: 0.05em;
}
/* line 1689, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxExamInfo .partsBoxInner .partsBoxIndex .partsBoxDescription p {
  font-size: 13px;
}

/* sideCol */
/* ======================================================= */
/* line 1700, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox {
  margin-bottom: 38px;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox::after {
  clear: both;
  display: block;
  content: '';
}
/* line 1704, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox .textwidget .sideBoxHead {
  margin-bottom: -9px;
}
/* line 1708, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox .commonHead {
  margin-bottom: 0;
  padding: 0 0 10px;
}
/* line 1711, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox .commonHead h2 {
  color: #039;
  line-height: 22px;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
/* line 1720, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox .textwidget .commonSmallHead {
  margin-bottom: -15px;
}
/* line 1722, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox .textwidget .commonSmallHead h2 {
  font-size: 16px;
}
/* line 1727, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox .commonHeadBg_book {
  background: url(https://links.kentei.ne.jp/assets/headerBg_book-dd076319bcba6500557e4dfd7937eabf7dfa6e15c4fe24a3bfea2a8f57f993f9.png) no-repeat 0 7px;
  padding-top: 10px;
  padding-left: 44px;
}
/* line 1732, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox .commonHeadBg_clip {
  background: url(https://links.kentei.ne.jp/assets/headerBg_clip-b512132a756c34394da830e08dfb31efb32325906b1430494ebb6b10fedb9633.png) no-repeat 0 7px;
  padding-top: 10px;
  padding-left: 44px;
}
/* line 1737, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox .commonHeadBg_list {
  background: url(https://links.kentei.ne.jp/assets/headerBg_list-8c063e1c760fe2243540ba2ad4d94e1368d49995d32f82f13e5261abc97f3453.png) no-repeat 0 7px;
  padding-top: 10px;
  padding-left: 44px;
}
/* line 1742, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBox .hiddenHead {
  display: none !important;
}
/* line 1745, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxImg .sideBoxAdBox,
#sideCol .sideBoxImg .widget_text,
#sideCol .sideBoxImg .widget_sp_image {
  text-align: center;
}
/* line 1749, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxImg .sideBoxAdBox a img,
#sideCol .sideBoxImg .widget_text a img,
#sideCol .sideBoxImg .widget_sp_image a img {
  border: 0 none;
}
/* line 1753, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxImg2 .sideBoxAdBox {
  margin-bottom: 10px;
  vertical-align: top;
}
/* line 1756, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxImg2 .sideBoxAdBox:nth-of-type(2n+1) {
  clear: both;
}
/* line 1761, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxDate,
#sideCol .sideColorFee {
  margin-bottom: 15px;
}

/* line 1767, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox {
  margin-bottom: 14px;
}
/* line 1769, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex {
  margin-bottom: 5px;
}
/* line 1771, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex ul {
  border: 1px solid #1ca3ce;
  margin: 0;
}
/* line 1775, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex li {
  border-bottom: 1px solid #1ca3ce;
  margin-left: 0;
  font-size: 14px;
  position: relative;
}
/* line 1780, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex li a {
  display: block;
  padding: 9px 20px 9px 40px;
  color: #1c67ce;
}
/* line 1784, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex li a:hover {
  background: #dcf1f7;
}
/* line 1788, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex li::before {
  content: '＞';
  color: #1c67ce;
  display: block;
  position: absolute;
  top: 9px;
  left: 20px;
}
/* line 1796, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex li:nth-last-of-type(1) {
  border-bottom: 0 none;
}
/* line 1799, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex li.active {
  background: #1ca3ce;
  color: #FFF;
  font-size: 14px;
  padding: 9px 20px;
}
/* line 1804, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex li.active a {
  padding: 0;
  color: #FFF;
}
/* line 1807, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex li.active a:hover {
  background: none;
}
/* line 1811, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox .sideBoxIndex li.active::before {
  display: none;
}
/* line 1819, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox.books-menu .sideBoxIndex li {
  display: none;
}
/* line 1821, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#sideCol .sideBoxListBox.books-menu .sideBoxIndex li.active, #sideCol .sideBoxListBox.books-menu .sideBoxIndex li.active-menu-item {
  display: block;
}

/* line 1832, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideColorBox .sideBoxHead h2 {
  background: #1ca3ce;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  line-height: 29px;
  padding: 6px 0;
}
/* line 1841, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideColorBox .sideBoxInner {
  background: #dcf1f7;
  padding: 20px;
}
/* line 1845, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideColorBox .sideBoxIndex {
  margin-bottom: 15px;
}
/* line 1847, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideColorBox .sideBoxIndex p {
  font-size: 12px;
  line-height: 19px;
}
/* line 1851, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideColorBox .sideBoxIndex:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* line 1858, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxDate .sideInfo {
  display: inline-block;
  background: #1ca3ce;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 11px;
  margin-bottom: 4px;
}
/* line 1868, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxDate .sideTitle .year {
  font-size: 14px;
  line-height: 22px;
  display: block;
}
/* line 1873, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxDate .sideTitle h3 {
  font-size: 30px;
  line-height: 22px;
}
/* line 1876, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxDate .sideTitle h3 span {
  font-size: 18px;
}
/* line 1879, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxDate .sideTitle h3 .doy {
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  background: #1c67ce;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  vertical-align: middle;
  margin-bottom: 6px;
  margin-left: 7px;
}

/* line 1900, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideColorFee .sideTitle h3 {
  font-size: 30px;
  line-height: 22px;
}
/* line 1903, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideColorFee .sideTitle h3 span {
  font-size: 18px;
}

/* line 1911, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxExamLink li {
  margin-bottom: 8px;
}
/* line 1913, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxExamLink li a {
  display: block;
  background: url(https://links.kentei.ne.jp/assets/color_bg_blue-3fe52c2c3d3da2d9c1553345dcf1d23e52d2e88aeb1ef0418882536b30c22169.gif) 0 0;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  padding: 9px 22px 9px 16px;
  text-shadow: 0 1px 1px #0E6D8C;
  border: 1px solid #1ca3ce;
  text-decoration: none;
}
/* line 68, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxExamLink li a:hover {
  opacity: 0.85;
}

/* line 1920, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxTw {
  min-height: 390px;
}

/* line 1926, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideBoxHead h2 {
  font-size: 18px;
  color: #039;
}
/* line 1931, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideTitle {
  margin-bottom: 4px;
}
/* line 1933, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideTitle h3 {
  display: inline-block;
  background: #1ca3ce;
  font-size: 12px;
  line-height: 23px;
  color: #FFF;
  padding: 0 13px;
  letter-spacing: 0.05em;
}
/* line 1944, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideDescription p {
  font-size: 12px;
}
/* line 1946, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideDescription p a {
  word-break: break-all;
  word-wrap: break-word;
  color: #1c67ce;
}
/* line 1953, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideMapInfo iframe {
  max-width: 100%;
  height: 200px;
}
/* line 1957, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideBoxIndex {
  margin-bottom: 12px;
}
/* line 1960, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideBoxInner {
  border: 1px solid #1ca3ce;
}
/* line 1965, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideList ul li {
  border-bottom: 1px solid #1ca3ce;
  position: relative;
}
/* line 1968, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideList ul li a {
  display: block;
  padding: 9px 22px 9px 41px;
  font-size: 14px;
  color: #1c67ce;
}
/* line 1974, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideList ul li:nth-last-of-type(1) {
  border-bottom: 0 none;
}
/* line 1977, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBox .sideList ul li::before {
  content: '＞';
  font-size: 14px;
  color: #1c67ce;
  display: block;
  position: absolute;
  top: 9px;
  left: 22px;
}

/* line 1990, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBorderBoxInfo .sideBoxInner {
  padding: 19px 20px;
}

/* single,page */
/* ======================================================= */
/* line 1995, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent {
  margin-bottom: 38px;
}
/* line 1997, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postTitle {
  position: relative;
}
/* line 2000, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent h1 {
  font-size: 22px;
  border-bottom: 3px solid #039;
  margin-bottom: 39px;
  color: #039;
}
/* line 2007, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postMeta .singleDate {
  margin-top: 8px;
  padding: 15px 0;
  border-top: 1px solid #c6dbd7;
}
/* line 2011, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postMeta .singleDate p {
  font-size: 13px;
}
/* line 2017, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent {
  font-size: 14px;
}
/* line 2019, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent h2 {
  color: #039;
  line-height: 22px;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-bottom: 20px;
  /* default */
  padding: 8px 0 14px 20px;
  border-bottom: 2px dotted #039;
  position: relative;
}
/* line 2030, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #039;
  width: 5px;
  height: 95%;
}
/* line 2040, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent h2.levels {
  background: url(https://links.kentei.ne.jp/assets/headerBg_levels-fc7cf9b1e32e9b73bfe8959f9f85a6df11928085f15c5f4d0ebf7192bbf11f83.png) no-repeat 0 0;
  padding: 8px 0 5px 34px;
  margin-bottom: 0;
  border-bottom: 0 none;
}
/* line 2045, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent h2.levels::before {
  display: none;
}
/* line 2047, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent h2.howto {
  padding: 0;
  border-bottom: 0 none;
  margin-bottom: 10px;
}
/* line 2051, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent h2.howto::before {
  display: none;
}
/* line 2054, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 2058, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent h4 {
  font-size: 15px;
  margin-bottom: 15px;
}
/* line 2063, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 23px;
}
/* line 2069, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent ul + h2,
.partsBoxPostContent .postContent p + h2 {
  margin-top: 40px;
}
/* line 2073, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* line 2078, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table th {
  font-size: 14px;
  padding-right: 8px;
  padding-left: 8px;
}
/* line 2083, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table td {
  vertical-align: top;
  font-size: 14px;
  padding-right: 8px;
  padding-left: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2089, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table td p {
  font-size: 14px;
  line-height: 20px;
}
/* line 2094, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleLevel {
  table-layout: auto;
  border-collapse: collapse;
  border: 3px solid #1ca3ce;
  margin-top: 9px;
}
/* line 2099, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleLevel th {
  font-size: 26px;
  line-height: 32px;
  width: 201px;
  min-height: 94px;
  background: #dcf1f7;
  color: #1ca3ce;
  border: 1px solid #1ca3ce;
  vertical-align: middle;
  text-align: center;
}
/* line 2105, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleLevel th p {
  font-size: 26px;
  line-height: 32px;
}
/* line 2114, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleLevel td {
  font-size: 14px;
  line-height: 18px;
  width: auto;
  border: 1px solid #1ca3ce;
  padding: 20px;
}
/* line 2122, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyle1Col, .partsBoxPostContent .postContent table.tableStyle2Col {
  border-collapse: separate;
  table-layout: fixed;
  margin-bottom: 17px;
  height: 100%;
}
/* line 2128, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyle1Col tr,
.partsBoxPostContent .postContent table.tableStyle1Col tbody, .partsBoxPostContent .postContent table.tableStyle2Col tr,
.partsBoxPostContent .postContent table.tableStyle2Col tbody {
  height: 100%;
}
/* line 2130, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyle1Col td, .partsBoxPostContent .postContent table.tableStyle2Col td {
  height: 100%;
  border: 0 none;
  padding: 0 12px 0 0;
}
/* line 2134, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyle1Col td .col2box, .partsBoxPostContent .postContent table.tableStyle2Col td .col2box {
  position: relative;
  border: 3px solid #1ca3ce;
  background: #FFF;
  height: 100%;
  padding: 0 0 73px;
}
/* line 2141, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyle1Col td .col2box p:nth-last-of-type(1), .partsBoxPostContent .postContent table.tableStyle2Col td .col2box p:nth-last-of-type(1) {
  margin-bottom: 30px;
}
/* line 2146, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyle1Col td .btmimg, .partsBoxPostContent .postContent table.tableStyle2Col td .btmimg {
  position: absolute;
  bottom: 0;
  right: 20px;
  margin-bottom: 0;
}
/* line 2151, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyle1Col td .btmimg img, .partsBoxPostContent .postContent table.tableStyle2Col td .btmimg img {
  margin-bottom: 0;
}
/* line 2158, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyle1Col td {
  padding-right: 0;
}
/* line 2162, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram {
  border: 1px solid #1ca3ce;
  margin-bottom: 22px;
}
/* line 2165, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram th {
  border: 1px solid #1ca3ce;
  background: #dcf1f7;
  font-size: 14px;
  line-height: 22px;
  padding: 9px 8px;
  text-align: center;
  font-weight: normal;
}
/* line 2174, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram td {
  border: 1px solid #1ca3ce;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 8px 8px;
  min-height: 24px;
}
/* line 2181, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram td p {
  margin-bottom: 0;
}
/* line 2185, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram .programBox {
  border-bottom: 1px solid #1ca3ce;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
}
/* line 2196, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram .programBox:nth-last-of-type(1) {
  border-bottom: 0 none;
}
/* line 2199, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram .programBox.row2 {
  min-height: 64px;
}
/* line 2200, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram .programBox.row3 {
  min-height: 104px;
}
/* line 2201, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram .programBox.row4 {
  min-height: 144px;
}
/* line 2202, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram .programBox.row5 {
  min-height: 184px;
}
/* line 2203, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram .programBox.row6 {
  min-height: 224px;
}
/* line 2207, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam {
  border: 3px solid #1ca3ce;
  margin-bottom: 22px;
}
/* line 2210, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam th {
  border: 1px solid #1ca3ce;
  background: #dcf1f7;
  font-size: 14px;
  line-height: 22px;
  padding: 9px 0;
  text-align: center;
  font-weight: bold;
}
/* line 2219, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam td {
  border: 1px solid #1ca3ce;
  font-size: 14px;
  vertical-align: top;
}
/* line 2227, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam td .dateinfo {
  margin-bottom: 0;
  float: left;
}
/* line 2231, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam td .placeinfo {
  margin-top: 9px;
  float: right;
  margin-bottom: 0;
}
/* line 2236, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam td.examHead {
  padding: 20px;
  vertical-align: middle;
}
/* line 2239, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam td.examHead .label {
  display: inline-block;
  background: #1ca3ce;
  padding: 2px 15px 0;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 2248, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam td.examHead h4 {
  line-height: 23px;
  margin-bottom: 0;
}
/* line 2255, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam td .examDate {
  padding: 10px 15px;
  border-bottom: 1px solid #1ca3ce;
}
/* line 2258, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleExam td .examDate:nth-last-of-type(1) {
  border-bottom: 0 none;
}
/* line 2264, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableForcedFixed {
  table-layout: fixed;
}
/* line 2267, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table td.tb-vtop,
.partsBoxPostContent .postContent table th.tb-vtop {
  vertical-align: top;
}
/* line 2271, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table td.tb-left,
.partsBoxPostContent .postContent table th.tb-left {
  text-align: left;
}
/* line 2275, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table td.tb-right,
.partsBoxPostContent .postContent table th.tb-right {
  text-align: right;
}
/* line 2279, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table td.tb-center,
.partsBoxPostContent .postContent table th.tb-center {
  text-align: center;
}
/* line 2288, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleLevel td.tb-vtop,
.partsBoxPostContent .postContent table.tableStyleLevel th.tb-vtop, .partsBoxPostContent .postContent table.tableStyle1Col td.tb-vtop,
.partsBoxPostContent .postContent table.tableStyle1Col th.tb-vtop, .partsBoxPostContent .postContent table.tableStyle2Col td.tb-vtop,
.partsBoxPostContent .postContent table.tableStyle2Col th.tb-vtop, .partsBoxPostContent .postContent table.tableStyleProgram td.tb-vtop,
.partsBoxPostContent .postContent table.tableStyleProgram th.tb-vtop, .partsBoxPostContent .postContent table.tableStyleExam td.tb-vtop,
.partsBoxPostContent .postContent table.tableStyleExam th.tb-vtop {
  vertical-align: top;
}
/* line 2292, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleLevel td.tb-left,
.partsBoxPostContent .postContent table.tableStyleLevel th.tb-left, .partsBoxPostContent .postContent table.tableStyle1Col td.tb-left,
.partsBoxPostContent .postContent table.tableStyle1Col th.tb-left, .partsBoxPostContent .postContent table.tableStyle2Col td.tb-left,
.partsBoxPostContent .postContent table.tableStyle2Col th.tb-left, .partsBoxPostContent .postContent table.tableStyleProgram td.tb-left,
.partsBoxPostContent .postContent table.tableStyleProgram th.tb-left, .partsBoxPostContent .postContent table.tableStyleExam td.tb-left,
.partsBoxPostContent .postContent table.tableStyleExam th.tb-left {
  text-align: left;
}
/* line 2296, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleLevel td.tb-right,
.partsBoxPostContent .postContent table.tableStyleLevel th.tb-right, .partsBoxPostContent .postContent table.tableStyle1Col td.tb-right,
.partsBoxPostContent .postContent table.tableStyle1Col th.tb-right, .partsBoxPostContent .postContent table.tableStyle2Col td.tb-right,
.partsBoxPostContent .postContent table.tableStyle2Col th.tb-right, .partsBoxPostContent .postContent table.tableStyleProgram td.tb-right,
.partsBoxPostContent .postContent table.tableStyleProgram th.tb-right, .partsBoxPostContent .postContent table.tableStyleExam td.tb-right,
.partsBoxPostContent .postContent table.tableStyleExam th.tb-right {
  text-align: right;
}
/* line 2300, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleLevel td.tb-center,
.partsBoxPostContent .postContent table.tableStyleLevel th.tb-center, .partsBoxPostContent .postContent table.tableStyle1Col td.tb-center,
.partsBoxPostContent .postContent table.tableStyle1Col th.tb-center, .partsBoxPostContent .postContent table.tableStyle2Col td.tb-center,
.partsBoxPostContent .postContent table.tableStyle2Col th.tb-center, .partsBoxPostContent .postContent table.tableStyleProgram td.tb-center,
.partsBoxPostContent .postContent table.tableStyleProgram th.tb-center, .partsBoxPostContent .postContent table.tableStyleExam td.tb-center,
.partsBoxPostContent .postContent table.tableStyleExam th.tb-center {
  text-align: center;
}
/* line 2308, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .floatleft {
  float: left;
}
/* line 2311, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .floatright {
  float: right;
}
/* line 2314, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .alignleft {
  float: left;
  margin-right: 11px;
}
/* line 2318, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .alignright {
  float: right;
  margin-left: 11px;
}
/* line 2322, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .aligncenter {
  display: block;
  margin: 0 auto 15px;
}
/* line 2326, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .wp-caption-text {
  font-size: 12px;
}
/* line 2329, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent img {
  margin-bottom: 15px;
}
/* line 2332, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .wp-caption img {
  margin-bottom: 5px;
}
/* line 2334, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .inline-centerBox {
  text-align: center;
}
/* line 2336, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .inline-centerBox .alignleft,
.partsBoxPostContent .postContent .inline-centerBox .alignright,
.partsBoxPostContent .postContent .inline-centerBox .aligncenter {
  display: inline;
  float: none;
}
/* line 2342, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .inline-centerBox img {
  margin-right: 7px;
  margin-left: 7px;
}
/* line 2348, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent ol,
.partsBoxPostContent .postContent ul {
  list-style: none;
  margin-bottom: 23px;
}
/* line 2352, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent ol li,
.partsBoxPostContent .postContent ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 2357, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent ul {
  padding-left: 0px;
}
/* line 2359, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent ul li {
  padding-left: 18px;
  list-style: none;
  background: url(https://links.kentei.ne.jp/assets/lsitBg-d688a4e6e6178fa474b0e4c57205e2b6b9acc5953cf43c022e25082962984db4.png) no-repeat 0 6px;
}
/* line 2366, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent ol li {
  padding-left: 0;
  list-style: decimal;
}
/* line 2369, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent ol li ul {
  margin-top: 10px;
}
/* line 2371, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent ol li ul li {
  padding-left: 18px;
  list-style: none;
  background: url(https://links.kentei.ne.jp/assets/lsitBg-d688a4e6e6178fa474b0e4c57205e2b6b9acc5953cf43c022e25082962984db4.png) no-repeat 0 6px;
}
/* line 2379, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent blockquote {
  margin: 0 auto;
  padding: 25px 29px;
  margin-bottom: 23px;
}
/* line 2384, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent blockquote p:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* line 2389, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .cellBox {
  display: table-cell;
}
/* line 2392, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox {
  position: relative;
  border: 3px solid #1ca3ce;
  margin-bottom: 23px;
  font-size: 14px;
}
/* line 2397, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox h3 {
  background: #1ca3ce;
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 17px;
  padding: 16px 22px;
}
/* line 2406, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox::after {
  content: '';
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
}
/* line 2413, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox ul {
  padding: 0 22px 22px;
  list-style: none;
}
/* line 2416, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox ul li {
  list-style: none;
  background: url(https://links.kentei.ne.jp/assets/lsitBg-d688a4e6e6178fa474b0e4c57205e2b6b9acc5953cf43c022e25082962984db4.png) no-repeat 0 6px;
  padding-left: 18px;
}
/* line 2422, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox p {
  padding: 0 22px;
}
/* line 2425, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox p:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* line 2429, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox2 {
  position: relative;
  padding: 25px 25px 6px;
  background: #f8f6e7;
  margin-bottom: 23px;
  font-size: 14px;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox2::after {
  clear: both;
  display: block;
  content: '';
}
/* line 2437, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox3 {
  position: relative;
  border: 2px solid #039;
  font-size: 14px;
}
/* line 2441, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox3 h3 {
  background: #039;
  color: #FFF;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
}
/* line 2449, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBox4 {
  border: 3px solid #0a91e6;
  margin-bottom: 23px;
  font-size: 14px;
  padding: 25px 31px;
}
/* line 2456, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .bg-label {
  color: #0a91e6;
  border-bottom: 2px dotted #0a91e6;
  padding-left: 0;
  padding-bottom: 7px;
}
/* line 2461, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .bg-label:before {
  display: none;
}
/* line 2464, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .bg-label img {
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 2469, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .usageBox {
  margin: 17px 0 70px 13px;
  width: 45.5%;
  position: relative;
}
/* line 2473, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .usageBox .label-ranking {
  position: absolute;
  top: -24px;
  left: -15px;
  background: url(https://links.kentei.ne.jp/assets/parts_ranking-a178e7b92a6297d04158b40717b82257b422323945d11563f88db1b13a92f410.png) no-repeat 0 0;
  width: 110px;
  height: 50px;
}
/* line 2481, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .usageBox .usageBoxInner {
  padding: 17px 17px 14px;
  text-align: center;
  min-height: 119px;
}
/* line 2485, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .usageBox .usageBoxInner p {
  margin-bottom: 9px;
}
/* line 2488, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .usageBox .usageBoxInner ul {
  margin-bottom: 0;
}
/* line 2491, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .usageBox .usageBoxInner li {
  list-style: none;
  background: none;
  color: #039;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
}
/* line 2501, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .usageBox .partsBoxBtmLink {
  position: absolute;
  bottom: -42px;
  right: -5px;
}
/* line 2508, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .goodsBox {
  position: relative;
  font-size: 14px;
  background: #f0f0f0;
  padding: 25px;
}
/* line 2513, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .goodsBox img {
  border: 1px solid #CCC;
  max-width: 160px;
}
/* line 2517, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .goodsBox .goodsLink {
  clear: both;
  text-align: right;
}
/* line 2520, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .goodsBox .goodsLink .colorBtn-blue {
  padding: 9px 32px;
  margin-right: 0;
  margin-left: 10px;
}
/* line 2526, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .goodsBox .goodsTitle {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 23px;
}
/* line 2532, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .goodsBox .colorLabel-gray {
  color: #FFF;
  background: #36C;
}
/* line 2536, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .goodsBox .color_blue {
  font-size: 16px !important;
  font-weight: bold;
}
/* line 2540, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .goodsBox p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #333;
}
/* line 2544, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .goodsBox p strong {
  font-size: 16px;
}
/* line 2550, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBtn-blue {
  background: url(https://links.kentei.ne.jp/assets/color_bg_blue-3fe52c2c3d3da2d9c1553345dcf1d23e52d2e88aeb1ef0418882536b30c22169.gif) 0 0;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  padding: 9px 22px 9px 16px;
  text-shadow: 0 1px 1px #0E6D8C;
  border: 1px solid #1ca3ce;
  text-decoration: none;
}
/* line 68, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorBtn-blue:hover {
  opacity: 0.85;
}
/* line 2554, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .inline-block {
  display: inline-block;
  margin-right: 10px;
}
/* line 2559, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .partsBoxBtmLink {
  margin-bottom: 10px;
}
/* line 2562, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .wpcf7 {
  margin-bottom: 23px;
}
/* line 2565, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .txtalign-center {
  text-align: center;
}
/* line 2568, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .txtalign-left {
  text-align: left;
}
/* line 2571, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .txtalign-right {
  text-align: right;
}
/* line 2574, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .color_red {
  color: #ff3300;
}
/* line 2577, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .color_skyblue {
  color: #1ca3ce;
}
/* line 2580, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .color_blue {
  color: #1c67ce;
}
/* line 2583, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .colorLabel-gray {
  width: 120px;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background: #dedcce;
  margin-bottom: 17px;
}
/* line 2593, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .examMap {
  float: right;
  padding-bottom: 20px;
}
/* line 2596, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .examMap iframe {
  max-width: 350px;
  height: 220px;
}
/* line 2603, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent p.icon_zip, .partsBoxPostContent .postContent a.icon_zip {
  padding-left: 46px;
  background: url(https://links.kentei.ne.jp/assets/contentsicon/icon_zip-57b9f0d7a1246b3be7a339d6e286b12dad30fc68dbcaad5005d78637eb2842ef.gif) no-repeat 0 1px;
}
/* line 2607, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent p.icon_window, .partsBoxPostContent .postContent a.icon_window {
  padding-left: 19px;
  background: url(https://links.kentei.ne.jp/assets/contentsicon/icon_window-b39d6449eef9a0e139038130e42bb16ad2406123553888bd525f1ad97de87f55.gif) no-repeat 0 3px;
}
/* line 2611, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent p.icon_pdf, .partsBoxPostContent .postContent a.icon_pdf {
  padding-left: 46px;
  background: url(https://links.kentei.ne.jp/assets/contentsicon/icon_pdf-079c372a254af66874ee0c9c89878df561e6dfa854943273ebd664791d57925b.gif) no-repeat 0 1px;
}
/* line 2615, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent p.icon_lzh, .partsBoxPostContent .postContent a.icon_lzh {
  padding-left: 46px;
  background: url(https://links.kentei.ne.jp/assets/contentsicon/icon_lzh-08a7ca2fa2508a4452477908ae84c6e1e469a6264fd6f29b685fc755f78d9fea.gif) no-repeat 0 1px;
}
/* line 2619, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent p.icon_anchorup, .partsBoxPostContent .postContent a.icon_anchorup {
  padding-left: 18px;
  background: url(https://links.kentei.ne.jp/assets/contentsicon/icon_anchorup-53e0a093aaf8be8f7b36c46763997734b58fad638c49f515bba8b018fa116fdf.gif) no-repeat 0 3px;
}
/* line 2623, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent p.icon_anchordown, .partsBoxPostContent .postContent a.icon_anchordown {
  padding-left: 18px;
  background: url(https://links.kentei.ne.jp/assets/contentsicon/icon_anchordown-520d38e96a3fe88cb926f7bd86448d88ee833f8cce1d1cb00b46a946e24cc21c.gif) no-repeat 0 3px;
}
/* line 2629, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #3366cc;
}
/* line 2633, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .accordionTop {
  display: table;
  width: 100%;
}
/* line 2636, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .accordionTop .thumb {
  display: table-cell;
  width: 160px;
  padding-right: 10px;
  vertical-align: middle;
}
/* line 2641, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .accordionTop .thumb img {
  margin-bottom: 0;
}
/* line 2645, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .accordionTop .contents {
  display: table-cell;
  vertical-align: middle;
}
/* line 2648, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .accordionTop .contents h3 {
  margin-bottom: 0;
}
/* line 2651, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .accordionTop .contents p {
  color: #8e8e8e;
  font-weight: bold;
}
/* line 2657, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .toggle {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 2661, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .toggle .toggleinner {
  padding-top: 20px;
}
/* line 2665, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .toggleBtnBox {
  text-align: right;
  padding-top: 0;
  margin-top: -26px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 2671, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .toggleBtn {
  display: inline-block;
  background: #3366cc;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding: 3px 15px;
  border-radius: 15px;
  cursor: pointer;
}
/* line 2680, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .toggleBtn:hover {
  opacity: 0.85;
}
/* line 2683, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox .toggleBtn:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  background: url(https://links.kentei.ne.jp/assets/accordiontoggle1-d22f523a9a2b4e63c3883fba38b685f955507b8936cae6141bef1ed1fc2789a7.png) no-repeat 0 0;
  width: 12px;
  height: 7px;
}
/* line 2693, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox.open .toggle {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 2696, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox.open .toggleBtnBox {
  padding-top: 15px;
  margin-top: 0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 2702, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .accordionbox.open .toggleBtn:before {
  background: url(https://links.kentei.ne.jp/assets/accordiontoggle2-0167e442ac2a16b0fca903f0770217c9c28ebc94ae44d1904454b39839905365.png) no-repeat 0 0;
}
/* line 2709, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .profbox {
  border: 1px solid #0a91e6;
  padding: 20px;
  margin-bottom: 30px;
}
/* line 2713, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .profbox .profhead {
  color: #0a91e6;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #0a91e6;
  margin-bottom: 20px;
}
/* line 2720, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .profbox .profimgbox {
  float: left;
  margin-right: 10px;
}
/* line 2723, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .profbox .profimgbox img {
  max-width: 142px;
}
/* line 2727, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent .profbox .proftable {
  padding-left: 173px;
}

/* line 2734, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.bookkeepingBtn {
  background: #1ca3ce;
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 9px 22px 9px 16px;
  border: 1px solid #1ca3ce;
  text-decoration: none;
}
/* line 2743, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.bookkeepingBtn:hover {
  opacity: 0.85;
}
/* line 2746, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.bookkeepingBtn:visited {
  color: #FFF;
  opacity: 0.85;
}

/* line 2753, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxOrgList .organization-list {
  margin-bottom: 20px;
}

/* kentaro */
/* ======================================================= */
/* line 2761, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKentaro h1 {
  border-bottom: 0;
}
/* line 2763, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxKentaro h1 a {
  display: block;
  margin: 0 auto;
}

/* line 2770, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxColumnIndex .partsBoxIndex {
  float: left;
  max-width: 337px;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2777, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxColumnIndex .partsBoxIndex:nth-of-type(2n) {
  margin-right: 0;
}
/* line 2780, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxColumnIndex .partsBoxIndex:nth-of-type(2n+1) {
  clear: both;
}

/* login register */
/* ======================================================= */
/* line 2788, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox,
#mainCol .regBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2795, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields,
#mainCol .regBox .fields {
  clear: both;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields::after,
#mainCol .regBox .fields::after {
  clear: both;
  display: block;
  content: '';
}
/* line 2807, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields .fieldsinput input:not([type="radio"]):not([type="checkbox"]),
#mainCol .regBox .fields .fieldsinput input:not([type="radio"]):not([type="checkbox"]) {
  margin: 0;
  width: 260px;
}
/* line 2829, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields.password p,
#mainCol .regBox .fields.password p {
  clear: both;
}
/* line 2834, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields.password label,
#mainCol .regBox .fields.password label {
  float: left;
  width: 174px;
  font-size: 14px;
}
/* line 2839, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields.password input,
#mainCol .regBox .fields.password input {
  margin: 0;
  width: 260px;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields .innerFieldBox::after,
#mainCol .regBox .fields .innerFieldBox::after {
  clear: both;
  display: block;
  content: '';
}
/* line 2851, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields.submit,
#mainCol .regBox .fields.submit {
  border-bottom: 0 none;
}
/* line 2853, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields.submit input[type="submit"],
#mainCol .regBox .fields.submit input[type="submit"] {
  letter-spacing: 0.1em;
  border: 0 none;
  cursor: pointer;
}
/* line 2857, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields.submit input[type="submit"]:hover,
#mainCol .regBox .fields.submit input[type="submit"]:hover {
  opacity: 0.85;
}
/* line 2860, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields.hidden,
#mainCol .regBox .fields.hidden {
  display: none !important;
}
/* line 2862, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox #reg_passmail,
#mainCol .regBox #reg_passmail {
  display: none;
}

/* line 2867, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .regPolicyBox {
  padding: 15px;
  height: 150px;
  overflow: scroll;
  background: #EEE;
  border: 1px solid #CCC;
}
/* line 2873, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .regPolicyBox pre {
  width: 100%;
  font-size: 12px;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

/* plugins */
/* ======================================================= */
/* line 2891, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
div.wpcf7 img.ajax-loader {
  margin-left: 10px;
  margin-top: 10px;
}

/* line 2895, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .formBox .fields .fieldslabel {
  padding-top: 7px;
}

/* line 2899, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .wp-pagenavi {
  clear: both;
  text-align: right;
}
/* line 2903, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .wp-pagenavi a, #mainCol .wp-pagenavi span,
#mainCol .wp-pagenavi a:hover {
  padding: 5px 8px;
  font-size: 14px;
  font-weight: normal !important;
  border: 1px solid #1ca3ce;
  margin-right: 5px;
  display: inline-block;
}
/* line 2912, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .wp-pagenavi a:hover,
#mainCol .wp-pagenavi span.current {
  background: #1ca3ce;
  color: #FFF;
}
/* line 2917, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#mainCol .previouspostslink,
#mainCol .nextpostslink {
  border: 0 none !important;
}

/* line 2924, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu {
  background: #e3e2db;
  color: #333;
}
/* line 2928, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBoxHead h2 {
  font-size: 16px;
  color: #333;
}
/* line 2933, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBoxListBox {
  margin-bottom: 0;
}
/* line 2935, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBoxListBox .textwidget {
  margin-bottom: 7px;
}
/* line 2938, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBoxListBox ul {
  padding: 0;
  margin-bottom: 20px;
}
/* line 2942, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBoxListBox ul li::after {
  margin-left: 10px !important;
}
/* line 2945, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBoxListBox ul li a {
  color: #333;
  padding: 10px;
  font-size: 13px;
}
/* line 2954, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBorderBox .sideBoxInner {
  margin-bottom: 20px;
  border: 1px solid #333;
}
/* line 2958, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBorderBox .sideBoxInner .sideList ul {
  padding: 0;
}
/* line 2960, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBorderBox .sideBoxInner .sideList ul li {
  border-bottom: 1px solid #CCC;
}
/* line 2962, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBorderBox .sideBoxInner .sideList ul li:nth-last-of-type(1) {
  border-bottom: 0 none;
}
/* line 2965, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBorderBox .sideBoxInner .sideList ul li::after {
  display: none !important;
}
/* line 2973, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .sideBorderBox .sideTitle h3 {
  background: #333;
}
/* line 2978, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mm-menu .hiddenHead {
  display: none !important;
}

/* line 2981, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox {
  background: #FFF;
  overflow: hidden;
}
/* line 2984, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTxtLink {
  display: block;
}
/* line 2987, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideLeft {
  float: left;
  width: 73%;
  height: 318px;
  position: relative;
}
/* line 2993, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideRight {
  float: right;
  width: 26%;
  height: 318px;
  position: relative;
}
/* line 2999, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTxtThumb {
  width: 27%;
  position: absolute;
  top: 24px;
  left: 30px;
}
/* line 3004, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTxtThumb img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 50%;
}
/* line 3011, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTxtContents {
  padding-left: 46%;
}
/* line 3014, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideComment {
  letter-spacing: 0.07em;
}
/* line 3017, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideNum {
  color: #FFF;
  float: left;
}
/* line 3021, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTitle {
  clear: both;
}
/* line 3024, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTitle h3 span {
  display: block;
  font-size: 18px;
}
/* line 3030, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideInfo {
  color: #FFF;
  font-size: 13px;
  background: #ababab;
  margin-right: 25px;
  padding: 3px 10px;
  text-align: center;
  border-radius: 17px;
  margin-bottom: 14px;
}
/* line 3041, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideDescription p {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
/* line 3048, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .examTitle {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  padding-top: 49px;
  padding-bottom: 11px;
}
/* line 3055, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .examDate {
  text-align: center;
  color: #FFF;
}
/* line 3058, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .examDate .dateBox {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
/* line 3064, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .examDate .dateBox span {
  font-size: 22px;
}
/* line 3068, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .examDate .weekBox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
/* line 3072, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .examDate .weekBox span {
  display: block;
  font-size: 18px;
  background: #FFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
  font-weight: bold;
}
/* line 3086, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .examLink {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
/* line 3090, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .examLink span {
  display: block;
  background: #FFF;
  width: 180px;
  height: 47px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  width: 70%;
  font-size: 15px;
  text-align: center;
}

/* line 3105, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox {
  background: #FFF;
  overflow: hidden;
  max-height: 318px;
  position: relative;
}
/* line 3110, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  background: #0185cf;
}
/* line 3120, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideTxtLink {
  display: block;
  position: relative;
  height: 100%;
}
/* line 3124, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideTxtLink:hover {
  opacity: 0.85;
}
/* line 3126, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideTxtLink:hover .slideTitle {
  color: #494949;
}
/* line 3131, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideFlagL {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 3137, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideFlagR {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/* line 3143, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideLeft {
  float: left;
  position: relative;
  padding-left: 12%;
  padding-top: 10.5%;
  z-index: 1;
  width: 31.4%;
}
/* line 3151, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideCal {
  width: 17.6%;
  float: left;
  position: absolute;
  top: 27%;
  right: 39%;
}
/* line 3157, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideCal .slideCalInner {
  position: relative;
}
/* line 3160, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideCal span {
  position: absolute;
  font-size: 48px;
  line-height: 48px;
  color: #e40000;
  font-weight: bold;
  display: block;
  text-align: center;
  top: 48%;
  width: 100%;
}
/* line 3172, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideTxtThumb {
  float: right;
  position: relative;
  z-index: 0;
  padding: 4% 14% 4% 0;
  width: 23%;
}
/* line 3180, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideTxtContents .slideNum {
  font-size: 26px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  width: 132px;
  background: #2b92f1;
  border-radius: 5px;
  margin-bottom: 19px;
}
/* line 3190, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideTxtContents .slideTitle {
  color: #000;
}
/* line 3192, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideTxtContents .slideTitle h3 {
  font-size: 46px;
  line-height: 40px;
}
/* line 3196, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideCountBox .slideTxtContents .slideTitle span {
  display: block;
  font-size: 26px;
}

/* line 74, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorBlue .slideRight {
  background: #0a4ebe;
}
/* line 79, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorBlue .examDate .weekBox span {
  color: #0a4ebe;
}
/* line 85, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorBlue .examLink span {
  color: #0a4ebe;
}
/* line 89, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorBlue .slideTitle h3 {
  color: #0a4ebe;
}
/* line 92, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorBlue .slideComment {
  color: #0a4ebe;
}
/* line 95, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorBlue .slideNum {
  background: #0a4ebe;
}
/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorBlue .slideTitle {
  border-bottom-color: #0a4ebe;
}

/* line 74, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorOrange .slideRight {
  background: #f56a3c;
}
/* line 79, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorOrange .examDate .weekBox span {
  color: #f56a3c;
}
/* line 85, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorOrange .examLink span {
  color: #f56a3c;
}
/* line 89, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorOrange .slideTitle h3 {
  color: #f56a3c;
}
/* line 92, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorOrange .slideComment {
  color: #f56a3c;
}
/* line 95, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorOrange .slideNum {
  background: #f56a3c;
}
/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorOrange .slideTitle {
  border-bottom-color: #f56a3c;
}

/* line 74, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorGreen .slideRight {
  background: #2dbb07;
}
/* line 79, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorGreen .examDate .weekBox span {
  color: #2dbb07;
}
/* line 85, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorGreen .examLink span {
  color: #2dbb07;
}
/* line 89, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorGreen .slideTitle h3 {
  color: #2dbb07;
}
/* line 92, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorGreen .slideComment {
  color: #2dbb07;
}
/* line 95, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorGreen .slideNum {
  background: #2dbb07;
}
/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorGreen .slideTitle {
  border-bottom-color: #2dbb07;
}

/* line 74, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorPink .slideRight {
  background: #ff6e9a;
}
/* line 79, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorPink .examDate .weekBox span {
  color: #ff6e9a;
}
/* line 85, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorPink .examLink span {
  color: #ff6e9a;
}
/* line 89, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorPink .slideTitle h3 {
  color: #ff6e9a;
}
/* line 92, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorPink .slideComment {
  color: #ff6e9a;
}
/* line 95, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorPink .slideNum {
  background: #ff6e9a;
}
/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorPink .slideTitle {
  border-bottom-color: #ff6e9a;
}

/* line 74, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorCyan .slideRight {
  background: #4fbab6;
}
/* line 79, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorCyan .examDate .weekBox span {
  color: #4fbab6;
}
/* line 85, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorCyan .examLink span {
  color: #4fbab6;
}
/* line 89, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorCyan .slideTitle h3 {
  color: #4fbab6;
}
/* line 92, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorCyan .slideComment {
  color: #4fbab6;
}
/* line 95, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorCyan .slideNum {
  background: #4fbab6;
}
/* line 98, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideColorCyan .slideTitle {
  border-bottom-color: #4fbab6;
}

/* line 3225, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum1 .slideTxtContents {
  padding-top: 33px;
}
/* line 3228, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum1 .slideComment {
  font-size: 18px;
  margin-bottom: 7px;
}
/* line 3232, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum1 .slideNum {
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 16px;
}
/* line 3237, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum1 .slideTitle {
  margin-right: 25px;
  padding-bottom: 3px;
  margin-bottom: 18px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
/* line 3243, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum1 .slideTitle h3 {
  line-height: 39px;
  font-size: 32px;
}
/* line 3250, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum1 .slideInfo,
.slideTxtBoxNum1 .secondDate {
  display: none;
}

/* line 3255, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum2 .slideTxtContents {
  padding-top: 22px;
}
/* line 3258, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum2 .slideComment {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 23px;
}
/* line 3263, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum2 .slideNum {
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 5px;
  line-height: 20px;
}
/* line 3269, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum2 .slideTitle {
  margin-right: 25px;
  padding-bottom: 1px;
}
/* line 3272, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum2 .slideTitle h3 {
  line-height: 39px;
  font-size: 28px;
}
/* line 3275, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBoxNum2 .slideTitle h3 span {
  display: inline;
}

/* line 3284, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pcdevice {
  display: block;
}

/* line 3285, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.mobile {
  display: none;
}

/* line 3286, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.largemobile,
.minmobile {
  display: none;
}

/* line 3288, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#wpadminbar {
  display: none;
}

/* line 3289, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.menuToggleBtn {
  display: none;
}

/* line 3290, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideWrapper {
  display: none;
}

/* line 3291, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.sideBoxMobile {
  display: none;
}

/* keyframes  */
/* ======================================================= */
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate360 {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* forie */
/* ======================================================= */
/* line 3311, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram td a img {
  margin-bottom/*\**/: 0\9;
}

/* line 3312, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram td,
.partsBoxPostContent .postContent table.tableStyleProgram td a {
  word-wrap: break-word;
  word-break: break-all;
}

/* line 3317, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .postContent table.tableStyleProgram td a {
  white-space: pre-wrap;
}

/* line 3320, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTxtLink {
  position/*\**/: relative\9;
}

/* line 3323, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTxtLink:not(:target) {
  position: relative\9 !important;
}

/* line 3326, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTxtThumb img {
  max-width/*\**/: 265px\9;
}

/* line 3329, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.slideTxtBox .slideTxtThumb img:not(:target) {
  max-width: 265px\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 3333, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleProgram td a img:not(:target) {
    margin-bottom: 0;
  }

  /* line 3336, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleProgram td,
  .partsBoxPostContent .postContent table.tableStyleProgram td a {
    word-wrap: break-word;
    word-break: break-all;
  }

  /* line 3341, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleProgram td a {
    white-space: pre-wrap;
  }

  /* line 3344, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  html,
  body {
    height: 100%;
  }
}
/* for firefox */
@-moz-document url-prefix() {
  /* line 3352, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyle1Col td.colorBox,
  .partsBoxPostContent .postContent table.tableStyle2Col td.colorBox {
    padding-bottom: 30px;
  }
  /* line 3355, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyle1Col td.colorBox .col2box,
  .partsBoxPostContent .postContent table.tableStyle2Col td.colorBox .col2box {
    padding-bottom: 30px;
  }
}
/* fixed nav */
/* ======================================================= */
/* line 3364, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header {
  position: fixed;
  top: -70px;
  width: 100%;
  height: 56px;
  z-index: 4;
  border-bottom: 7px solid #1ca3ce;
  -moz-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  -webkit-transition: top 0.25s ease;
  transition: top 0.25s ease;
}
/* line 3372, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header .headinfo {
  display: none;
}
/* line 3373, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header .logo_large {
  display: none;
}
/* line 3376, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header .fixedLogo {
  opacity: 1;
  z-index: 1;
}
/* line 3380, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header .menuToggleBtn_header {
  top: 4px;
}
/* line 3384, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header.type-top .commonInner {
  height: 100%;
  position: relative;
}
/* line 3388, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header.type-top .logo {
  display: none;
}
/* line 3391, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header.type-top #tagline {
  position: absolute;
  right: 190px;
}
/* line 3395, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header.type-top .dropdownBox {
  clear: none;
}
/* line 3400, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header.type-subtop .commonInner {
  height: 100%;
}
/* line 3402, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header.type-subtop .commonInner .headerNavi {
  right: 0;
  width: 76%;
}
/* line 3406, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header.type-subtop .commonInner .headerNavi li a {
  font-size: 16px;
  padding: 3px;
}
/* line 3416, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.setFixed #header.type-pcchild .pclist, body.setFixed #header.type-pc .pclist {
  display: none;
}

/* line 3422, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
body.fixedNav #header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 56px;
  z-index: 4;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* bokizaka */
/* ======================================================= */
/* line 3436, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBokizaka .partsBoxPostContent h1 {
  border-bottom: 0 none;
}
/* line 3441, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBokizaka .partsBoxIndexBoxBokizaka .partsBoxHead {
  border-bottom: 2px dotted #360;
  margin-bottom: 22px;
}
/* line 3444, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBokizaka .partsBoxIndexBoxBokizaka .partsBoxHead h2 {
  font-size: 18px;
  font-weight: bold;
  color: #360;
  padding: 9px 10px 4px 19px;
  border-left: 5px solid #360;
  margin-bottom: 2px;
}

/* line 3457, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBoki-global .partsBoxPostContent {
  margin-bottom: 20px;
}
/* line 3459, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBoki-global .partsBoxPostContent h1 {
  border-bottom: 0 none;
}
/* line 3464, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBoki-global .partsBoxIndexBoxBokizaka .partsBoxHead {
  border-bottom: 2px dotted #92c6e9;
  margin-bottom: 22px;
}
/* line 3467, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBoki-global .partsBoxIndexBoxBokizaka .partsBoxHead h2 {
  font-size: 18px;
  font-weight: bold;
  color: #92c6e9;
  padding: 9px 10px 4px 19px;
  border-left: 5px solid #92c6e9;
  margin-bottom: 2px;
}
/* line 3477, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBoki-global .partsBoxIndexBoxBokizaka .partsBoxIndexBokizaka .partsBoxTitle {
  padding-top: 11px;
  padding-bottom: 0px;
}
/* line 3480, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBoki-global .partsBoxIndexBoxBokizaka .partsBoxIndexBokizaka .partsBoxTitle h3 {
  color: #2b92f1;
  font-size: 17px;
  line-height: 16px;
  font-weight: bold;
}
/* line 3487, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.pageBoki-global .partsBoxIndexBoxBokizaka .partsBoxIndexBokizaka .partsBoxSubtitle {
  font-size: 10px;
  color: #333;
  font-weight: bold;
}

/* line 3498, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBoxBokizaka .partsBoxIndexBokizaka .partsBoxTitle {
  color: #333;
  margin-bottom: 2px;
}
/* line 3501, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBoxBokizaka .partsBoxIndexBokizaka .partsBoxTitle h3 {
  font-weight: normal;
}
/* line 3505, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxIndexBoxBokizaka .partsBoxIndexBokizaka .partsBoxSubtitle {
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
}

/* line 3515, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBokizaka .partsBoxPostContent .main_image {
  margin-bottom: 25px;
}
/* line 3518, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBokizaka .partsBoxPostContent .postSubtitle {
  background: url(https://links.kentei.ne.jp/assets/bokizaka_icon-a264dbcdbb605a774992fe0e99c52378789daa70ce1b4cd4d94eda976018aa39.png) no-repeat 0 0;
  min-height: 34px;
  font-size: 22px;
  line-height: 38px;
  color: #360;
  font-weight: bold;
  padding: 5px 0 3px 49px;
  border-bottom: 2px dotted #360;
  margin-bottom: 30px;
}
/* line 3529, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBokizaka .partsBoxPostContent .postTitle {
  border: 2px solid #360;
  padding: 16px 30px;
  margin-bottom: 40px;
}
/* line 3533, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBokizaka .partsBoxPostContent .postTitle h1 {
  color: #360;
  border-bottom: 1px solid #360;
  padding-bottom: 4px;
  margin-bottom: 18px;
}
/* line 3539, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBokizaka .partsBoxPostContent .postTitle p {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
}
/* line 3546, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBokizaka .partsBoxPostContent .postContent h2 {
  color: #360;
  border-bottom: 2px dotted #360;
}
/* line 3549, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBokizaka .partsBoxPostContent .postContent h2::before {
  background: #360;
}
/* line 3553, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBokizaka .partsBoxPostContent .postContent img {
  padding: 8px;
  border: 1px solid #CCC;
}

/* line 3563, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBoki-global .partsBoxPostContent .postTitle {
  padding-top: 40px;
}
/* line 3565, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBoki-global .partsBoxPostContent .postTitle h1 {
  color: #92c6e9;
  border-bottom: 2px dotted #92c6e9;
  color: #0a91e6;
  border-bottom: 2px dotted #0a91e6;
  padding-left: 0;
  padding-bottom: 7px;
}
/* line 3572, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBoki-global .partsBoxPostContent .postTitle h1::before {
  background: #92c6e9;
}
/* line 3575, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.singleBoki-global .partsBoxPostContent .postTitle h1 img {
  margin-right: 5px;
}

/* revision/message143 */
/* ======================================================= */
/* line 3587, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap {
  border: 10px solid #ffe7eb;
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 40px;
}
/* line 3593, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap .postTitle h1 {
  font-size: 27px;
  line-height: 28px;
  color: #ff6893;
  border-bottom: dotted 2px #ff6893;
  padding-bottom: 26px;
  margin-bottom: 28px;
}
/* line 3602, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap .postContent {
  position: relative;
}
/* line 3604, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap .postContent .postContentMsgBox {
  position: relative;
}
/* line 3607, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap .postContent .chara2 {
  position: absolute;
  width: 45.51%;
  right: -39px;
  bottom: -23px;
}
/* line 3612, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap .postContent .chara2 img {
  margin-bottom: 0;
}
/* line 3616, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap .postContent .postContentMsg {
  padding-right: 41%;
}
/* line 3620, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap .postContent dl {
  border-top: dotted 2px #ff6893;
  padding-top: 40px;
  margin: 0;
}
/* line 3624, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap .postContent dl dt {
  font-size: 11px;
  clear: both;
  float: left;
  width: 109px;
}
/* line 3630, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.message143Wrap .postContent dl dd {
  font-size: 11px;
  padding-left: 119px;
  margin-left: 0;
}

/* 201612 */
/* line 3640, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.crossCol {
  max-width: 696px;
  margin: 0 auto;
}

/* line 3645, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form {
  font-size: 14px;
}
/* line 3647, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .confirmBtnForm {
  display: inline-block;
  vertical-align: top;
}
/* line 3650, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .confirmBtnForm .form-button {
  padding-top: 0;
}
/* line 3654, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form h2 {
  margin-top: 30px;
}
/* line 3657, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-button {
  padding-top: 30px;
}
/* line 3659, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-button .next,
#payment_form .form-button .prev,
#payment_form .form-button button {
  padding: 10px;
  border: 0 none;
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 120px;
}
/* line 3671, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-button .next:hover,
#payment_form .form-button .prev:hover,
#payment_form .form-button button:hover {
  opacity: 0.85;
}
/* line 3675, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-button .next {
  background: url(https://links.kentei.ne.jp/assets/color_bg_blue-3fe52c2c3d3da2d9c1553345dcf1d23e52d2e88aeb1ef0418882536b30c22169.gif);
}
/* line 3678, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-button .prev {
  background: #CCC;
  margin-right: 10px;
}
/* line 3683, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .tabBody {
  margin-top: 30px;
  padding: 0;
}
/* line 3687, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .errormsg {
  color: #C00;
  font-size: 15px;
  font-weight: bold;
}
/* line 3692, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-group {
  margin-bottom: 0;
  display: table;
  width: 100%;
  border: 3px solid #1ca3ce;
  margin-bottom: -3px;
  border-collapse: collapse;
}
/* line 3699, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-group .formLabel {
  display: table-cell;
  width: 165px;
  box-sizing: border-box;
  text-align: left;
  padding: 15px;
  background: #dcf1f7;
  vertical-align: middle;
  border: 1px solid #1ca3ce;
}
/* line 3709, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-group .formInputConfirm,
#payment_form .form-group .formInput {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #1ca3ce;
  padding: 15px;
}
/* line 3718, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-group .formInputInline {
  display: inline-block;
  margin-right: 7px;
  vertical-align: top;
}
/* line 3722, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-group .formInputInline:nth-last-of-type(1) {
  margin-right: 0;
}
/* line 3728, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .form-group .label-checkbox {
  display: inline-block;
  margin-right: 15px;
}
/* line 3736, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .pay_type_credit,
#payment_form .pay_type_convenience {
  margin-bottom: 15px;
  display: block;
  display: inline-block;
  margin-right: 15px;
}
/* line 3744, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .pay_type_convenience {
  margin-top: 30px;
}
/* line 3747, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .codeinfo {
  margin: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
/* line 3756, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .formInputStore .formInputInline {
  width: 48%;
}
/* line 3759, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .formInputStore .storethumb {
  display: block;
  padding-left: 21px;
  margin-top: 10px;
}
/* line 3765, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .select_convenience {
  margin-top: 10px;
  padding-left: 21px;
}
/* line 3770, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .termBox {
  overflow-y: scroll;
  height: 150px;
  border: 1px solid #CCC;
}
/* line 3774, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#payment_form .termBox .termBoxInner {
  padding: 15px;
}

/* line 3780, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#ozTabs {
  margin-bottom: 30px;
  /*
  display: table;
  width: 100%;
  .ozTab {
  	border-radius: 0;
  	margin-right: 0;
  	border: 0 none;
  	background: #e8e8e8;
  	position: relative;
  	padding: 10px 13px 7px 19px;
  	line-height: 18px;
  	font-size: 14px;
  	text-align: center;
  	float: none;
  	display: table-cell;
  	&::before,
  	&::after {
  		content: '';
  		display: block;
  		position: absolute;
  		border: 27px solid transparent;
  		border-left-width: 16px;
  		right: -43px;
  		top: -1px;
  	}
  	&::before {
  		border-left-color: #e8e8e8;
  		z-index: 2;
  		right: -42px;
  	}
  	&::after {
  		border-left-color: #CCC;
  		z-index: 1;
  	}
  	&.active {
  		background: $keycolor;
  		color: #FFF;
  		border-color: $keycolor;
  		&::before {
  			border-left-color: $keycolor;
  		}
  		&::after {
  			border-left-color: $keycolor;
  		}
  	}
  	&:nth-last-of-type(1) {
  		&::before,
  		&::after {
  			display: none;
  		}
  		&.active {
  			&::before,
  			&::after {
  				display: none;
  			}
  		}
  	}
  	span {
  		display: block;
  		font-size: 12px;
  	}
  }
  */
}
/* line 3845, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#ozTabs .ozTab {
  display: none;
  background: none;
  padding: 0;
  border: 0 none;
  border-radius: 0;
}
/* line 3851, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#ozTabs .ozTab.active {
  display: block;
  padding: 0;
  background: none;
}
/* line 3856, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#ozTabs .ozTab img {
  margin-bottom: 0;
}

/* line 3863, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle {
  background: #9edcdc;
  position: relative;
  padding: 27px 18px;
  margin-bottom: 30px;
}
/* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle::after {
  clear: both;
  display: block;
  content: '';
}
/* line 3870, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle .formTitleInner:after, .partsBoxPostContent .formTitle .formTitleInner:before {
  content: '';
  background: url(https://links.kentei.ne.jp/assets/headerImg-1d8a9f082c7ec3df0d26a9b5ad30da2805dcebc4b1139d513cf2619132bf0210.png) no-repeat 0 0;
  max-width: 309px;
  height: 234px;
  background-size: contain;
  float: right;
  display: block;
  width: 46.9%;
}
/* line 3881, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle .formTitleInner:after {
  display: none;
}
/* line 3885, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle h1 {
  color: #355f72 !important;
  border-bottom: 0 none;
  float: left;
  width: 50%;
  font-size: 34px;
  padding-top: 33px;
  padding-left: 14px;
}
/* line 3894, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle h2 {
  clear: left;
  float: left;
  width: 50%;
  margin-bottom: 21px;
  padding-left: 14px;
  font-size: 23px;
  color: #333;
}
/* line 3904, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle2 {
  padding: 20px 18px 14px;
}
/* line 3907, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle2 .formTitleInner:after, .partsBoxPostContent .formTitle2 .formTitleInner:before {
  background: url(https://links.kentei.ne.jp/assets/headerImg2-44365ec08956c1cbb981edc8e0dbf42fd9b52bb7334daa20b47a312568138734.png) no-repeat 0 0;
  max-width: 309px;
  height: 105px;
  background-size: contain;
}
/* line 3914, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle2 .formTitleInner:after {
  display: none;
}
/* line 3918, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle2 h1 {
  padding-top: 0;
  margin-bottom: 0;
}
/* line 3922, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .formTitle2 h2 {
  font-size: 17px;
}
/* line 3926, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .scrollTab {
  border: 3px solid #039;
  height: 295px;
  overflow-y: scroll;
  margin-bottom: 26px;
}
/* line 3931, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .scrollTab .scrollInner {
  padding: 17px 22px;
  font-size: 14px;
  line-height: 24px;
}
/* line 3937, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.partsBoxPostContent .agree {
  text-align: center;
}

/* line 3942, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox {
  background: #f1f0ed;
  margin-bottom: 35px;
  position: relative;
}
/* line 3946, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox:before {
  content: '';
  display: block;
  background: url(https://links.kentei.ne.jp/assets/dotbg-82c4ef75bc7e1dc8d50c23d35397e4827843a45540c219fbc43edb0c846ebc06.png) repeat-y center top;
  height: 100%;
  top: 53px;
  width: 4px;
  position: absolute;
  left: 40px;
}
/* line 3956, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox .flowTitle {
  padding-left: 20px;
  margin-bottom: 14px;
}
/* line 3959, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox .flowTitle span {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #039;
  vertical-align: middle;
  font-size: 24px;
}
/* line 3971, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox .flowTitle h3 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  padding-left: 21px;
  color: #039;
}
/* line 3979, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox .flowContents {
  padding-left: 83px;
  padding-bottom: 37px;
}
/* line 3983, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox .flowContents p:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* line 3989, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox .termBox {
  height: 200px;
  background: #FFF;
  margin-right: 30px;
  border: 1px solid #000;
  overflow-y: scroll;
  margin-top: 20px;
}
/* line 3996, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox .termBox .termBoxInner {
  padding: 20px;
}

/* line 4003, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.kaigisyoBox {
  border: 3px solid #039;
  padding: 20px;
  background: #FFF;
}
/* line 4008, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.kaigisyoBox p:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* line 4015, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.flowBox03:before {
  display: none;
}

/* line 4020, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#candidate_builder_phonetic_givenname,
#candidate_builder_phonetic_sn,
#candidate_builder_givenname,
#candidate_builder_sn,
#candidate_builder_zip,
#candidate_builder_tel,
#candidate_builder_birth_date {
  width: 142px;
}

/* line 4030, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#candidate_builder_credit_no,
#candidate_builder_email,
#candidate_builder_address {
  width: 311px;
}

/* line 4036, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#candidate_builder_address {
  margin-top: 10px;
}

/* line 4040, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
#toast-container {
  position: fixed;
  bottom: 15%;
  right: 5%;
  max-width: 86%;
  z-index: 10000;
  display: block;
}

/* line 4049, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 34px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #ee6e73;
  padding: 5px;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* for mobile device */
/* ======================================================= */
@media only screen and (max-width: 767px) {
  /* line 4081, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .pcdevice {
    display: none;
  }

  /* line 4082, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .largemobile {
    display: block;
  }

  /* line 4083, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .minmobile {
    display: none;
  }

  /* line 4084, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .mobile {
    display: block;
  }

  /* line 4086, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideWrapper {
    display: block;
  }

  /* line 4088, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header,
  #mainNav,
  #mainView,
  #container,
  #footer {
    width: 100%;
    min-width: 0;
  }

  /* line 4096, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .commonOuter {
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 4102, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #sideCol,
  #mainCol {
    float: none;
    width: 100%;
    padding: 0;
  }

  /* line 4111, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .home .partsBoxArtKind .partsBoxArtKindInner {
    margin-left: 0;
  }
  /* line 4114, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .home .partsBoxArtKind .partsBoxIndexBox {
    float: none;
    margin-left: 0;
    width: auto;
  }

  /* line 4124, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #sideCol .sideBoxSideContents {
    display: none;
  }

  /* line 4129, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile {
    display: block;
  }
  /* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile::after {
    clear: both;
    display: block;
    content: '';
  }
  /* line 4132, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxIndexDescription {
    clear: both;
    margin-bottom: 20px;
  }
  /* line 4135, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxIndexDescription p {
    font-size: 12px;
  }
  /* line 4139, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBox {
    width: 49%;
    vertical-align: top;
    background: #dcf1f7;
    margin-bottom: 10px;
  }
  /* line 4145, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBox .sideBoxHead h2 {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
  }
  /* line 4151, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBox .sideBoxInner {
    padding: 8px;
  }
  /* line 4153, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBox .sideBoxInner .sideBoxIndex {
    text-align: center;
  }
  /* line 4156, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBox .sideBoxInner .sideBoxIndexDescription {
    float: left;
    clear: none;
    margin-bottom: 0;
  }
  /* line 4163, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxDate {
    float: left;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
  }
  /* line 4169, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxDate .swmemo {
    position: absolute;
    bottom: 4px;
    right: 4px;
    height: 14px;
    padding-right: 10px;
    line-height: 14px;
    font-size: 14px;
    color: #1ca3ce;
    background: url(https://links.kentei.ne.jp/assets/swmemoBg-7166235288dd153972e818e4ec51bfa40ff1bf0599ac658739f00ed498b1cccc.png) no-repeat right center #dcf1f7;
  }
  /* line 4181, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxDate .sideTitle .year {
    display: inline-block;
    font-weight: bold;
  }
  /* line 4185, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxDate .sideTitle h3 {
    display: inline-block;
    font-size: 18px;
  }
  /* line 4188, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxDate .sideTitle h3 span {
    font-size: 13px;
  }
  /* line 4193, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxDate .sideBoxInner {
    padding: 0;
  }
  /* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxDate .sideBoxInner::after {
    clear: both;
    display: block;
    content: '';
  }
  /* line 4196, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxDate .sideBoxInner .sideBoxIndex {
    margin-bottom: 0;
    padding: 8px;
    padding-bottom: 20px;
  }
  /* line 4200, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxDate .sideBoxInner .sideBoxIndex.item {
    float: left;
  }
  /* line 4204, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideColorFee {
    float: right;
  }
  /* line 4207, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideColorFee .sideTitle h3 {
    font-size: 18px;
  }
  /* line 4209, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideColorFee .sideTitle h3 span {
    font-size: 13px;
  }
  /* line 4215, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxMobile .sideBoxExamLink {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    background: none;
  }

  /* line 4223, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBox {
    float: none;
  }

  /* line 4227, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #pankuzu {
    margin-top: 10px;
    height: 22px;
  }

  /* line 4232, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header {
    z-index: 2;
  }
  /* line 4234, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header .commonInner {
    height: auto !important;
    position: relative;
  }
  /* line 4239, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .logo {
    float: none;
    width: 300px;
    margin: 0;
    padding-top: 23px;
  }
  /* line 4245, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .logo h1 a, #header.type-top .logo h2 a {
    height: 100%;
    width: 300px;
    background-size: cover;
  }
  /* line 4249, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .logo h1 a img, #header.type-top .logo h2 a img {
    max-height: 40px;
    width: auto;
  }
  /* line 4256, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .dropdownBox {
    float: left;
    clear: both;
    margin-bottom: 7px;
  }
  /* line 4260, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .dropdownBox .dropContentsArea {
    margin-top: -2px;
    right: auto;
    width: 290px;
  }
  /* line 4264, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .dropdownBox .dropContentsArea .dropContentsAreaInner {
    display: block;
  }
  /* line 4267, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .dropdownBox .dropContentsArea .dropIndex {
    display: block;
    width: auto;
    padding: 10px;
    border-right: 0 none;
    border-bottom: 1px solid #1ca3ce;
  }
  /* line 4276, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top #tagline {
    float: left;
    margin-top: 0;
  }
  /* line 4283, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .logo {
    float: none;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 10px;
  }
  /* line 4289, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .logo h1 a, #header.type-subtop .logo h2 a {
    height: 41px;
    width: 300px;
  }
  /* line 4292, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .logo h1 a img, #header.type-subtop .logo h2 a img {
    max-height: 100%;
    width: auto;
  }
  /* line 4299, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .headinfo {
    position: static;
    margin-top: 0;
  }
  /* line 4302, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .headinfo .homeLink {
    display: none;
    float: left;
    margin-right: 7px;
  }
  /* line 4307, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .headinfo #tagline {
    margin-top: 0 !important;
    float: left;
    max-width: 44%;
    background: url(https://links.kentei.ne.jp/assets/spritesource/sp-tagline-dbd8a7195ddf0521bcd2e9a36d8f1685fdcbe2bd3b06069a545067da01637d52.png) no-repeat 0 1px;
    background-size: contain;
  }
  /* line 4315, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .headerNavi {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: -5px;
  }
  /* line 4321, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .headerNavi li a {
    width: auto;
    padding: 10px 3px;
    line-height: 20px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  /* line 4333, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-pcchild .pclist, #header.type-pc .pclist {
    position: static;
    padding-bottom: 6px;
  }
  /* line 4336, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-pcchild .pclist ul, #header.type-pc .pclist ul {
    text-align: left;
  }

  /* line 4343, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView {
    padding: 0;
  }
  /* line 4346, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxTopImg {
    margin-bottom: 10px;
  }
  /* line 4349, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg {
    margin-right: -1%;
  }
  /* line 4351, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg .topImgList {
    max-width: 24%;
    margin-right: 0.5%;
    margin-bottom: 5px;
  }
  /* line 4355, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg .topImgList:nth-of-type(2n+1) {
    clear: none;
  }
  /* line 4362, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-subtop .slick-prev {
    left: 16px;
  }
  /* line 4365, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-subtop .slick-next {
    right: 16px;
  }

  /* line 4371, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #container {
    padding-top: 10px;
  }

  /* line 4376, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBox .commonHead {
    margin-bottom: 10px;
  }
  /* line 4378, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBox .commonHead h2 {
    font-size: 18px;
  }

  /* line 4385, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndex .partsBoxIndex {
    margin-bottom: 10px;
  }
  /* line 4388, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndex .partsBoxTitle {
    clear: both;
    padding-left: 0;
  }
  /* line 4391, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndex .partsBoxTitle h3 {
    padding-left: 0;
  }
  /* line 4395, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndex .partsBoxDate {
    position: static;
  }

  /* line 4400, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxTopDiary,
  .partsBoxTopInterview {
    width: auto;
  }

  /* line 4406, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxColumnIndex .partsBoxIndex {
    float: none;
    width: auto;
    max-width: none;
  }

  /* line 4414, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner {
    margin-right: 0;
    display: block;
    width: auto;
  }
  /* line 4419, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner .innerHeader h4 {
    width: 211px;
    margin: 0 auto;
  }
  /* line 4426, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li {
    margin-bottom: 5px;
  }
  /* line 4428, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li.col2 {
    width: 49%;
    margin-right: 2%;
  }
  /* line 4431, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li.col2:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 4441, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxExamreferPage {
    margin-bottom: 15px;
  }
  /* line 4444, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxExamreferPage .postTitle h1 {
    margin-bottom: 15px;
  }
  /* line 4448, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxExamreferPage .postTab {
    position: static;
  }
  /* line 4451, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxExamreferPage .postTab li a {
    padding: 3px 5px;
    font-size: 13px;
    margin: 0 5px 5px 0;
  }

  /* line 4460, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footer {
    padding: 15px 0;
  }
  /* line 4462, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footer #returnBtn {
    top: -56px;
  }
  /* line 4465, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footer .footerBtmLink {
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 4471, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footer .footerInfo {
    float: none;
    width: auto;
    max-width: 375px;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }

  /* line 4481, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footerBtm {
    padding: 15px 0;
  }
  /* line 4483, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footerBtm .footerLink {
    text-align: left;
  }
  /* line 4485, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footerBtm .footerLink li {
    display: block;
    width: auto;
    float: left;
    padding: 0 20px 0 0;
    border-right: 0 none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 4492, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footerBtm .footerLink li a {
    line-height: 25px;
    font-size: 13px;
  }

  /* line 4501, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent a {
    word-break: break-all;
    word-wrap: break-word;
  }
  /* line 4505, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent h1 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  /* line 4510, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .alignleft,
  .partsBoxPostContent .postContent .alignright {
    float: none;
    margin: 0 5px 5px 0;
  }
  /* line 4515, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent h2 {
    font-size: 18px;
    padding: 4px 0 6px 15px;
  }
  /* line 4519, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent h3 {
    font-size: 17px;
  }
  /* line 4522, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent h4 {
    font-size: 14px;
  }
  /* line 4525, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent p {
    font-size: 13px;
  }
  /* line 4528, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .scrollTableWrap {
    position: relative;
  }
  /* line 4530, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .scrollTableWrap::after {
    content: '右にスワイプ >';
    display: block;
    border-radius: 2px 0 0 2px;
    background: rgba(28, 163, 206, 0.63);
    position: absolute;
    top: 1px;
    right: 1px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
  }
  /* line 4546, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleLevel th {
    width: 20%;
    font-size: 17px;
  }
  /* line 4550, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleLevel td {
    padding: 10px;
    line-height: 20px;
  }
  /* line 4553, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleLevel td p {
    font-size: 13px;
    line-height: 20px;
  }
  /* line 4559, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyle1Col, .partsBoxPostContent .postContent table.tableStyle2Col {
    margin-top: 0;
    margin-left: 0;
    table-layout: fixed;
    border-collapse: collapse;
    display: block;
  }
  /* line 4566, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyle1Col tbody, .partsBoxPostContent .postContent table.tableStyle2Col tbody {
    display: block;
  }
  /* line 4569, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyle1Col tr,
  .partsBoxPostContent .postContent table.tableStyle1Col th,
  .partsBoxPostContent .postContent table.tableStyle1Col td, .partsBoxPostContent .postContent table.tableStyle2Col tr,
  .partsBoxPostContent .postContent table.tableStyle2Col th,
  .partsBoxPostContent .postContent table.tableStyle2Col td {
    display: block;
    width: 100%;
  }
  /* line 4575, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyle1Col td, .partsBoxPostContent .postContent table.tableStyle2Col td {
    padding-right: 0;
  }
  /* line 4579, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleExam, .partsBoxPostContent .postContent table.tableStyleProgram {
    width: auto;
    table-layout: auto;
    position: relative;
    margin-bottom: 42px;
    display: block;
    overflow-x: scroll;
  }
  /* line 4587, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleExam tbody, .partsBoxPostContent .postContent table.tableStyleProgram tbody {
    display: table;
    table-layout: auto;
    width: 150%;
    max-width: 690px;
  }
  /* line 4592, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleExam tbody th, .partsBoxPostContent .postContent table.tableStyleProgram tbody th {
    background: rgba(174, 228, 242, 0.4);
  }
  /* line 4596, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleExam tbody .examBody .placeinfo,
  .partsBoxPostContent .postContent table.tableStyleExam tbody .examBody .dateinfo, .partsBoxPostContent .postContent table.tableStyleProgram tbody .examBody .placeinfo,
  .partsBoxPostContent .postContent table.tableStyleProgram tbody .examBody .dateinfo {
    float: none;
  }
  /* line 4602, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.tableStyleExam table tbody, .partsBoxPostContent .postContent table.tableStyleProgram table tbody {
    width: 100%;
  }
  /* line 4606, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.noscroll {
    width: 100%;
    display: table !important;
    overflow-x: visible !important;
    box-shadow: inset 0 0 0 0 transparent !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 4612, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.noscroll tbody {
    display: table !important;
    width: 100% !important;
    max-width: none !important;
  }
  /* line 4617, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.noscroll tr {
    display: table-row !important;
  }
  /* line 4620, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.noscroll th, .partsBoxPostContent .postContent table.noscroll td {
    display: table-cell !important;
  }
  /* line 4622, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.noscroll th input,
  .partsBoxPostContent .postContent table.noscroll th textarea, .partsBoxPostContent .postContent table.noscroll td input,
  .partsBoxPostContent .postContent table.noscroll td textarea {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 4627, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent table.noscroll th input[type="text"],
  .partsBoxPostContent .postContent table.noscroll th textarea, .partsBoxPostContent .postContent table.noscroll td input[type="text"],
  .partsBoxPostContent .postContent table.noscroll td textarea {
    width: 100%;
  }
  /* line 4634, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .colorLabel-gray {
    margin-bottom: 12px;
    clear: both;
  }
  /* line 4638, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .colorBox2 {
    padding: 15px 10px;
  }
  /* line 4641, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .colorBox2.goodsBox .colorLabel-gray {
    clear: none;
  }
  /* line 4644, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .colorBox2.goodsBox img.alignright {
    float: right;
    max-width: 30%;
    margin-right: 0;
  }
  /* line 4649, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .colorBox2.goodsBox .goodsLink {
    position: static;
    margin-bottom: 10px;
  }
  /* line 4652, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .colorBox2.goodsBox .goodsLink a {
    margin-right: 3px;
  }
  /* line 4658, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .examMap {
    padding-bottom: 10px;
  }
  /* line 4660, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .examMap iframe {
    max-width: 100%;
    height: 150px;
  }
  /* line 4665, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .usageBox {
    width: auto;
    margin-top: 25px;
    margin-left: 13px;
    margin-right: 13px;
  }
  /* line 4670, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .usageBox.floatleft, .partsBoxPostContent .postContent .usageBox.floatright {
    float: none;
  }
  /* line 4677, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .accordionbox .accordionTop .thumb {
    width: 25%;
    vertical-align: top;
  }
  /* line 4681, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .accordionbox .accordionTop .contents {
    vertical-align: top;
  }
  /* line 4686, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .accordionbox .toggle .profbox {
    padding: 8px;
  }
  /* line 4688, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .accordionbox .toggle .profbox table {
    display: block;
  }
  /* line 4690, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .accordionbox .toggle .profbox table tbody {
    display: block;
  }
  /* line 4693, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .accordionbox .toggle .profbox table tr {
    margin-bottom: 10px;
  }
  /* line 4696, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .accordionbox .toggle .profbox table tr,
  .partsBoxPostContent .postContent .accordionbox .toggle .profbox table th,
  .partsBoxPostContent .postContent .accordionbox .toggle .profbox table td {
    display: block;
    width: 100%;
  }
  /* line 4702, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .accordionbox .toggle .profbox table td {
    padding-right: 0;
  }
  /* line 4708, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .accordionbox .toggleBtnBox {
    margin-top: 0 !important;
  }
  /* line 4712, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .profbox {
    padding: 8px;
  }
  /* line 4714, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .profbox table {
    display: block;
  }
  /* line 4716, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .profbox table tbody {
    display: block;
  }
  /* line 4719, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .profbox table tr {
    margin-bottom: 10px;
  }
  /* line 4722, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .profbox table tr,
  .partsBoxPostContent .postContent .profbox table th,
  .partsBoxPostContent .postContent .profbox table td {
    display: block;
    width: 100%;
  }
  /* line 4728, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .profbox table td {
    padding-right: 0;
  }
  /* line 4732, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .profbox .profimgbox {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 4737, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .profbox .profimgbox img {
    margin-right: 0;
  }
  /* line 4741, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .postContent .profbox .proftable {
    padding-left: 0;
  }

  /* line 4751, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxAccordion .partsBoxInner .partsBoxTitle h3 {
    padding: 10px 95px 10px 15px;
  }
  /* line 4754, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxAccordion .partsBoxInner .partsBoxTitle .toggleBtn {
    top: 26px;
    right: 15px;
  }

  /* line 4763, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .mapBox .partsBoxLeft,
  .mapBox .partsBoxRight {
    float: none;
    width: 100%;
  }
  /* line 4768, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .mapBox .partsBoxRight {
    margin-bottom: 25px;
  }
  /* line 4774, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .mapBox .partsBoxAreaList .partsBoxIndex dt {
    max-width: 90px;
  }
  /* line 4777, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .mapBox .partsBoxAreaList .partsBoxIndex dd {
    width: 80%;
  }

  /* line 4786, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex .closeBtn {
    top: 10px;
    right: 10px;
  }
  /* line 4790, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex h3 {
    margin-top: 42px;
  }
  /* line 4793, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex .hoverIndexInner {
    padding: 10px;
  }
  /* line 4796, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex .listBox {
    overflow-x: scroll;
  }
  /* line 4799, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex table {
    max-width: 690px;
  }
  /* line 4802, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex table thead {
    background: rgba(220, 241, 247, 0.4);
  }
  /* line 4804, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex table thead th {
    font-size: 13px;
  }
  /* line 4806, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex table thead th.type4, #js-tmpHoverBox .hoverIndex table thead th.type5 {
    width: 170px;
  }
  /* line 4811, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex .scrollTableWrap {
    position: relative;
  }
  /* line 4813, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #js-tmpHoverBox .hoverIndex .scrollTableWrap::after {
    content: '右にスワイプ >';
    display: block;
    border-radius: 2px 0 0 2px;
    background: rgba(28, 163, 206, 0.63);
    position: absolute;
    top: 1px;
    right: 1px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
  }

  /* line 4832, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBorderBoxInfo .sideBoxInner {
    padding: 15px 10px;
  }

  /* line 4839, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header,
  body.fixedNav #header {
    background-color: rgba(248, 246, 231, 0.92);
    border-bottom: 7px solid rgba(28, 163, 206, 0.7);
  }
  /* line 4842, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header #tagline,
  body.fixedNav #header #tagline {
    display: none;
  }
  /* line 4846, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header.type-top .dropdownBox,
  body.fixedNav #header.type-top .dropdownBox {
    display: none;
  }
  /* line 4850, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header .logo,
  body.fixedNav #header .logo {
    display: none;
  }
  /* line 4853, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header.type-subtop .commonInner .headerNavi,
  body.setFixed #header .headerNavi,
  body.fixedNav #header.type-subtop .commonInner .headerNavi,
  body.fixedNav #header .headerNavi {
    margin-bottom: 0;
    clear: none;
    width: auto;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
  }
  /* line 4861, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header.type-subtop .commonInner .headerNavi ul,
  body.setFixed #header .headerNavi ul,
  body.fixedNav #header.type-subtop .commonInner .headerNavi ul,
  body.fixedNav #header .headerNavi ul {
    display: block;
  }
  /* line 4864, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header.type-subtop .commonInner .headerNavi li,
  body.setFixed #header .headerNavi li,
  body.fixedNav #header.type-subtop .commonInner .headerNavi li,
  body.fixedNav #header .headerNavi li {
    display: none;
  }
  /* line 4865, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header.type-subtop .commonInner .headerNavi .current-menu-item,
  body.setFixed #header .headerNavi .current-menu-item,
  body.fixedNav #header.type-subtop .commonInner .headerNavi .current-menu-item,
  body.fixedNav #header .headerNavi .current-menu-item {
    width: auto;
    display: block;
  }
  /* line 4868, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header.type-subtop .commonInner .headerNavi .current-menu-item a,
  body.setFixed #header .headerNavi .current-menu-item a,
  body.fixedNav #header.type-subtop .commonInner .headerNavi .current-menu-item a,
  body.fixedNav #header .headerNavi .current-menu-item a {
    line-height: 36px;
    padding: 0 10px !important;
  }
  /* line 4874, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header .fixedLogo,
  body.fixedNav #header .fixedLogo {
    margin-top: 5px;
    position: static;
    float: left;
    height: auto;
    max-width: 60%;
    max-height: 36px;
    bottom: auto;
    top: 5px;
  }
  /* line 4883, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed #header .fixedLogo img,
  body.fixedNav #header .fixedLogo img {
    max-height: 36px;
  }
  /* line 4892, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  body.setFixed .bus #header .headerNavi .current-menu-item,
  body.setFixed .keytouch #header .headerNavi .current-menu-item,
  body.fixedNav .bus #header .headerNavi .current-menu-item,
  body.fixedNav .keytouch #header .headerNavi .current-menu-item {
    display: none !important;
  }

  /* line 4900, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .menuToggleBtn_header {
    display: none !important;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(https://links.kentei.ne.jp/assets/menuBtnBg-dbfe9ed4d88620769c214cf317bdd3ab34f8627e1f664e765776fb6a613c5c1c.png) no-repeat center center #1ca3ce;
    border-radius: 4px;
    z-index: 5;
    position: absolute;
    top: 15px;
    right: 5px;
  }

  /* line 4913, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .type-subtop .menuToggleBtn_header {
    top: 23px;
  }

  /* line 4918, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .menuToggleBtn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(https://links.kentei.ne.jp/assets/menuBtnBg_examrefer-dbfe9ed4d88620769c214cf317bdd3ab34f8627e1f664e765776fb6a613c5c1c.png) no-repeat center center rgba(28, 163, 206, 0.7);
    position: fixed;
    top: auto;
    bottom: 60px;
    right: 0px;
    margin-right: 20px;
    border-radius: 4px;
    z-index: 5;
    -moz-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  /* line 4932, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .menuToggleBtn:hover {
    opacity: 0.85;
  }

  /* line 4936, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  html.mm-right.mm-opening .mm-slideout.menutogglebtn {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  /* line 4945, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .mm-opened.mm-opening .menutogglebtn {
    right: 460px;
    margin-right: 0;
    -moz-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }

  /* line 4953, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxImg {
    text-align: center;
  }
  /* line 4955, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxImg .sideBoxAdBox,
  .sideBoxImg .widget_text {
    display: inline-block;
    max-width: 46%;
    margin: 0 1%;
  }
  /* line 4960, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideBoxImg .sideBoxAdBox img,
  .sideBoxImg .widget_text img {
    width: 140px;
    height: auto;
  }

  /* line 4969, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTxtThumb {
    display: none;
  }
  /* line 4972, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTxtContents {
    padding: 10px;
  }
  /* line 4975, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideLeft {
    height: auto;
  }
  /* line 4978, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideRight {
    position: absolute;
    height: 100%;
    right: 0;
  }
  /* line 4983, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideComment {
    font-size: 14px;
  }
  /* line 4986, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideNum {
    margin-bottom: 5px;
  }
  /* line 4989, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTitle {
    margin: 0 0 10px 0;
    border-bottom: 0 none;
  }
  /* line 4992, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTitle h3 {
    font-size: 20px;
    line-height: 26px;
  }
  /* line 4995, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTitle h3 span {
    display: inline;
    font-size: 13px;
  }
  /* line 5002, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideDescription p {
    font-size: 12px;
  }
  /* line 5007, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examDate .dateBox {
    font-size: 20px;
  }
  /* line 5009, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examDate .dateBox span {
    font-size: 14px;
  }
  /* line 5014, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examDate .weekBox span {
    height: 20px;
    width: 20px;
    line-height: 23px;
    font-size: 14px;
  }
  /* line 5022, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examTitle {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  /* line 5026, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examLink {
    position: static;
    padding-bottom: 10px;
  }
  /* line 5029, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examLink span {
    padding: 3px;
  }
  /* line 5034, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examLink,
  .slideTxtBox .slideInfo,
  .slideTxtBox .slideComment {
    display: none;
  }
  /* line 5043, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideTxtBoxNum2 .slideDescription {
    display: none;
  }

  /* line 5051, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .singleBokizaka .partsBoxPostContent .main_image {
    margin-bottom: 15px;
  }
  /* line 5054, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .singleBokizaka .partsBoxPostContent .postSubtitle {
    font-size: 17px;
    line-height: 28px;
  }
  /* line 5058, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .singleBokizaka .partsBoxPostContent .postTitle {
    padding: 15px;
    margin-bottom: 20px;
  }
  /* line 5067, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .singleBokizaka .partsBoxPostContent .postContent img {
    padding: 0;
    border: 1px solid #CCC;
  }

  /* line 5075, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .chara {
    right: 0;
    height: 206px;
    max-width: none;
    width: auto;
  }
  /* line 5081, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .partsBoxHead {
    margin-bottom: 0;
  }
  /* line 5084, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .partsBoxInner {
    padding-top: 10px;
  }

  /* line 5089, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .message143Wrap {
    padding: 15px;
  }
  /* line 5092, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .message143Wrap .postContent .chara2 {
    position: static;
    margin: 0 0 20px;
    float: none;
    width: auto;
    text-align: center;
  }
  /* line 5099, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .message143Wrap .postContent .postContentMsg {
    padding-right: 0;
  }
  /* line 5103, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .message143Wrap .postContent dl dt {
    float: none;
    width: auto;
  }
  /* line 5107, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .message143Wrap .postContent dl dd {
    padding-left: 0;
    margin-bottom: 10px;
  }
  /* line 5110, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .message143Wrap .postContent dl dd span {
    display: none;
  }

  /* line 5119, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #payment_form .form-group {
    display: block;
    border: 0 none;
    margin-bottom: 15px;
  }
  /* line 5123, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #payment_form .form-group .formLabel {
    float: none;
    width: auto;
    text-align: left;
    margin-bottom: 9px;
    display: block;
    border: 0 none;
    padding: 6px 10px;
    font-weight: bold;
  }
  /* line 5133, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #payment_form .form-group .formInputConfirm,
  #payment_form .form-group .formInput {
    padding-left: 0;
    display: block;
    border: 0 none;
    padding: 10px;
  }
  /* line 5140, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #payment_form .form-group .formInputConfirm {
    padding-top: 1px;
  }
  /* line 5143, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #payment_form .form-group .formInputInline {
    max-width: 47%;
  }
  /* line 5148, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #payment_form .formInputStore .formInputInline {
    width: auto;
    max-width: none;
    display: block;
    margin-right: 0;
  }

  /* line 5157, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #candidate_builder_phonetic_givenname,
  #candidate_builder_phonetic_sn,
  #candidate_builder_givenname,
  #candidate_builder_sn,
  #candidate_builder_city,
  #candidate_builder_zip,
  #candidate_builder_tel,
  #candidate_builder_birth_date {
    width: 100%;
    box-sizing: border-box;
  }

  /* line 5169, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #candidate_builder_credit_no,
  #candidate_builder_email,
  #candidate_builder_address {
    width: 100%;
    box-sizing: border-box;
  }

  /* line 5175, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #ozTabs {
    display: block;
  }
  /* line 5177, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #ozTabs .ozTab {
    font-size: 12px;
    padding: 5px 4px 3px;
    margin-right: 7px;
    line-height: 18px;
    display: none;
  }
  /* line 5183, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #ozTabs .ozTab.active {
    display: block;
    background: #e8e8e8;
    color: #333;
    margin-right: 0;
  }
  /* line 5189, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #ozTabs .ozTab:after, #ozTabs .ozTab:before {
    border-width: 14px;
    display: none;
  }
  /* line 5194, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #ozTabs .ozTab:after {
    right: -27px;
  }
  /* line 5197, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #ozTabs .ozTab:before {
    right: -26px;
  }

  /* line 5203, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .formTitle {
    padding: 10px;
  }
  /* line 5206, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .formTitle .formTitleInner:before {
    width: 100px;
    height: 76px;
  }
  /* line 5210, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .formTitle .formTitleInner:after {
    margin-top: 10px;
    width: 150px;
    height: 51px;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 5220, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .formTitle .formTitleInner h1,
  .partsBoxPostContent .formTitle .formTitleInner h2 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 100px;
  }
  /* line 5227, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .formTitle .formTitleInner h1 {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
  /* line 5232, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .formTitle .formTitleInner h2 {
    margin-bottom: 0;
    font-size: 16px;
  }
  /* line 5240, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .formTitle2 .formTitleInner:before {
    display: none;
  }
  /* line 5243, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .formTitle2 .formTitleInner:after {
    display: block;
  }
  /* line 5246, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxPostContent .formTitle2 .formTitleInner h1, .partsBoxPostContent .formTitle2 .formTitleInner h2 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 680px) and (max-width: 767px) {
  /* line 5256, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideLeft {
    padding-left: 10%;
    width: 36.4%;
  }
  /* line 5261, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideCal span {
    font-size: 38px;
  }
  /* line 5266, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideNum {
    font-size: 22px;
  }
  /* line 5270, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideTitle h3 {
    font-size: 35px;
    line-height: 35px;
  }
  /* line 5274, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideTitle span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 515px) and (max-width: 679px) {
  /* line 5283, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox::after {
    height: 5px;
  }
  /* line 5287, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideFlagL,
  .slideCountBox .slideFlagR {
    width: 19%;
  }
  /* line 5291, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideLeft {
    width: 35%;
    padding-left: 9.7%;
    padding-top: 9.5%;
  }
  /* line 5296, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideCal {
    width: 21%;
  }
  /* line 5298, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideCal span {
    font-size: 20px;
    line-height: 20px;
    top: auto;
    bottom: 17%;
  }
  /* line 5306, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideCal span {
    font-size: 29px;
    line-height: 29px;
  }
  /* line 5312, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideNum {
    font-size: 11px;
    width: 53px;
    margin-bottom: 8px;
  }
  /* line 5318, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideTitle h3 {
    font-size: 24px;
    line-height: 24px;
  }
  /* line 5322, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideTitle span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 514px) {
  /* line 5331, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .sideCol {
    display: none;
  }

  /* line 5332, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .minmobile {
    display: block;
  }

  /* line 5335, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .mm-opened.mm-opening .menuToggleBtn {
    right: 80%;
    margin-right: 0;
  }

  /* line 5342, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView {
    padding: 0;
  }
  /* line 5345, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg {
    margin-right: -2%;
  }
  /* line 5347, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg .topImgList {
    max-width: 47%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  /* line 5351, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg .topImgList:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 5360, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header .commonInner {
    position: relative;
  }
  /* line 5364, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .dropdownBox {
    display: none;
  }
  /* line 5367, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .logo {
    padding-top: 17px;
    width: auto;
  }
  /* line 5370, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .logo h1, #header.type-top .logo h2 {
    padding-right: 50px;
  }
  /* line 5372, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-top .logo h1 a, #header.type-top .logo h2 a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
  /* line 5380, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .logo {
    padding-top: 27px;
    padding-bottom: 6px;
  }
  /* line 5383, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .logo h1, #header.type-subtop .logo h2 {
    padding-right: 50px;
  }
  /* line 5385, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .logo h1 a, #header.type-subtop .logo h2 a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
  /* line 5391, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .headinfo {
    position: static;
    float: left;
  }
  /* line 5394, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .headinfo #tagline {
    max-width: none;
  }
  /* line 5401, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-pcchild .pclist, #header.type-pc .pclist {
    padding-bottom: 6px;
    position: static;
  }

  /*
  #wrapper {
  	&.bus {
  		#header {
  			.fixedLogo {
  				width:20%;
  			}
  		}
  	}
  }
  */
  /* line 5420, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .mapBox .partsBoxAreaList .partsBoxIndex dd {
    width: 72%;
  }

  /* line 5425, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
  /* line 5428, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner .partsBoxIndex {
    width: 45%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  /* line 5432, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner .partsBoxIndex:nth-of-type(3n) {
    margin-right: 0.5%;
  }
  /* line 5435, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner .partsBoxIndex:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 5438, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner .partsBoxIndex.partsBoxIndexPc {
    clear: both;
    width: auto;
    float: none;
  }

  /* line 5447, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiListRevision .partsBoxInner {
    margin-right: 0;
    margin-left: -0.5%;
  }
  /* line 5450, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex {
    margin-right: 0 !important;
    margin-left: 0.5% !important;
    width: 49.5% !important;
  }
  /* line 5454, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 5457, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxTitle h3 a {
    font-size: 14px;
  }

  /* line 5466, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .home .partsBoxArtIndex .partsBoxIndex {
    display: none;
  }
  /* line 5468, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .home .partsBoxArtIndex .partsBoxIndex:nth-of-type(1), .home .partsBoxArtIndex .partsBoxIndex:nth-of-type(2), .home .partsBoxArtIndex .partsBoxIndex:nth-of-type(3) {
    display: block;
  }
  /* line 5475, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .home .partsBoxTopShikaku,
  .home .partsBoxTopInterview,
  .home .partsBoxTopPapamama,
  .home .partsBoxTopDiary {
    float: none;
    width: auto;
    margin-right: 0;
  }

  /* line 5487, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .page #wrapper:not(.news) .partsBoxArtIndex .partsBoxIndex {
    display: none;
  }
  /* line 5489, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .page #wrapper:not(.news) .partsBoxArtIndex .partsBoxIndex:nth-of-type(1), .page #wrapper:not(.news) .partsBoxArtIndex .partsBoxIndex:nth-of-type(2), .page #wrapper:not(.news) .partsBoxArtIndex .partsBoxIndex:nth-of-type(3) {
    display: block;
  }

  /* line 5504, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxTopShikaku .partsBoxIndex,
  .partsBoxTopInterview .partsBoxIndex,
  .partsBoxTopPapamama .partsBoxIndex,
  .partsBoxTopDiary .partsBoxIndex,
  .partsBoxColumnIndex .partsBoxIndex {
    float: none;
    width: auto;
    max-width: none;
    margin-right: 0;
  }
  /* line 5509, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxTopShikaku .partsBoxIndex .partsBoxThumb,
  .partsBoxTopInterview .partsBoxIndex .partsBoxThumb,
  .partsBoxTopPapamama .partsBoxIndex .partsBoxThumb,
  .partsBoxTopDiary .partsBoxIndex .partsBoxThumb,
  .partsBoxColumnIndex .partsBoxIndex .partsBoxThumb {
    width: 25%;
  }
  /* line 5512, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxTopShikaku .partsBoxIndex .partsBoxContents,
  .partsBoxTopInterview .partsBoxIndex .partsBoxContents,
  .partsBoxTopPapamama .partsBoxIndex .partsBoxContents,
  .partsBoxTopDiary .partsBoxIndex .partsBoxContents,
  .partsBoxColumnIndex .partsBoxIndex .partsBoxContents {
    padding-left: 30%;
  }

  /* line 5519, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footer .footerInfo {
    text-align: left;
  }
  /* line 5521, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footer .footerInfo .infoContents {
    text-align: left;
  }
  /* line 5523, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footer .footerInfo .infoContents .phonenum {
    font-size: 20px;
    line-height: 30px;
  }
  /* line 5527, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #footer .footerInfo .infoContents .times {
    font-size: 12px;
  }

  /* line 5536, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideColorBlue {
    background-color: #0a4ebe;
  }
  /* line 5539, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideColorOrange {
    background-color: #f56a3c;
  }
  /* line 5542, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideColorGreen {
    background-color: #2dbb07;
  }
  /* line 5545, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideColorPink {
    background-color: #ff6e9a;
  }
  /* line 5548, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideColorCyan {
    background-color: #4fbab6;
  }
  /* line 5551, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideLeft {
    float: none;
    width: 100%;
    height: auto;
    background: #FFF;
  }
  /* line 5557, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideRight {
    float: none;
    width: 100%;
    height: auto;
    position: static;
  }
  /* line 5563, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideNum {
    font-size: 12px;
    margin-right: 5px;
  }
  /* line 5567, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTxtContents {
    padding: 5px 5px 0;
  }
  /* line 5570, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideRight {
    padding: 0 5px;
  }
  /* line 5573, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examLink,
  .slideTxtBox .slideInfo,
  .slideTxtBox .slideDescription,
  .slideTxtBox .slideComment {
    display: none;
  }
  /* line 5579, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTitle {
    margin-bottom: 0;
    border-bottom: 0 none;
    padding-bottom: 0;
  }
  /* line 5583, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTitle h3 {
    font-size: 14px;
  }
  /* line 5587, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examDate,
  .slideTxtBox .examTitle {
    display: inline-block;
  }
  /* line 5592, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examDate .dateBox {
    font-size: 16px;
  }
  /* line 52, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideTxtBoxNum2 .slideTxtContents::after {
    clear: both;
    display: block;
    content: '';
  }
  /* line 5601, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideTxtBoxNum2 .slideNum {
    clear: both;
  }
  /* line 5604, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideTxtBoxNum2 .slideTitle {
    float: left;
    clear: none;
  }

  /* line 5612, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtLink {
    padding: 0 9.4%;
  }
  /* line 5615, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtLinkInner {
    max-width: 252px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  /* line 5622, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox::after {
    height: 5px;
  }
  /* line 5625, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideFlagL,
  .slideCountBox .slideFlagR {
    width: 19%;
  }
  /* line 5629, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideLeft {
    width: 41%;
    padding-left: 0;
    padding-top: 10%;
    top: 0;
    position: absolute;
  }
  /* line 5636, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideCal {
    width: 26%;
    top: 0;
    padding-top: 10%;
    right: 30%;
  }
  /* line 5641, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideCal span {
    font-size: 20px;
    line-height: 20px;
    top: auto;
    bottom: 17%;
  }
  /* line 5648, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtThumb {
    padding-right: 0;
    width: 27%;
    height: 100%;
    box-sizing: border-box;
  }
  /* line 5655, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideNum {
    font-size: 11px;
    width: 53px;
    margin-bottom: 8px;
  }
  /* line 5661, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideTitle h3 {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 5665, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideTitle span {
    font-size: 12px;
  }

  /* line 5672, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .chara {
    height: auto;
    width: 50%;
    z-index: 0;
    bottom: auto;
    top: 0;
  }
  /* line 5679, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .spacer {
    padding-top: 43%;
  }
  /* line 5682, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .poswrapper {
    position: relative;
  }
  /* line 5685, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .cmark {
    position: static !important;
  }
  /* line 5689, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .partsBoxInner {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 5698, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .partsBoxIndex {
    padding-right: 55%;
  }
  /* line 5700, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .partsBoxIndex .partsBoxCat {
    max-width: 100%;
  }
  /* line 5703, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxArtIndexRevision .partsBoxIndex .partsBoxTitle {
    padding-right: 0;
  }

  /*
  .partsBoxArtIndexRevision {
  	padding-top: 12px;
  	.chara {
  		right: 0;
  		height: 80px;
  		max-width: none;
  		width: auto;
  		top: -26px;
  		bottom: auto;
  	}
  	.cmark {
  		bottom: auto!important;
  		top: 56px!important;
  		font-size: 10px;
  	}
  	.partsBoxHead {
  		margin-bottom: 0;
  	}
  	.partsBoxInner {
  		padding-top: 18px;
  		position: relative;
  		margin-right: 0;
  		padding-right: 0;
  		overflow: visible;
  		height: auto;
  	}
  	.partsBoxIndex .partsBoxTitle {
  		padding-right: 0;
  	}
  	.partsBoxDate {
  		margin-left: 0;
  		clear: both;
  		padding-top: 5px;
  		font-size: 12px;
  	}
  }
  */
  /* line 5748, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox {
    position: relative;
  }
  /* line 5752, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox .revisionInfoHead .revisionInfoHeadInner span {
    display: block;
    padding: 0;
  }
  /* line 5758, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox .revisionInfo {
    float: none;
    width: auto;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    margin-top: -1px;
  }
  /* line 5765, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox .revisionInfo .revisionInfoInner {
    border: 1px solid #3bc4a6;
  }
  /* line 5768, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox .revisionInfo .revisionInfoBody {
    font-size: 13px;
    line-height: 35px;
  }
  /* line 5776, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox .revisionInfo .revisionInfoBodyLeft,
  .revisionCharabox .revisionInfo .revisionInfoBodyRight {
    height: auto;
  }
  /* line 5780, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox .revisionInfo .revisionInfoBodyLeftInner,
  .revisionCharabox .revisionInfo .revisionInfoBodyRightInner {
    padding: 9px 0 6px 23px;
  }
  /* line 5785, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox .revisionImg {
    float: none;
    width: auto;
    text-align: center;
    margin-top: -1px;
  }
  /* line 5790, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox .revisionImg .revisionImgInner {
    height: auto;
  }
}
/* for pc */
/* ======================================================= */
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 5800, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .pcdevice {
    display: none;
  }

  /* line 5801, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .mobile {
    display: block;
  }

  /* line 5803, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header,
  #mainNav,
  #mainView,
  #container,
  #footer {
    width: 100%;
    min-width: 0;
  }

  /* line 5811, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .commonOuter {
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 5816, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #sideCol {
    width: 25%;
  }

  /* line 5819, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainCol {
    width: 73%;
    padding-right: 0;
  }

  /* line 5826, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg {
    margin-right: -0.5%;
  }
  /* line 5828, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg .topImgList {
    margin-right: 0.5%;
    width: 24%;
  }
  /* line 5835, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-subtop .slick-prev {
    left: 16px;
  }
  /* line 5838, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-subtop .slick-next {
    right: 16px;
  }

  /* line 5844, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxTopDiary,
  .partsBoxTopInterview {
    width: 49%;
    max-width: 326px;
  }

  /* line 5855, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiList .partsBoxInner .partsBoxIndex .partsBoxLi li.col2 {
    width: 49%;
    margin-right: 2%;
  }

  /* line 5865, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #pankuzu {
    height: 22px;
  }

  /* line 5869, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header .commonOuter {
    padding-bottom: 0;
  }
  /* line 5873, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #header.type-subtop .logo {
    max-width: 50%;
  }

  /* line 5882, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #container {
    padding-top: 15px;
  }
}
/* for pc only */
/* ======================================================= */
@media only screen and (min-width: 768px) {
  /* line 5891, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .revisionCharabox .revisionInfoHead {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 5900, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 5903, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxTitle {
    margin-top: 0;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  /* line 5907, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxTitle h3 a {
    border-bottom: 4px solid #05607D;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  /* line 5910, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxTitle h3 a:hover {
    background: #26B3E0;
    border-bottom-width: 0px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  /* line 5917, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .partsBoxKenteiListRevision .partsBoxInner .partsBoxIndex .partsBoxTitle:hover {
    margin-top: 4px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
/* for pc small */
/* ======================================================= */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  /* line 5931, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTxtThumb {
    width: 17%;
  }
  /* line 5934, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTxtContents {
    padding-left: 31%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 860px) {
  /* line 5942, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideLeft {
    padding-left: 10%;
    width: 36.4%;
  }
  /* line 5947, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideNum {
    font-size: 22px;
  }
  /* line 5951, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideTitle h3 {
    font-size: 40px;
  }
  /* line 5954, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideCountBox .slideTxtContents .slideTitle span {
    font-size: 22px;
  }

  /* line 5960, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView {
    padding: 0;
  }
  /* line 5963, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxTopImg {
    margin-bottom: 10px;
  }
  /* line 5966, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg {
    margin-right: -1%;
  }
  /* line 5968, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg .topImgList {
    max-width: 24%;
    margin-right: 0.5%;
    margin-bottom: 5px;
  }
  /* line 5972, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-top .partsBoxListImg .topImgList:nth-of-type(2n+1) {
    clear: none;
  }
  /* line 5979, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-subtop .slick-prev {
    left: 16px;
  }
  /* line 5982, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  #mainView.type-subtop .slick-next {
    right: 16px;
  }

  /* line 5988, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTxtThumb {
    display: none;
  }
  /* line 5991, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTxtContents {
    padding: 25px;
  }
  /* line 5994, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideLeft {
    height: auto;
  }
  /* line 5997, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideRight {
    position: absolute;
    height: 100%;
    right: 0;
  }
  /* line 6002, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideComment {
    font-size: 14px;
  }
  /* line 6005, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideNum {
    margin-bottom: 5px;
  }
  /* line 6008, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTitle {
    margin: 0 0 10px 0;
    border-bottom: 0 none;
  }
  /* line 6011, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTitle h3 {
    font-size: 20px;
    line-height: 26px;
  }
  /* line 6014, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideTitle h3 span {
    display: inline;
    font-size: 13px;
  }
  /* line 6021, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideDescription p {
    font-size: 12px;
  }
  /* line 6026, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examDate .dateBox {
    font-size: 20px;
  }
  /* line 6028, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examDate .dateBox span {
    font-size: 14px;
  }
  /* line 6033, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examDate .weekBox span {
    height: 20px;
    width: 20px;
    line-height: 23px;
    font-size: 14px;
  }
  /* line 6041, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examTitle {
    padding-top: 25px;
    padding-bottom: 5px;
  }
  /* line 6045, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examLink {
    position: static;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  /* line 6049, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .examLink span {
    padding: 3px;
  }
  /* line 6054, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox .slideInfo {
    display: none;
  }
  /* line 6061, /opt/cci/links/app/assets/stylesheets/kentei/screen.scss */
  .slideTxtBox.slideTxtBoxNum2 .slideDescription {
    display: none;
  }
}
/* retina */
/* ======================================================= */
.ui-datepicker-calendar {
    display: none;
}
/*










 */
/* line 18, /opt/cci/links/app/assets/stylesheets/form.scss */
.field_with_errors,
.new_inquire,
.new_net_exam_request {
  display: inline;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *











 */


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #faebcc;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #fcf8e3;
    color: #4D3F23;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.bs-callout ul {
  list-style-position: outer;
  list-style-type: none;
  margin-left: 16px;
  font-size: 16px;
}

.bs-callout ul li:before {
  content: '◯';
  margin-left: -16px;
}
