/* Slider */

.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(//static.activo.jp/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(//static.activo.jp/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(//static.activo.jp/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(//static.activo.jp/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(//static.activo.jp/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(//static.activo.jp/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#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);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  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: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";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(//static.activo.jp/assets/material-icons-regular-6ef400218c049f35a1c5697d1149b55019994e21031c80fb615ebb4a0fb0fce1.woff2) format('woff2'),
       url(//static.activo.jp/assets/material-icons-regular-1bb8c10c81c7a88ca7d7d2629defc3b5df7cade804cfc7b9864eef62258c52b4.woff) format('woff');
}

/* Base class */
.material-icons,
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

/*



*/
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  text-decoration: none; /* original */
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: underline; /* original */
}

li {
  list-style: none;
} /* original */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  color: inherit;
}

button,
input[type=submit],
input[type=button] {
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
   # 変数定義
   # ================================================================= */
/* z-indexの定義
--------------------------------------------------------- */
/* # =================================================================
   # mixin
   # ================================================================= */
/* bookmarkボタンのオン、オフ切り替え
--------------------------------------------------------- */
/* ホバー時の文字色の変化等の効果
--------------------------------------------------------- */
/* メディアクエリ
--------------------------------------------------------- */
/* # =================================================================
   # clearfix
   # http://cssmojo.com/the-very-latest-clearfix-reloaded/
   # ================================================================= */
.clearFix:before,
.clearFix:after {
  content: " ";
  display: table;
}

.clearFix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearFix {
  *zoom: 1;
}

/* # =================================================================
   # common
   # ================================================================= */
body {
  color: #333;
  line-height: 1;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro", "小塚ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif \9 ;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif \0 ;
  background-color: #f0f0f0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 13px;
}

a {
  color: #333;
}

p,
blockquote {
  line-height: 1.6;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  border-radius: 5px;
}

a:hover img, a:hover div.backgroundImg {
  transition: all 0.3s ease;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* # =================================================================
   # input
   # ================================================================= */
input[type=text],
input[type=number],
input[type=url],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

input[type=text],
input[type=number],
input[type=url],
input[type=password],
input[type=tel],
input[type=email],
input[type=date] {
  height: 34px;
  padding: 0 5px;
}
input[type=text].isWide,
input[type=number].isWide,
input[type=url].isWide,
input[type=password].isWide,
input[type=tel].isWide,
input[type=email].isWide,
input[type=date].isWide {
  width: 100%;
}

input[type=checkbox], input[type=radio] {
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid #ccc;
}

input[type=radio] {
  border-radius: 50%;
}

textarea {
  min-height: 70px;
  padding: 5px;
  line-height: 1.6;
}

select {
  cursor: pointer;
  font-size: 12.5px;
  padding: 9px 25px 9px 10px;
  background: url(//static.activo.jp/assets/selectArrow-9dc9e0a1e1154f9ac57aec65b1bc1f8b0f5b4030fc874df860d21f9f079acf5d.png) 95% no-repeat;
  background: url(//static.activo.jp/assets/selectArrow-9dc9e0a1e1154f9ac57aec65b1bc1f8b0f5b4030fc874df860d21f9f079acf5d.png) calc(100% - 10px) no-repeat;
}
select.isGreen {
  background: url(//static.activo.jp/assets/selectArrowGreen-e85a6dc0389f8c0fb97549f40c0ee3cf90cf07e95fcede28a1019b4eff544809.png) 95% no-repeat;
  background: url(//static.activo.jp/assets/selectArrowGreen-e85a6dc0389f8c0fb97549f40c0ee3cf90cf07e95fcede28a1019b4eff544809.png) calc(100% - 10px) no-repeat;
}
select.isWide {
  width: 100%;
}
select.isTall {
  padding-top: 14px;
  padding-bottom: 14px;
}

label {
  display: inline-block;
}

.close-modal {
  display: none;
}

:disabled {
  cursor: not-allowed;
}

/* input - validates
ユーザーがsubmitを行った際にJSでformに「isError」classを付与すると、
フォームのcssに下記のcssが適用される。
--------------------------------------------------------- */
form.isError input:invalid, form.isError textarea.invalid {
  box-shadow: 0 0 5px 2px #c32e1d;
}

/* # =================================================================
   # utils
   # ================================================================= */
.u_anchorHasUnderLineZone a:not(.p_btn) {
  text-decoration: underline !important;
}

.u_longString {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.u_center {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.u_flexCenter {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.u_width50p {
  width: 50% !important;
}

.u_width80p {
  width: 80% !important;
}

.u_width100p {
  width: 100% !important;
}

.u_pad0 {
  padding: 0 !important;
}

.u_pad10 {
  padding: 10px !important;
}

.u_pad20 {
  padding: 20px !important;
}

.u_padTop90 {
  padding-top: 90px !important;
}

.u_padTop0 {
  padding-top: 0px !important;
}

.u_padTop10 {
  padding-top: 10px !important;
}

.u_padTop20 {
  padding-top: 20px !important;
}

.u_padBottom20 {
  padding-bottom: 20px !important;
}

.u_padBottom0 {
  padding-bottom: 0px !important;
}

.u_padLeft0 {
  padding-left: 0px !important;
}

.u_padRight0 {
  padding-right: 0px !important;
}

.u_mar0 {
  margin: 0px !important;
}

.u_mar10 {
  margin: 10px !important;
}

.u_mar20 {
  margin: 20px !important;
}

.u_marTop0 {
  margin-top: 0px !important;
}

.u_marTop5 {
  margin-top: 5px !important;
}

.u_marTop10 {
  margin-top: 10px !important;
}

.u_marTop12 {
  margin-top: 12px !important;
}

.u_marTop15 {
  margin-top: 15px !important;
}

.u_marTop18 {
  margin-top: 18px !important;
}

.u_marTop20 {
  margin-top: 20px !important;
}

.u_marTop24 {
  margin-top: 24px !important;
}

.u_marTop30 {
  margin-top: 30px !important;
}

.u_marTop40 {
  margin-top: 40px !important;
}

.u_marBottom24, .u_marBtm24 {
  margin-bottom: 24px !important;
}

.u_marBottom20, .u_marBtm20 {
  margin-bottom: 20px !important;
}

.u_marBottom15, .u_marBtm15 {
  margin-bottom: 15px !important;
}

.u_marBottom10, .u_marBtm10 {
  margin-bottom: 10px !important;
}

.u_marBottom5, .u_marBtm5 {
  margin-bottom: 5px !important;
}

.u_marBottom0, .u_marBtm0 {
  margin-bottom: 0px !important;
}

.u_marRight0 {
  margin-right: 0px !important;
}

.u_marRight5 {
  margin-right: 5px !important;
}

.u_marLeft4 {
  margin-left: 4px !important;
}

.u_marLeft5 {
  margin-left: 5px !important;
}

.u_marLeft10 {
  margin-left: 10px !important;
}

.u_marLeft32 {
  margin-left: 32px !important;
}

.u_marLeft20 {
  margin-left: 20px !important;
}

.u_disBlock {
  display: block !important;
}

.u_disNone {
  display: none !important;
}

.u_font10 {
  font-size: 10px !important;
}

.u_font11 {
  font-size: 11px !important;
}

.u_font12 {
  font-size: 12px !important;
}

.u_fontM {
  font-size: 13px !important;
}

.u_font14 {
  font-size: 14px !important;
}

.u_font15 {
  font-size: 15px !important;
}

.u_font16 {
  font-size: 16px !important;
}

.u_font17 {
  font-size: 17px !important;
}

.u_font18 {
  font-size: 18px !important;
}

.u_font19 {
  font-size: 19px !important;
}

.u_font20 {
  font-size: 20px !important;
}

.u_defaultLineHeight {
  line-height: 1.5em !important;
}

.u_alignLeft {
  text-align: left !important;
}

.u_alignRight {
  text-align: right !important;
}

.u_disTable {
  display: table !important;
}

.u_disInlineBlock {
  display: inline-block !important;
}

.u_disInline {
  display: inline !important;
}

.u_disFlex {
  display: flex !important;
}

.u_floatL {
  float: left !important;
}

.u_floatR {
  float: right !important;
}

.u_textAlignL {
  text-align: left;
}

.u_textAlignR {
  text-align: right;
}

.u_bgWhite {
  background-color: #fff !important;
}

.u_textColor {
  color: #333 !important;
}

.u_mainColor {
  color: #60c31d !important;
}

.u_linkMainColorZone a {
  color: #60c31d !important;
}

.u_accentColor {
  color: #ff8945 !important;
}

.u_greyText {
  color: #6c6b6b !important;
}

.u_darkenErrorColor {
  color: #DC3545 !important;
}

.u_fwNormal {
  font-weight: normal !important;
}

.u_fwBold {
  font-weight: bold !important;
}

.u_textDecoUnderLine, .u_underLine {
  text-decoration: underline !important;
}

.u_visiHidden {
  visibility: hidden !important;
}

.u_pointer {
  cursor: pointer;
}

.u_listDisc {
  list-style-type: disc;
}

.u_disableLink {
  pointer-events: none !important;
  cursor: not-allowed;
}
.u_disableLink * {
  pointer-events: none !important;
  cursor: not-allowed;
}

.u_disable {
  cursor: not-allowed;
}
.u_disable * {
  cursor: not-allowed;
}

.u_baloonBottom {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.u_baloonBottom :before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  z-index: 0;
}
.u_baloonBottom :after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  z-index: -1;
}

.u_radius100 {
  border-radius: 100%;
}

.u_radius4 {
  border-radius: 4px;
}

.u_border, .u_hasBorder {
  border: 1px solid #ccc;
}

body.pc .u_spOnly {
  display: none;
}

body.sp .u_pcOnly {
  display: none;
}

.p_adZone {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  overflow: hidden;
  background-color: #f0f0f0;
  background-image: linear-gradient(to top right, #fff 0, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
  background-size: 6px 6px;
  background-repeat: repeat;
}
.p_adZone ins:not(:first-of-type),
.p_adZone .fluct_async_unit:not(:first-of-type) {
  margin-left: 20px !important;
}
.p_adZone > .adPcMainRec {
  display: inline-block;
}
.p_adZone > .adPcMainRec + .adPcMainRec {
  margin-left: 20px;
}
.p_adZone.isDevelopMode ins {
  background: #ccc !important;
}
.p_adZone img {
  border-radius: 0;
}
.p_adZone.hasMargin {
  padding: 0 10px;
}
.p_adZone.isSmallMarginB {
  margin-bottom: 10px !important;
}
.p_adZone.infeed {
  background: none;
}
.p_adZone .fluct_async_unit {
  display: inline-block;
}
.p_adZone.notHasMarginBottom {
  margin-bottom: 0;
}
.p_adZone.adPcMain {
  width: 740px;
  min-height: 90px;
}
.p_adZone.adPcSide {
  min-height: 250px;
}
.p_adZone.adPcFeed {
  width: 740px;
  min-height: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.p_adZone .adPcMainRec {
  height: 280px;
}
.p_adZone[id^=div-gpt-ad-activo_sp] {
  min-height: 314px;
}
.p_adZone[id^=div-gpt-ad-activo_sp][data-google-query-id] {
  min-height: initial;
}
.p_adZone[id^=div-gpt-ad-activo_sp].adSpFeed {
  min-height: 314px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.p_adZone[id^=div-gpt-ad-activo_sp_job_], .p_adZone[id^=div-gpt-ad-activo_pc_job_] {
  min-height: initial;
}

.p_adSpOverlay {
  background: gray;
  position: fixed;
  top: 100%;
  right: 50%;
  width: 100%;
  -webkit-transform: translateX(50%) translateY(-100%);
          transform: translateX(50%) translateY(-100%);
}
.p_adSpOverlay .p_adZone {
  min-height: initial;
}
.p_adSpOverlay .jsAdOverlayRemoveButton {
  position: absolute;
  top: -30px;
  right: 0px;
  background: gray;
  width: 25px;
  height: 30px;
}
.p_adSpOverlay .jsAdOverlayRemoveButton span::before,
.p_adSpOverlay .jsAdOverlayRemoveButton span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: white;
}
.p_adSpOverlay .jsAdOverlayRemoveButton span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p_adSpOverlay .jsAdOverlayRemoveButton span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p_adSticky.is-sticky {
  position: fixed;
  top: 20px;
}

.google-auto-placed {
  margin: 15px auto;
}

.m_recommendBox .google-auto-placed,
.recommendBox .google-auto-placed,
.remarkableList .google-auto-placed,
.m_remarkableList .google-auto-placed,
.l_sideContent .l_childBox .google-auto-placed,
.l_wideContent .l_childBox .google-auto-placed,
header .google-auto-placed,
footer .google-auto-placed {
  display: none;
}

.p_ageGroupParameter {
  margin-left: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  padding-bottom: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p_ageGroupParameter::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_ageGroupParameter li {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #fff;
  background-size: cover;
}
.p_ageGroupParameter li span {
  display: inline-block;
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p_ageGroupParameter li.exists {
  background-image: url(//static.activo.jp/assets/age_group_parameter/age_group_exists-3d90c96a17aa5e16467c54de30fab46629647952ae67b18d98586fa609791103.png);
}
.p_ageGroupParameter li.many {
  background-image: url(//static.activo.jp/assets/age_group_parameter/age_group_many-1aa1abe8e183e7c34435a65a7d3bd04bb18c7808aacbeb364d002d0b55a5d76f.png);
}
.p_ageGroupParameter li.not_exists {
  background-image: url(//static.activo.jp/assets/age_group_parameter/age_group_not_exists-5b3a6f498f9a52a8e8d727915374551abeff389a9737573e8d76301a49e63c32.png);
}
.p_ageGroupParameter li.other {
  background-image: url(//static.activo.jp/assets/age_group_parameter/age_group_other-647c9ab0848ae0f30961d3ec248a73b4702e36b4fda6ac3d51d6abd67b5b4fa1.png);
}

/* =========================================================
 * aタグに関するcss
 * aタグそのものには何も付けない。一緒に付けるclassのみ
========================================================= */
a.hasULine {
  text-decoration: underline;
}
a.hasMainColor {
  color: #60c31d;
}

.p_bookmarkBehavior .bookmarkAdd {
  display: block;
}
.p_bookmarkBehavior .bookmarkRemove {
  display: none;
}
.p_bookmarkBehavior.isAdded .bookmarkAdd {
  display: none;
}
.p_bookmarkBehavior.isAdded .bookmarkRemove {
  display: block;
}

.p_bookmarkIconBtn .bookmarkAdd {
  display: block;
}
.p_bookmarkIconBtn .bookmarkRemove {
  display: none;
}
.p_bookmarkIconBtn.isAdded .bookmarkAdd {
  display: none;
}
.p_bookmarkIconBtn.isAdded .bookmarkRemove {
  display: block;
}
.p_bookmarkIconBtn a, .p_bookmarkIconBtn button {
  color: #b2bab3;
}
.p_bookmarkIconBtn a:hover, .p_bookmarkIconBtn button:hover {
  color: #f1c40f;
}
.p_bookmarkIconBtn .bookmarkAdd:before {
  content: "\f006";
  font-family: FontAwesome;
}
.p_bookmarkIconBtn .bookmarkRemove:before {
  content: "\f005";
  font-family: FontAwesome;
  color: #f1c40f;
}

.p_btn {
  padding: 10px 21px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.p_btn:hover {
  text-decoration: none;
}
.p_btn.isLarge {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 17px;
}
.p_btn.isSmall {
  padding: 10px;
  font-size: 12px;
}
.p_btn.isTextLarge {
  font-size: 17px !important;
}
.p_btn.isMain {
  color: #fff;
  background: #60c31d;
  border: 1px solid #60c31d;
}
.p_btn.isMain:hover {
  color: #60c31d;
  background: #fff;
}
.p_btn.isSub {
  color: #60c31d;
  background: #fff;
  border: 1px solid #60c31d;
}
.p_btn.isSub:hover {
  color: #fff;
  background: #60c31d;
}
.p_btn.isGreenGradient {
  background-image: linear-gradient(135deg, #60c31d, #9bc41d);
  color: #fff;
}
.p_btn.isGrey {
  background: #ebedef;
  color: #333;
  border: 1px solid #ddd;
}
.p_btn.isWhite {
  background: #fff;
}
.p_btn.isWide {
  width: 100%;
  text-align: center;
}
.p_btn.isTall {
  padding: 14px 21px;
}
.p_btn.isAccent {
  background: #ff8945;
  color: #fff;
  border: 1px solid #ff8945;
}
.p_btn.isAccent:hover {
  color: #ff8945;
  background: #fff;
}
.p_btn.isRedAccent {
  background: #ff3200;
  color: #fff;
  border: 1px solid #ff3200;
}
.p_btn.isRedAccent:hover {
  color: #ff3200;
  background: #fff;
}
.p_btn.isGreyAccent {
  background: gray;
  color: #fff;
  border: 1px solid gray;
}
.p_btn.isGreyAccent:hover {
  background: #fff;
  color: gray;
}
.p_btn.isFacebook {
  background: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
}
.p_btn.isTwitter {
  background: #55acee;
  color: #fff;
  border: 1px solid #55acee;
}
.p_btn.isBookmark {
  border: solid 1px #c4c4c4;
}
.p_btn.isBookmark i {
  color: #f1c40f;
  margin-right: 4px;
}
.p_btn.isFollowGroup {
  border: solid 1px #60c31d;
  color: #60c31d;
}
.p_btn.isPreview:before {
  content: "visibility";
  font-family: "Material Icons";
  font-size: 15px;
  vertical-align: sub;
  margin: -2px 5px -2px 0;
  display: inline-block;
}
.p_btn.isSupport {
  color: #fff;
  border: solid 1.5px #60c31d;
  position: relative;
}
.p_btn.isApply:before {
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 8px;
}
.p_btn.isEdit:before {
  content: "\f040";
  font-family: FontAwesome;
  margin-right: 8px;
}
.p_btn.isReSearch:before {
  content: "\f074";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 5px;
  display: inline-block;
}
.p_btn.isReSearch.isTop:before {
  display: none;
}
.p_btn.isExternalLink:after {
  font-family: FontAwesome;
  content: "\f08e";
  margin-left: 5px;
}
.p_btn.isChevronRight:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #fff;
  margin-left: 8px;
}
.p_btn.isChevronRight:hover:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #ff8945;
  background: #fff;
  margin-left: 8px;
}
.p_btn.isChevronLeft:before {
  content: "\f053";
  font-family: FontAwesome;
  color: #60c31d;
  margin-right: 8px;
}
.p_btn.isChevronLeft:hover:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #fff;
  background: #60c31d;
  margin-right: 8px;
}
.p_btn.isNoPadding {
  padding: 0;
}
.p_btn.isRound {
  border-radius: 20px;
}
.p_btn.isPrimary, .p_btn.isSecondary, .p_btn.isTertiary, .p_btn.isDanger {
  background: white;
  border: 1px solid transparent;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px !important;
  padding: 10px 20px !important;
  height: 34px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.p_btn.isPrimary:hover, .p_btn.isSecondary:hover, .p_btn.isTertiary:hover, .p_btn.isDanger:hover {
  background: #f7f7f7;
}
.p_btn.isPrimary {
  background: #60c31d;
  border-color: #60c31d;
  color: white;
}
.p_btn.isPrimary:hover {
  background: #50A318;
  border-color: #50A318;
}
.p_btn.isSecondary {
  border-color: #60c31d;
  color: #60c31d;
}
.p_btn.isSecondary:hover {
  background: #F4FFED;
}
.p_btn.isTertiary {
  border-color: gainsboro;
  color: #4e4e4e;
}
.p_btn.isTertiary:hover {
  background: whitesmoke;
}
.p_btn.isDanger {
  background: #DC3545;
  border-color: #DC3545;
  color: white;
}
.p_btn.isDanger:hover {
  background: #DC3545;
}

.p_btn.isDisable {
  color: rgba(0, 0, 0, 0.298039);
  border: 1px solid rgba(0, 0, 0, 0.298039);
  background: #e5e5e5;
  box-shadow: none;
  cursor: not-allowed;
}
.p_btn.isDisable:hover {
  color: rgba(0, 0, 0, 0.298039);
  border: 1px solid rgba(0, 0, 0, 0.298039);
  background: #e5e5e5;
  box-shadow: none;
  cursor: not-allowed;
}

.p_defaultThumbnail {
  width: 350px;
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 5px;
  background-image: url(//static.activo.jp/assets/article/articleDefaultThumbnail-15e95084cc0e9b51dcb8815f60b1a0de621bf6303e4e90af4db002c9b59d8466.png);
  background-size: cover;
  background-position: center;
}

.p_autocomplete {
  width: 300px;
  font-size: 1.1em;
}
.p_autocomplete .autocompleteItems {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  max-height: 350px;
  overflow: auto;
}
.p_autocomplete .autocompleteItems div {
  padding: 12px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.p_autocomplete .autocompleteItems div:hover {
  background-color: #e2e0e0;
}
.p_autocomplete .autocompleteActive {
  background-color: #e9e9e9 !important;
}

.p_flashBox {
  padding: 10px;
  width: 100%;
  font-weight: 800;
}
.p_flashBox.isError, .p_flashBox.isAlert {
  background: #ffe5e2;
  border: 1px solid #c32e1d;
}
.p_flashBox.isWarning {
  background: #fff7e7;
  border: 1px solid #c38a1d;
}
.p_flashBox.isNotice {
  background: #F4FFED;
  border: 1px solid #60c31d;
}
.p_flashBox a:not(.p_btn) {
  text-decoration: underline;
}
.p_flashBox.isNoticeAccent {
  background: #60c31d;
}
.p_flashBox.isNoticeAccent a, .p_flashBox.isNoticeAccent p {
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.messageForFirstAccess {
  background: #60c31d;
  padding: 6px 0;
  text-align: center;
  border: 2px solid #f0f0f0;
}
.messageForFirstAccess:hover {
  border: 2px solid #5D99FF;
}
.messageForFirstAccess .flashForCompany {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  color: white;
  text-decoration: underline !important;
}

.p_followBehavior .followAdd {
  display: inline-block;
  font-size: 14px;
}
.p_followBehavior .followRemove {
  display: none;
}
.p_followBehavior.isAdded .followAdd {
  display: none;
}
.p_followBehavior.isAdded .followRemove {
  display: inline-block;
}

.p_hoverDesc {
  display: inline-block;
  position: relative;
  padding: 3px 0;
  font-weight: normal;
  text-align: start;
}
.p_hoverDesc::before {
  content: "\f059";
  font-family: FontAwesome;
  color: #333;
  position: absolute;
  top: -8px;
  left: 8px;
}
.p_hoverDesc span {
  position: absolute;
  display: none;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #dddddd;
  left: 0;
  bottom: 17px;
  max-width: 360px;
  min-width: 300px;
  font-size: 12px;
  color: #333;
  z-index: 99;
  line-height: 1.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p_hoverDesc span::after {
  border-right: 12px solid #f9f9f9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 6px;
  bottom: -10px;
  content: "";
  rotate: 270deg;
  position: absolute;
}
.p_hoverDesc span::before {
  border-right: 12px solid #dddddd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 6px;
  bottom: -12px;
  content: "";
  rotate: 270deg;
  position: absolute;
}
.p_hoverDesc:hover span {
  display: inline;
}
.p_hoverDesc:hover span a {
  text-decoration: underline;
}
.p_hoverDesc.isRight span {
  left: 26px;
  bottom: -40px;
}
.p_hoverDesc.isRight span::before {
  left: -13px;
  bottom: 37px;
  rotate: none;
}
.p_hoverDesc.isRight span::after {
  left: -10px;
  bottom: 37px;
  rotate: none;
}

@font-face {
  font-family: "icomoon";
  src: url(//static.activo.jp/assets/icomoon2-5e54843a183c12b3b3ad0bbff80982ec31f3ed3cb54bc0a99044d97195662e9d.eot?w8lmu3);
  src: url(//static.activo.jp/assets/icomoon2-5e54843a183c12b3b3ad0bbff80982ec31f3ed3cb54bc0a99044d97195662e9d.eot?w8lmu3#iefix) format("embedded-opentype"), url(//static.activo.jp/assets/icomoon2-5e51151ae990e42532a3ac21c11c1f1b59104c3c01a3185fd9ce886953124293.ttf?w8lmu3) format("truetype"), url(//static.activo.jp/assets/icomoon2-7d64a96e7ed538b24f53d3d9194607085fb3b8ffd591ef28eb06edf73b188e0a.woff?w8lmu3) format("woff"), url(//static.activo.jp/assets/icomoon2-64fe26a4ebc3a6f4e4eb83fa23bfcb94c43f5aff5a6c80f73c6f032df17834ad.svg?w8lmu3#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock-line:before {
  content: "\e904";
}

.icon-user-line:before {
  content: "\e905";
}

.icon-flag-line:before {
  content: "\e902";
}

.icon-heart-line:before {
  content: "\e903";
}

/* =========================================================
 * 何度も使う可能性があるiconはcssで定義
 * 一度だけしか使わなさそうなものはfontawesomeのタグ等で実現するのも可
========================================================= */
/* ネクタイ、頻度など自作iconの設定
--------------------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url(//static.activo.jp/assets/icomoon-a438fb6a4cac8083a36981b8cc3936697038304a5c474b8db4f420fc79b75bd6.eot?mcyfg);
  src: url(//static.activo.jp/assets/icomoon-a438fb6a4cac8083a36981b8cc3936697038304a5c474b8db4f420fc79b75bd6.eot?mcyfg#iefix) format("embedded-opentype"), url(//static.activo.jp/assets/icomoon-1cde1ffb63853e59dd7462d725ff7a63b592c487975ed3a890a5e6dcab50f6e9.ttf?mcyfg) format("truetype"), url(//static.activo.jp/assets/icomoon-f0785fa73973dde54d07c2161d9565ad6aa6eb1bfdb7662cee1852fcebedbbd7.woff?mcyfg) format("woff"), url(//static.activo.jp/assets/icomoon-4b879b279b87b5285fd7d5a7544605436d6c6fa858da2b81230a6d80dc7870c1.svg?mcyfg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tie:before {
  content: "\e900";
}

.icon-frequent:before {
  content: "\e901";
}

/* css
--------------------------------------------------------- */
.p_icon {
  color: #6c6b6b;
}
.p_icon:before {
  font-family: FontAwesome;
  width: 1em;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
}
.p_icon.isGetFrequents:before, .p_icon.isJobTypes:before {
  font-family: "icomoon";
}
.p_icon.isUserName:before {
  content: "\f0c0";
}
.p_icon.isGetAreas:before {
  content: "\f041";
}
.p_icon.isGetPrices:before {
  content: "\f157";
}
.p_icon.isGetDatesOrTerms:before {
  content: "\f073";
}
.p_icon.isGetTermsOrPeriods:before {
  content: "\f073";
}
.p_icon.isGetFrequents:before {
  content: "\e901";
}
.p_icon.isGetMemberActivityDates:before {
  content: "\f073";
}
.p_icon.isCharitableGifts:before {
  content: "\f06b";
}
.p_icon.isJobTypes:before {
  content: "\e900";
}
.p_icon.isWorkingForms:before, .p_icon.isGetWorkingForms:before {
  content: "\f2b5";
}
.p_icon.isGenres:before {
  content: "\f024";
}
.p_icon.isHelp:before {
  content: "\f059";
}
.p_icon.isSource:before {
  content: "\f08e";
}
.p_icon.isUpdatedAt:before {
  content: "\f017";
}
.p_icon.isRight:before {
  content: "\f054";
}
.p_icon.isOrgType:before {
  content: "\f19c";
}
.p_icon.isArrowCircleRight:before {
  content: "\f0a9";
}
.p_icon.isClock:before {
  content: "\f017";
}
.p_icon.isDesktop:before {
  content: "\f108";
}
.p_icon.isYen:before {
  content: "\f157";
}
.p_icon.isQuote {
  color: #555555;
}
.p_icon.isQuote:before {
  content: "\f10e";
}
.p_icon.isGetPositionsAndTargets:before {
  content: "\f007";
}
.p_icon.isGetFundraisings:before {
  content: "\f004";
}

/* ---------------------------------------------------------
 PC
--------------------------------------------------------- */
body.pc ul.articleLabels.isSmall li {
  padding: 4px 10px;
}
body.pc .p_label {
  padding: 6px 12px;
}
body.pc .p_label.isSmall {
  padding: 4px 10px;
}

/* ---------------------------------------------------------
SP
--------------------------------------------------------- */
body.sp .p_label {
  font-size: 12px;
  padding: 5px 10px;
}
body.sp .p_label.updated_date {
  float: right;
}

/* ---------------------------------------------------------
共通
--------------------------------------------------------- */
.p_label {
  border-radius: 3px;
  display: inline-block;
}
.p_label.isMain {
  color: #60c31d;
  border: 1px solid #60c31d;
}
.p_label.isPromote {
  background: #ff8945;
  color: #fff;
  border: 1px solid #ff8945;
}
.p_label.isAccent, .p_label.isDeadLine {
  color: #ff8945;
  border: 1px solid #ff8945;
}
.p_label.isPR, .p_label.isIntroduction, .p_label.isGrey, .p_label.isImportant {
  background: #999;
  color: #fff;
  border: 1px solid #999;
}
.p_label.updated_date {
  color: #6c6b6b;
  font-size: 10px;
}

ul.articleLabels {
  margin-right: -10px;
  margin-bottom: -5px;
}
ul.articleLabels li {
  margin-right: 10px;
  margin-bottom: 5px;
}
ul.articleLabels.isBgTransparent .p_label.isMain {
  background: #60c31d;
  color: #fff;
}
ul.articleLabels.isBgTransparent .p_label.isAccent {
  background: rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.p_mapLink {
  color: #ff8945;
}

.p_overflowEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.p_actionButton.like form.button_to button {
  color: #e25d4b;
  font-size: 22px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
}
.p_actionButton.support {
  width: 25px;
  height: auto;
}
.p_actionButton.support img {
  width: 100%;
  height: auto;
}
.p_actionButton.isGrayScaled.like form.button_to button {
  color: #7b7b7b;
}
.p_actionButton.isSmall.like form.button_to button {
  font-size: 16px;
}
.p_actionButton.isSmall.support {
  width: 15px;
}

.p_required {
  font-size: 11px;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
}
.p_required.isTrue {
  background: #ff8945;
}
.p_required.isFalse {
  background: #999;
}

.p_showMore {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.p_showMore::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DEDEDE;
  position: absolute;
  top: 14px;
}
.p_showMore span {
  font-size: 11px;
  color: #828282;
  letter-spacing: 0.02em;
}
.p_showMore .showMoreIcon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  margin: 0 auto 2px;
  background: #60C31D;
  border-radius: 100%;
  color: #fff;
  position: relative;
}
.p_showMore.isOpen span {
  display: none;
}
.p_showMore.isOpen .showMoreIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  line-height: 30px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* SNSフォントアイコン読み込み
--------------------------------------------------------- */
@font-face {
  font-family: "LigatureSymbols";
  src: url(//static.activo.jp/assets/LigatureSymbols-2.11-37d72098aa07df7494c99a67f77705ab511d07520a06e22fba37360aa3fcc99f.eot);
  src: url(//static.activo.jp/assets/LigatureSymbols-2.11-37d72098aa07df7494c99a67f77705ab511d07520a06e22fba37360aa3fcc99f.eot?#iefix) format("embedded-opentype"), url(//static.activo.jp/assets/LigatureSymbols-2.11-ab5a938f65700707f296114aa7c3ac2cee482099ddb4b208097b368c6067273b.woff) format("woff"), url(//static.activo.jp/assets/LigatureSymbols-2.11-d4f8de566452cc1c6e87881c75e9fb2457f3644379fc56506a1ace4b4853418a.ttf) format("truetype"), url(//static.activo.jp/assets/LigatureSymbols-2.11-2253712fc5557e95da183aa3f946b9d19a719594a7c64a663392f1cdc246f6b9.svg#LigatureSymbols) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* css
--------------------------------------------------------- */
.p_snsIcon:before {
  font-family: "LigatureSymbols";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.p_snsIcon.isLine:before {
  content: "line";
}
.p_snsIcon.isTwitter:before {
  content: "twitter";
}
.p_snsIcon.isFacebook:before {
  font-family: FontAwesome !important;
  content: "\f09a";
}

.p_storyLikeBehavior .storyLikeAdd {
  display: block;
}
.p_storyLikeBehavior .storyLikeRemove {
  display: none;
}
.p_storyLikeBehavior .storyLikeRemove .fa.fa-heart {
  color: #e25d4b;
}
.p_storyLikeBehavior form.button_to {
  display: inherit;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.p_storyLikeBehavior.isAdded .storyLikeAdd {
  display: none;
}
.p_storyLikeBehavior.isAdded .storyLikeRemove {
  display: block;
}

.p_likedAmount {
  color: #7b7b7b;
}
.p_likedAmount.hasIcon:before {
  content: "+";
}

.p_likedCounterIcon {
  width: 25px;
  height: 16px;
}
.p_likedCounterIcon img {
  width: auto;
  height: 100%;
}

.p_likedPeople {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-right: 6px;
}
.p_likedPeople .avatar {
  margin-left: -4px;
  width: 20px;
  height: 20px;
}
.p_likedPeople .avatar:first-child {
  margin-left: 0;
  z-index: 0;
}
.p_likedPeople .avatar:nth-child(2) {
  z-index: 1;
}
.p_likedPeople .avatar:nth-child(3) {
  z-index: 2;
}
.p_likedPeople .avatar:nth-child(4) {
  z-index: 3;
}
.p_likedPeople .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  border: 2px solid #ffffff;
}

.p_storySupportBehavior .storySupportAdd {
  display: block;
}
.p_storySupportBehavior .storySupportComplete {
  display: none;
}
.p_storySupportBehavior.isAdded .storySupportAdd {
  display: none;
}
.p_storySupportBehavior.isAdded .storySupportComplete {
  display: block;
}

/* =========================================================
 * ONとOffで切り替えるようなUIを実現するためのcss
htmlの書き方は既存のtoggleBtnを参考に
========================================================= */
.p_toggleBtn {
  display: none;
}
.p_toggleBtn + label, .p_toggleBtn + span, .p_toggleBtn + label::before, .p_toggleBtn + span::before, .p_toggleBtn + label::after, .p_toggleBtn + span::after {
  transition: all 0.2s;
}
.p_toggleBtn + label, .p_toggleBtn + span {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 24px;
  border-radius: 24px;
  cursor: pointer;
}
.p_toggleBtn + label::before, .p_toggleBtn + span::before {
  display: block;
  content: attr(data-off-label);
  position: absolute;
  top: 8px;
  right: 7px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 11px;
}
.p_toggleBtn + label::after, .p_toggleBtn + span::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.p_toggleBtn:checked + label::before, .p_toggleBtn:checked + span::before {
  content: attr(data-on-label);
  left: 10px;
  right: auto;
  color: #fff;
}
.p_toggleBtn:checked + label::after, .p_toggleBtn:checked + span::after {
  left: 41px;
  background-color: #f7f7f7;
}
.p_toggleBtn + label, .p_toggleBtn + span {
  background-color: #eee;
}
.p_toggleBtn + label::before, .p_toggleBtn + span::before {
  color: #aaa;
}
.p_toggleBtn:checked + label, .p_toggleBtn:checked + span {
  background-color: #60c31d;
}
.p_toggleBtn:checked + label::before, .p_toggleBtn:checked + span::before {
  color: #fff;
}

.p_tooltip {
  position: absolute;
  z-index: 9999;
  margin-right: 5px;
  margin-top: 2px;
  padding: 5px;
  background: #7b7b7b;
  border-radius: 4px;
  color: #fff;
}

.m_articleMapViewer {
  /* マップと場所一覧のレイアウト */
  /* 場所一覧のスタイル */
  /* InfoWindowのスタイルを元に戻す */
  /* Google Maps InfoWindowのスタイルを上書き */
  /* InfoWindowの中身のスタイルを元に戻す */
  /* CompanyPCArticleBoxとCompanySPArticleBoxのスタイルを元に戻す */
  /* マーカーのホバースタイル */
}
.m_articleMapViewer .mapTitle {
  font-weight: bold;
  text-align: center;
  padding-bottom: 13px;
  position: relative;
}
.m_articleMapViewer .mapTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background-color: #60c31d;
}
.m_articleMapViewer .mapWithLocationList {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 24px;
  width: 100%;
}
.m_articleMapViewer .locationListContainer {
  flex: 0 0 300px;
  width: 300px;
  max-height: 50vh; /* 高さを制限してスクロール領域を作成 */
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; /* モバイルで親スクロールに影響させない */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0;
  margin-right: 20px;
}
.m_articleMapViewer .locationListContainer .locationGroups .locationGroup {
  margin-bottom: 10px;
}
.m_articleMapViewer .locationListContainer .locationGroups .locationGroup .sectionTitle {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 8px 15px;
  background-color: #f5f5f5;
  border-left: 4px solid #ff9800;
}
.m_articleMapViewer .locationListTitle {
  background-color: #f5f5f5;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.m_articleMapViewer .locationList {
  padding: 0;
}
.m_articleMapViewer .locationItems {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m_articleMapViewer .locationItem {
  padding: 10px 15px;
  border-left: 4px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.2s;
}
.m_articleMapViewer .locationItem:last-child {
  border-bottom: none;
}
.m_articleMapViewer .locationItem:hover, .m_articleMapViewer .locationItem.isHovered {
  background-color: #f2fff0;
}
.m_articleMapViewer .locationItem.isSelected {
  border-left: 4px solid #4caf50;
  background-color: #f0fff5;
}
.m_articleMapViewer .locationItem .articleDate,
.m_articleMapViewer .locationItem .locationDetail,
.m_articleMapViewer .locationItem .address {
  font-size: 12px;
  color: #666;
  margin-top: 3px;
}
.m_articleMapViewer .locationItem .articleDate i,
.m_articleMapViewer .locationItem .locationDetail i,
.m_articleMapViewer .locationItem .address i {
  margin-right: 5px;
  color: #999;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList {
  padding: 10px 4px 10px 0;
  border-bottom: 0;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent {
  display: block;
  width: 100%;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent img {
  margin-right: 5px !important;
  float: left;
  width: 60px;
  height: 60px;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent .mainInfo {
  margin-bottom: 5px;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent .mainInfo span {
  color: #7b7b7b;
  font-weight: bold;
  font-size: 12px;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent .mainInfo .smallArticleTitle {
  line-height: 1.15;
  font-size: 14px;
  margin-top: 3px;
  overflow: auto;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent .locationName {
  margin-bottom: 5px;
  clear: both;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent .locationName span {
  font-weight: bold;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent ul {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 7px;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent ul li:last-child {
  margin-bottom: 0;
}
.m_articleMapViewer .locationItemInner .m_smallArticleList .locationItemContent .p_icon.isUpdatedAt {
  float: right;
}
.m_articleMapViewer .infoWindowContent,
.m_articleMapViewer .jsInfoWindowContent {
  padding: 10px;
}
.m_articleMapViewer .gm-style-iw,
.m_articleMapViewer .gm-style-iw-c,
.m_articleMapViewer .gm-style-iw-d {
  max-width: 350px !important;
  max-height: none !important;
  overflow: visible !important;
}
.m_articleMapViewer .gm-style .gm-style-iw-c {
  -webkit-transform: translate3d(-50%, -140%, 0) !important;
          transform: translate3d(-50%, -140%, 0) !important;
}
.m_articleMapViewer .gm-style .gm-style-iw-tc {
  display: none !important;
}
.m_articleMapViewer .infoWindowContent .m_mainArticleList,
.m_articleMapViewer .jsInfoWindowContent .m_mainArticleList {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.m_articleMapViewer .infoWindowContent .m_mainArticleList img,
.m_articleMapViewer .jsInfoWindowContent .m_mainArticleList img {
  width: auto !important;
  height: auto !important;
  float: none !important;
  margin-right: 0 !important;
}
.m_articleMapViewer .infoWindowContent .m_mainArticleList .mainInfo,
.m_articleMapViewer .jsInfoWindowContent .m_mainArticleList .mainInfo {
  margin-bottom: 0 !important;
}
.m_articleMapViewer .infoWindowContent .m_mainArticleList .mainInfo span,
.m_articleMapViewer .infoWindowContent .m_mainArticleList .mainInfo h5,
.m_articleMapViewer .jsInfoWindowContent .m_mainArticleList .mainInfo span,
.m_articleMapViewer .jsInfoWindowContent .m_mainArticleList .mainInfo h5 {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
.m_articleMapViewer .infoWindowContent .m_mainArticleList ul,
.m_articleMapViewer .jsInfoWindowContent .m_mainArticleList ul {
  width: auto !important;
  margin-top: 0 !important;
  display: block !important;
}
.m_articleMapViewer .infoWindowContent .m_mainArticleList ul li,
.m_articleMapViewer .jsInfoWindowContent .m_mainArticleList ul li {
  float: none !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.m_articleMapViewer .articlePopupContent,
.m_articleMapViewer .jsArticlePopupContent {
  cursor: pointer;
}
.m_articleMapViewer .articlePopupContent:hover,
.m_articleMapViewer .jsArticlePopupContent:hover {
  opacity: 0.9;
}
.m_articleMapViewer .infoWindowContent .m_mainArticleList .p_companyPCArticleBox,
.m_articleMapViewer .jsInfoWindowContent .m_mainArticleList .p_companyPCArticleBox,
.m_articleMapViewer .infoWindowContent .m_mainArticleList .p_companySPArticleBox,
.m_articleMapViewer .jsInfoWindowContent .m_mainArticleList .p_companySPArticleBox {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.m_articleMapViewer .noLocations {
  padding: 15px;
  text-align: center;
  color: #999;
}
.m_articleMapViewer .markerPin.isHovered {
  z-index: 10;
}
.m_articleMapViewer .mapContainer {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.m_articleMapViewer .markerPin {
  width: 30px;
  height: 30px;
  background-color: #ff5722;
  border-radius: 50%;
  position: relative;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_articleMapViewer .markerPin:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m_articleMapViewer .markerPin::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 10px solid #ff5722;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.m_articleMapViewer .markerPin .markerDot {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  display: block;
}
.m_articleMapViewer .infoWindowContent {
  padding: 10px;
}
.m_articleMapViewer .infoWindowContent h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.m_articleMapViewer .infoWindowContent p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}
.m_articleMapViewer .infoWindowContent .detailButton {
  background-color: #0089ff;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}
.m_articleMapViewer .infoWindowContent .detailButton:hover {
  background-color: #0070d1;
}
.m_articleMapViewer .mapPopupContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}
.m_articleMapViewer .articlePopup {
  position: relative;
  padding: 15px;
  max-width: 500px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.m_articleMapViewer .articlePopup .closeButton {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  z-index: 10;
}
.m_articleMapViewer .articlePopup .closeButton:hover {
  background: #e0e0e0;
  color: #333;
}
.m_articleMapViewer .articlePopup .articlePopupContent {
  cursor: pointer;
}
.m_articleMapViewer .articlePopup .articlePopupContent:hover {
  opacity: 0.9;
}
.m_articleMapViewer .infoWindow {
  padding-right: 12px;
  padding-bottom: 12px;
}
.m_articleMapViewer .infoWindow a {
  text-decoration: underline;
  color: #60c31d;
}
.m_articleMapViewer .infoWindow a:focus {
  outline: none;
}
.m_articleMapViewer .loading,
.m_articleMapViewer .error {
  padding: 50px;
  text-align: center;
  font-size: 16px;
}
.m_articleMapViewer .error {
  color: #d32f2f;
}

/* ---------------------------------------------------------
 PCレイアウト
--------------------------------------------------------- */
body.pc .m_articleMapViewer .mapTitle {
  font-size: 24px;
}
body.pc .m_articleMapViewer .mapWithLocationList {
  display: grid;
  grid-template-columns: 300px 750px;
  grid-gap: 10px;
  width: 100%;
}
body.pc .m_articleMapViewer .locationListContainer {
  grid-column: 1;
  width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 50vh;
  min-height: 500px;
}
body.pc .m_articleMapViewer .mapContainer {
  grid-column: 2;
  width: 740px;
  height: 50vh;
  min-height: 500px;
}

/* ---------------------------------------------------------
 SPレイアウト
--------------------------------------------------------- */
body.sp .m_articleMapViewer {
  margin-top: 24px;
}
body.sp .m_articleMapViewer .mapTitle {
  font-size: 20px;
}
body.sp .m_articleMapViewer .mapWithLocationList {
  flex-direction: column;
  gap: 24px;
}
body.sp .m_articleMapViewer .locationListContainer {
  order: 2;
  flex: none;
  width: 100%;
  max-height: 350px;
  margin-bottom: 15px;
}
body.sp .m_articleMapViewer .mapContainer {
  order: 1;
  height: 50vh;
  margin: 0 -16px;
}
body.sp .m_articleMapViewer .gm-style-iw,
body.sp .m_articleMapViewer .gm-style-iw-c,
body.sp .m_articleMapViewer .gm-style-iw-d {
  max-width: 300px !important;
}
body.sp .m_articleMapViewer .gm-style-iw-chr button span {
  margin: 12px 0 12px 24px !important;
}
body.sp .m_articleMapViewer .infoWindow {
  padding-right: 0 !important;
}

.m_contactLists {
  width: 1250px !important;
}
.m_contactLists .l_wideContent {
  width: 1250px !important;
}
.m_contactLists a:hover {
  cursor: pointer;
}
.m_contactLists .header, .m_contactLists .m_guideContent .guideContentsWrapper .headerThreeLine, .m_guideContent .guideContentsWrapper .m_contactLists .headerThreeLine, .m_contactLists .m_guideContent .guideContentsWrapper .headerTwoLine, .m_guideContent .guideContentsWrapper .m_contactLists .headerTwoLine {
  display: flex;
}
.m_contactLists .header h2, .m_contactLists .m_guideContent .guideContentsWrapper .headerThreeLine h2, .m_guideContent .guideContentsWrapper .m_contactLists .headerThreeLine h2, .m_contactLists .m_guideContent .guideContentsWrapper .headerTwoLine h2, .m_guideContent .guideContentsWrapper .m_contactLists .headerTwoLine h2 {
  font-size: 22px;
  line-height: 33px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.m_contactLists .header .restrictedText, .m_contactLists .m_guideContent .guideContentsWrapper .headerThreeLine .restrictedText, .m_guideContent .guideContentsWrapper .m_contactLists .headerThreeLine .restrictedText, .m_contactLists .m_guideContent .guideContentsWrapper .headerTwoLine .restrictedText, .m_guideContent .guideContentsWrapper .m_contactLists .headerTwoLine .restrictedText {
  margin: auto 0 10px auto;
}
.m_contactLists .header .headerContainer, .m_contactLists .m_guideContent .guideContentsWrapper .headerThreeLine .headerContainer, .m_guideContent .guideContentsWrapper .m_contactLists .headerThreeLine .headerContainer, .m_contactLists .m_guideContent .guideContentsWrapper .headerTwoLine .headerContainer, .m_guideContent .guideContentsWrapper .m_contactLists .headerTwoLine .headerContainer {
  width: 1250px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_contactLists .header .headerContainer .p_btn.isTertiary, .m_contactLists .m_guideContent .guideContentsWrapper .headerThreeLine .headerContainer .p_btn.isTertiary, .m_guideContent .guideContentsWrapper .m_contactLists .headerThreeLine .headerContainer .p_btn.isTertiary, .m_contactLists .m_guideContent .guideContentsWrapper .headerTwoLine .headerContainer .p_btn.isTertiary, .m_guideContent .guideContentsWrapper .m_contactLists .headerTwoLine .headerContainer .p_btn.isTertiary {
  margin-top: 50px;
  margin-bottom: 20px;
}
.m_contactLists .normal {
  font-size: 14px;
  line-height: 21px;
}
.m_contactLists .p_flashBox.isAlert {
  font-weight: 400;
  padding: 20px;
  margin: 20px 0;
}
.m_contactLists .p_flashBox.isAlert a {
  font-weight: bold;
  color: #60c31d;
}
.m_contactLists .m_modalBox .isAlert {
  font-weight: 400;
  padding: 20px;
}
.m_contactLists .m_modalBox .isAlert a {
  font-weight: bold;
  color: #60c31d;
}
.m_contactLists .search {
  margin: 20px 0;
}
.m_contactLists .searchTitle {
  font-size: 12px;
  line-height: 34px;
  width: 87px;
  display: inline-block;
}
.m_contactLists .keywordSearch {
  width: 221px;
}
.m_contactLists .statusSelect {
  width: 170px;
}
.m_contactLists .searchSelect {
  width: 879px;
}
.m_contactLists .checkBoxList li {
  float: left;
  line-height: 34px;
  padding-right: 10px;
}
.m_contactLists .p_hoverDesc {
  padding: 4px 0;
}
.m_contactLists .p_hoverDesc span {
  min-width: auto;
}
.m_contactLists .subContainer {
  height: 80px;
  padding: 20px 0;
  border-top: 1px solid #dddddd;
}
.m_contactLists .csvDownload {
  height: 30px;
  width: 270px;
  margin-right: 10px;
}
.m_contactLists .pageCount {
  line-height: 34px;
  font-weight: bold;
  font-size: 14px;
  margin: 0 10px 0 30px;
}
.m_contactLists .pagination .active {
  display: none;
}
.m_contactLists .pagination .previous,
.m_contactLists .pagination .next {
  float: left;
  margin-top: 2px;
}
.m_contactLists .pagination .previous a,
.m_contactLists .pagination .next a {
  background-color: #f1f1f1;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e4e4e4;
  text-decoration: none;
  color: #858585;
  outline: none;
}
.m_contactLists .pagination .previous a.disabled,
.m_contactLists .pagination .next a.disabled {
  color: #cecece;
}
.m_contactLists .pagination .disabled a {
  color: #cecece;
  cursor: default;
}
.m_contactLists table .checkBox {
  padding-left: 10px;
  width: 40px;
}
.m_contactLists table th {
  height: 37px;
  background-color: #f9f9f9;
  color: #9da0a4;
  font-size: 12px;
  font-weight: 400;
}
.m_contactLists table th i {
  position: relative;
  top: -3px;
  left: 5px;
}
.m_contactLists table th i:hover {
  cursor: pointer;
}
.m_contactLists table .name {
  width: 166px;
}
.m_contactLists table .kind {
  width: 88px;
}
.m_contactLists table .article {
  width: 364px;
}
.m_contactLists table .status {
  width: 164px;
}
.m_contactLists table .date {
  width: 150px;
}
.m_contactLists table .profile {
  width: 130px;
}
.m_contactLists table .profile .p_btn.isSub {
  font-weight: 600;
}
.m_contactLists table .reply .p_btn {
  min-width: 108px;
  border-radius: 3px;
  padding: 10px 16px;
  line-height: 14px;
}
.m_contactLists table .reply .p_btn.isMain {
  font-weight: 600;
}
.m_contactLists table .tableRow {
  border-top: 1px solid #ddd;
}
.m_contactLists table .tableRow:hover {
  background-color: #eee;
  cursor: pointer;
}
.m_contactLists table .tableRow .nameWrapper {
  display: flex;
  align-items: center;
}
.m_contactLists table .tableRow img {
  width: 40px;
  border-radius: 50%;
}
.m_contactLists table .tableRow .contactName {
  font-size: 16px;
  margin-left: 15px;
  width: 110px;
}
.m_contactLists table .tableRow .contactName:hover {
  text-decoration: underline;
}
.m_contactLists table .tableRow .kindData span {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  border-radius: 10px;
  display: inline-block;
  width: 82px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.m_contactLists table .tableRow .kindData span.apply {
  background-color: #549809;
}
.m_contactLists table .tableRow .kindData span.ask {
  background-color: #ff8945;
}
.m_contactLists table .tableRow .articleTd {
  width: 364px;
  height: 57px;
  line-height: 57px;
}
.m_contactLists table .tableRow .articleTd span {
  color: #ff8945;
}
.m_contactLists table .tableRow .articleTd:hover {
  background-color: #ddd;
}
.m_contactLists table .tableRow .statusSelect {
  width: 50%;
  margin-left: 5px;
  min-width: 78px;
}
.m_contactLists table .tableRow .statusTd {
  padding: 11px 0;
}
.m_contactLists table .tableRow .statusTd:hover {
  cursor: default;
}
.m_contactLists table .tableRow .statusTd .extensionApplication {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  margin-right: 10px;
  color: #60c31d;
}
.m_contactLists table .tableRow .statusTd .extensionApplication.colRed {
  color: red !important;
}
.m_contactLists table .tableRow .date {
  font-size: 12px;
}
.m_contactLists table .tableRow .profile .p_btn, .m_contactLists table .tableRow .reply .p_btn {
  padding: 10px 15px;
}
.m_contactLists .isSpreadsheetOptions li {
  margin-bottom: 5px;
}
.m_contactLists .isSpreadsheetOptions li label {
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}
.m_contactLists .isSpreadsheetTitle {
  width: 100%;
  margin-top: 10px;
}
.m_contactLists .contactControlPanel {
  height: 100vh;
  overflow: scroll;
  display: flex;
  cursor: default;
}
.m_contactLists .contactControlPanel ::-webkit-scrollbar {
  width: 8px;
}
.m_contactLists .contactControlPanel ::-webkit-scrollbar-track {
  border-radius: 8px;
}
.m_contactLists .contactControlPanel ::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 8px;
}
.m_contactLists .contactControlPanel .flexItem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.m_contactLists .contactControlPanel .leftContent {
  position: relative;
  height: 100%;
  overflow: scroll;
  width: 515px;
  box-shadow: -24px 0px 24px rgba(0, 0, 0, 0.08);
}
.m_contactLists .contactControlPanel .leftContent .ball-pulse {
  position: absolute;
  top: 50%;
  left: 45%;
}
.m_contactLists .contactControlPanel .leftContent .popupClose {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.m_contactLists .contactControlPanel .leftContent .popupClose .material-icons {
  font-size: 32px;
  color: #444444;
}
.m_contactLists .contactControlPanel .leftContent .leftHeader {
  font-size: 13px;
  line-height: 19px;
  height: 90px;
  padding: 20px 20px 20px 90px;
  border-bottom: 1px solid #EFEFEF;
}
.m_contactLists .contactControlPanel .leftContent .leftHeader div {
  display: flex;
  align-items: center;
  width: 405px;
}
.m_contactLists .contactControlPanel .leftContent .leftHeader .label {
  border-radius: 3px;
  width: 72px;
  text-align: center;
}
.m_contactLists .contactControlPanel .leftContent .leftHeader p {
  width: 333px;
  display: inline-block;
  padding: 0 0 0 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m_contactLists .contactControlPanel .leftContent .contactMainInfo {
  padding: 15px 25px 17px;
  text-align: center;
}
.m_contactLists .contactControlPanel .leftContent .contactMainInfo .profileImage {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  top: 0;
}
.m_contactLists .contactControlPanel .leftContent .contactMainInfo h1 {
  font-size: 27px;
  line-height: 33px;
}
.m_contactLists .contactControlPanel .leftContent .contactMainInfo span.statusLabel {
  font-size: 12px;
  font-weight: 100;
  display: inline-block;
  margin-top: 2px;
}
.m_contactLists .contactControlPanel .leftContent .callToActions {
  padding: 18px 25px;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  background-color: #f5f5f3;
  width: 465px;
  margin: 0 auto;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .easyCallButton {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 15px;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .wideText {
  letter-spacing: 0.04em;
}
.m_contactLists .contactControlPanel .leftContent .callToActions p {
  text-align: left;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlock {
  margin-top: 10px;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlockColumn {
  display: flex;
  margin-bottom: 8px;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlockColumn label {
  width: 105px;
  display: flex;
  align-items: center;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlockColumn input {
  font-size: 13px;
  border: 1px solid #CED4DA;
  background: #E9ECEF;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlockColumn input#email {
  width: calc(100% - 190px);
  border-radius: 3px 0px 0px 3px;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlockColumn input#phone {
  width: calc(100% - 105px);
  border-radius: 3px;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlockColumn button {
  border: 1px solid #CED4DA;
  border-radius: 0px 3px 3px 0px;
  width: 85px;
  font-size: 12px;
  background: white;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlock .finished {
  margin: 5px 0;
  background: #DC3545;
  border: 1px solid #DC3545;
  border-radius: 3px;
  color: white;
  padding: 2px 12px;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlock .finished:hover {
  color: #DC3545;
  background: white;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlock .help {
  text-align: right;
  position: relative;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlock .help i {
  font-size: 13px;
  position: absolute;
  top: 4px;
  right: 181px;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlock .help p {
  display: inline-block;
  font-size: 9px;
}
.m_contactLists .contactControlPanel .leftContent .callToActions .manualCallBlock .help p a {
  text-decoration: underline;
}
.m_contactLists .contactControlPanel .leftContent .contactInfo {
  padding: 18px 25px;
  width: 100%;
  white-space: pre-wrap;
}
.m_contactLists .contactControlPanel .leftContent .contactInfo table {
  width: 100%;
}
.m_contactLists .contactControlPanel .leftContent .contactInfo table tr {
  border: 1px solid #dfdfdf;
}
.m_contactLists .contactControlPanel .leftContent .contactInfo table tr td {
  padding: 10px 18px;
}
.m_contactLists .contactControlPanel .leftContent .contactInfo table tr td:first-child {
  text-align: center;
  width: 136px;
  color: #888;
  background: #f5f5f3;
}
.m_contactLists .contactControlPanel .leftContent .contactInfo table tr td:first-child p {
  width: 100px;
}
.m_contactLists .contactControlPanel .leftContent .contactInfo table tr td p a {
  color: #888;
  text-decoration: underline;
  display: inline-block;
  padding-left: 10px;
}
.m_contactLists .contactControlPanel .leftContent .contactInfo .flexItem {
  margin-top: 18px;
}
.m_contactLists .contactControlPanel .leftContent .contactInfo .flexItem a {
  text-decoration: underline;
}
.m_contactLists .contactControlPanel .rightContent {
  position: relative;
  height: 100%;
  overflow: scroll;
  width: 650px;
  border-left: 3px solid #EFEFEF;
}
.m_contactLists .contactControlPanel .rightContent .ball-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
}
.m_contactLists .contactControlPanel .rightContent .react-tabs {
  height: 100%;
}
.m_contactLists .contactControlPanel .rightContent .react-tabs__tab-list {
  display: flex;
  align-items: flex-end;
  height: 65px;
}
.m_contactLists .contactControlPanel .rightContent .react-tabs__tab {
  display: flex;
  align-items: center;
  height: 40px;
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: -1px;
  padding: 0 20px;
}
.m_contactLists .contactControlPanel .rightContent .react-tabs__tab:first-child {
  margin-left: 25px;
}
.m_contactLists .contactControlPanel .rightContent .react-tabs__tab--selected {
  border: 1px solid #DEE2E6;
  border-bottom: 1px solid white;
}
.m_contactLists .contactControlPanel .rightContent .react-tabs__tab-panel {
  display: none;
  border-top: 1px solid #DEE2E6;
  min-height: calc(100% - 65px);
}
.m_contactLists .contactControlPanel .rightContent .activeTabPanel {
  display: block;
}
.m_contactLists .contactControlPanel .rightContent .personProfilePanel {
  min-height: calc(100% - 135px);
}
.m_contactLists .contactControlPanel .rightContent .personProfilePanel .guideForFirstReply {
  height: 70px;
  border-radius: 0;
  position: fixed;
  width: 650px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_contactLists .contactControlPanel .rightContent .personProfilePanel .guideForFirstReply p {
  margin-right: 12px;
}
.m_contactLists .contactControlPanel .rightContent .personProfilePanel .guideForFirstReply .p_btn {
  border: 1px solid;
  padding: 4px 12px;
  line-height: 19px;
}
.m_contactLists .contactControlPanel .rightContent .repliedIcon {
  color: #60c31d;
}
.m_contactLists .contactControlPanel .rightContent .repliedIconInTab {
  font-size: 20px;
  margin-left: 5px;
}
.m_contactLists .contactControlPanel .autoReplyZone .m_contactReply {
  margin-top: 20px;
}
.m_contactLists .contactControlPanel .autoReplyZone .repliedNotification {
  display: flex;
  flex-direction: column;
  padding: 3%;
  align-items: flex-start;
  background: #F4FFED;
  margin-top: 0;
  margin-bottom: 20px;
  border: 1px solid #60c31d;
}
.m_contactLists .contactControlPanel .autoReplyZone .repliedNotification .p_btn {
  margin-top: 10px;
}
.m_contactLists .contactControlPanel .autoReplyZone .subject {
  border-bottom: none;
  padding-top: 0;
}
.m_contactLists .contactControlPanel .autoReplyZone .subject input {
  border: 1px solid #CED4DA;
  background: #E9ECEF;
}
.m_contactLists .contactControlPanel .label {
  display: inline-block;
}
.m_contactLists .contactControlPanel .label.isGray {
  color: white;
  background: #585858;
  border: 1px solid #585858;
}
.m_contactLists .contactControlPanel .personProfile {
  margin-bottom: 70px;
}
.m_contactLists .contactControlPanel .personProfile h2 {
  margin-top: 0;
}
.m_contactLists .contactControlPanel .personProfile .lastUpdateInfo {
  bottom: -15px;
}
.m_contactLists .contactControlPanel .personProfile article.l_mainContent {
  border: none;
}
.m_contactLists .contactControlPanel .personProfile .noProfile {
  font-size: 15px;
  font-weight: bold;
  margin-top: 25px;
}
.m_contactLists .contactControlPanel .personProfile .profileWrapper {
  width: auto;
  background: white;
}
.m_contactLists .contactControlPanel .personProfile .mainVisual {
  display: none;
}
.m_contactLists .contactControlPanel .personProfile .mainProfile {
  margin-top: 0 !important;
}
.m_contactLists .contactControlPanel .personProfile .mainProfile :not(.lastUpdateInfo) {
  display: none;
}
.m_contactLists .contactControlPanel .personProfile .l_mainContent {
  width: 639px;
  float: none;
}
.m_contactLists .contactControlPanel .personProfile .l_sideContent {
  width: auto;
  float: none;
  border: none;
}
.m_contactLists .contactControlPanel .personProfile .l_sideContent .profileInfo {
  padding: 12px 24px;
}
.m_contactLists .contactControlPanel .personProfile .l_sideContent .profileInfo h3.title {
  font-size: 22px;
  line-height: 33px;
  color: #333;
}
.m_contactLists .contactControlPanel .personProfile .l_sideContent .profileInfo.contactInfo {
  display: none;
}
.m_contactLists .contactControlPanel .personProfile .l_sideContent .profileInfo.relatedLinks .url {
  padding: 0;
}

body.sp .m_contactLists .contactControlPanel {
  height: 100%;
}

body.pc .m_entryZone, body.manage_articles .m_entryZone {
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 1.6;
}
body.pc .m_entryZone:not(.isSubEntry) h2, body.manage_articles .m_entryZone:not(.isSubEntry) h2 {
  background-color: #f0f0f0;
  color: #4a4b4e;
  padding: 13px 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
}
body.pc .m_entryZone:not(.isSubEntry) h3, body.manage_articles .m_entryZone:not(.isSubEntry) h3 {
  color: #60c31d;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}
body.pc .m_entryZone img, body.manage_articles .m_entryZone img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
body.pc .m_entryZone iframe, body.manage_articles .m_entryZone iframe {
  width: 100%;
  margin: 10px auto;
  min-height: 300px;
  display: block;
}
body.pc .m_entryZone table, body.manage_articles .m_entryZone table {
  margin: 20px 0;
}
body.pc .m_entryZone td, body.pc .m_entryZone th, body.manage_articles .m_entryZone td, body.manage_articles .m_entryZone th {
  padding: 13px;
  border: solid 1px #ccc;
}
body.pc .m_entryZone a,
body.pc .m_entryZone p a, body.manage_articles .m_entryZone a,
body.manage_articles .m_entryZone p a {
  text-decoration: underline !important;
}
body.pc .m_entryZone .p_btn, body.manage_articles .m_entryZone .p_btn {
  text-decoration: none;
  margin: 20px 0;
}
body.pc .m_entryZone.isSubEntry h3, body.manage_articles .m_entryZone.isSubEntry h3 {
  background-color: #f0f0f0;
  color: #4a4b4e;
  padding: 13px 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
}
body.pc .m_entryZone.isSubEntry h4, body.manage_articles .m_entryZone.isSubEntry h4 {
  color: #60c31d;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}
body.pc .m_entryZone.isGuide, body.manage_articles .m_entryZone.isGuide {
  margin-bottom: 0px;
}
body.pc .m_entryZone.isGuide p, body.manage_articles .m_entryZone.isGuide p {
  font-size: 14px;
  line-height: 1.7;
}
body.pc .m_entryZone.isGuide h3, body.manage_articles .m_entryZone.isGuide h3 {
  color: #4a4b4e;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0px 0px 0px 10px; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 4px #60c31d; /*左線*/
}
body.pc .m_entryZone.isGuide h4, body.manage_articles .m_entryZone.isGuide h4 {
  color: #60c31d;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
}
body.pc .m_entryZone.isGuide p, body.manage_articles .m_entryZone.isGuide p {
  margin-bottom: 15px;
}
body.pc .m_entryZone.isGuide img, body.manage_articles .m_entryZone.isGuide img {
  margin-bottom: 20px;
}
body.pc .m_entryZone.isGuide blockquote, body.manage_articles .m_entryZone.isGuide blockquote {
  position: relative;
  margin: 20px 0px;
  padding: 30px 90px 30px 90px;
  background-color: #f0f0f0;
  min-height: 80px;
  border-radius: 2px;
}
body.pc .m_entryZone.isGuide blockquote:before, body.pc .m_entryZone.isGuide blockquote:after, body.manage_articles .m_entryZone.isGuide blockquote:before, body.manage_articles .m_entryZone.isGuide blockquote:after {
  position: absolute;
  color: #60c31d;
  font-size: 138px;
  font-family: "Hiragino Maru Gothic Pro";
}
body.pc .m_entryZone.isGuide blockquote:before, body.manage_articles .m_entryZone.isGuide blockquote:before {
  content: "“";
  display: block;
  top: -40px; /* ボックス上端からの距離 */
  left: 6px; /* ボックス左端からの距離 */
}
body.pc .m_entryZone.isGuide blockquote:after, body.manage_articles .m_entryZone.isGuide blockquote:after {
  content: "”";
  display: block;
  bottom: -120px; /* ボックス下端からの距離 */
  right: 6px; /* ボックス右端からの距離 */
}

body.sp .m_entryZone {
  overflow: hidden;
  line-height: 1.6;
}
body.sp .m_entryZone:not(.isSubEntry) h2 {
  background-color: #f0f0f0;
  padding: 9px 7px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
body.sp .m_entryZone:not(.isSubEntry) h3 {
  color: #60c31d;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3;
}
body.sp .m_entryZone img {
  display: block;
  margin: 20px auto !important;
  max-width: 100%;
  float: none !important;
}
body.sp .m_entryZone iframe {
  width: 100%;
  margin: 20px auto;
}
body.sp .m_entryZone table {
  margin: 20px 0;
}
body.sp .m_entryZone td, body.sp .m_entryZone th {
  padding: 13px;
  border: solid 1px #ccc;
}
body.sp .m_entryZone a,
body.sp .m_entryZone p a {
  text-decoration: underline !important;
}
body.sp .m_entryZone .p_btn {
  text-decoration: none;
  margin: 10px 0;
  line-height: 1;
}
body.sp .m_entryZone.isSubEntry h3 {
  background-color: #f0f0f0;
  padding: 9px 7px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
body.sp .m_entryZone.isSubEntry h4 {
  color: #60c31d;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3;
}
body.sp .m_entryZone.isGuide p {
  font-size: 14px;
  line-height: 1.7;
}
body.sp .m_entryZone.isGuide h2 {
  margin-bottom: 30px;
}
body.sp .m_entryZone.isGuide h3 {
  color: #4a4b4e;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0px 0px 0px 10px; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 4px #60c31d; /*左線*/
}
body.sp .m_entryZone.isGuide h4 {
  color: #60c31d;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3;
}
body.sp .m_entryZone.isGuide p {
  margin-bottom: 15px;
}
body.sp .m_entryZone.isGuide img {
  margin-bottom: 20px;
  max-width: 100% !important;
}
body.sp .m_entryZone.isGuide blockquote {
  position: relative;
  margin: 20px 0px;
  padding: 30px 54px 30px 54px;
  background-color: #f0f0f0;
  min-height: 80px;
  border-radius: 2px;
}
body.sp .m_entryZone.isGuide blockquote:before, body.sp .m_entryZone.isGuide blockquote:after {
  position: absolute;
  color: #60c31d;
  font-size: 90px;
  font-family: "Hiragino Maru Gothic Pro";
}
body.sp .m_entryZone.isGuide blockquote:before {
  content: "“";
  display: block;
  top: -22px; /* ボックス上端からの距離 */
  left: 6px; /* ボックス左端からの距離 */
}
body.sp .m_entryZone.isGuide blockquote:after {
  content: "”";
  display: block;
  bottom: -74px; /* ボックス下端からの距離 */
  right: 6px; /* ボックス右端からの距離 */
}

body.pc .m_formTable h3, body.sp .m_formTable h3 {
  display: inline-block;
  line-height: 1.4;
}
body.pc .m_formTable .formDesc, body.sp .m_formTable .formDesc {
  margin-top: 10px;
  font-size: 12px;
  color: #6c6b6b;
}
body.pc .m_formTable .formDesc p, body.sp .m_formTable .formDesc p {
  line-height: 1.4;
}
body.pc .m_formTable th .itemHead .material-icons, body.sp .m_formTable th .itemHead .material-icons {
  color: #60c31d;
}
body.pc .m_formTable td input[type=text],
body.pc .m_formTable td input[type=number]:not(#input_money),
body.pc .m_formTable td input[type=url],
body.pc .m_formTable td input[type=password],
body.pc .m_formTable td input[type=tel]:not(#stripeNumber):not(#stripeCvc),
body.pc .m_formTable td input[type=email],
body.pc .m_formTable td textarea, body.sp .m_formTable td input[type=text],
body.sp .m_formTable td input[type=number]:not(#input_money),
body.sp .m_formTable td input[type=url],
body.sp .m_formTable td input[type=password],
body.sp .m_formTable td input[type=tel]:not(#stripeNumber):not(#stripeCvc),
body.sp .m_formTable td input[type=email],
body.sp .m_formTable td textarea {
  width: 100%;
  box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.1);
}
body.pc .m_formTable td input[type=text].required,
body.pc .m_formTable td input[type=number]:not(#input_money).required,
body.pc .m_formTable td input[type=url].required,
body.pc .m_formTable td input[type=password].required,
body.pc .m_formTable td input[type=tel]:not(#stripeNumber):not(#stripeCvc).required,
body.pc .m_formTable td input[type=email].required,
body.pc .m_formTable td textarea.required, body.sp .m_formTable td input[type=text].required,
body.sp .m_formTable td input[type=number]:not(#input_money).required,
body.sp .m_formTable td input[type=url].required,
body.sp .m_formTable td input[type=password].required,
body.sp .m_formTable td input[type=tel]:not(#stripeNumber):not(#stripeCvc).required,
body.sp .m_formTable td input[type=email].required,
body.sp .m_formTable td textarea.required {
  background: #FFFACD;
}
body.pc .m_formTable td input[type=text],
body.pc .m_formTable td input[type=number],
body.pc .m_formTable td input[type=url],
body.pc .m_formTable td input[type=password],
body.pc .m_formTable td input[type=tel],
body.pc .m_formTable td input[type=email], body.sp .m_formTable td input[type=text],
body.sp .m_formTable td input[type=number],
body.sp .m_formTable td input[type=url],
body.sp .m_formTable td input[type=password],
body.sp .m_formTable td input[type=tel],
body.sp .m_formTable td input[type=email] {
  height: 40px;
}
body.pc .m_formTable td input[type=text].postalCode, body.sp .m_formTable td input[type=text].postalCode {
  width: 80px;
}
body.pc .m_formTable td select.required, body.sp .m_formTable td select.required {
  background-color: #FFFACD;
}
body.pc .m_formTable td .checkFieldGroup, body.sp .m_formTable td .checkFieldGroup {
  display: inline-block;
  padding: 5px 10px;
}
body.pc .m_formTable td .checkFieldGroup.required, body.sp .m_formTable td .checkFieldGroup.required {
  background: #FFFACD;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
body.pc .m_formTable td .checkFieldGroup label:last-of-type, body.sp .m_formTable td .checkFieldGroup label:last-of-type {
  margin-right: 0;
}
body.pc .m_formTable td label, body.sp .m_formTable td label {
  margin-right: 10px;
}
body.pc .m_formTable td label.checkFieldLabel, body.sp .m_formTable td label.checkFieldLabel {
  margin: 5px 13px 5px 0;
}
body.pc .m_formTable td .postalCodeGroup, body.sp .m_formTable td .postalCodeGroup {
  margin-bottom: 10px;
}
body.pc .m_formTable td .postalCodeGroup input[type=text], body.sp .m_formTable td .postalCodeGroup input[type=text] {
  height: 30px;
}
body.pc .m_formTable td .prefecture, body.sp .m_formTable td .prefecture {
  margin-bottom: 10px;
}
body.pc .m_formTable td .restAddress:last-of-type, body.sp .m_formTable td .restAddress:last-of-type {
  margin-top: 10px;
}
body.pc .m_formTable td .errorMessage, body.sp .m_formTable td .errorMessage {
  margin-top: 10px;
  padding: 8px 12px;
  background: #ffe6e6;
  color: #ca0849;
  border-left: 4px solid #ca0849;
}

body.pc .m_infoTable {
  margin-bottom: 20px;
  width: 100%;
}
body.pc .m_infoTable td,
body.pc .m_infoTable th {
  padding: 13px;
  border: solid 1px #ccc;
}
body.pc .m_infoTable th {
  width: 115px;
  vertical-align: top;
}
body.pc .m_infoTable td {
  line-height: 1.6;
}
body.pc .m_infoTable a {
  text-decoration: underline;
}
body.pc .m_infoTable .dataZone + .getDesc {
  margin-top: 10px;
}
body.pc .m_infoTable .kindList label,
body.pc .m_infoTable .working_formList label,
body.pc .m_infoTable .service_typeList label,
body.pc .m_infoTable .job_typeList label,
body.pc .m_infoTable .job_characteristicList label {
  width: 289px;
}
body.pc .m_infoTable .genreList label,
body.pc .m_infoTable .characteristicList label,
body.pc .m_infoTable .atmosphereList label,
body.pc .m_infoTable .skillList label,
body.pc .m_infoTable .tagList label {
  width: 215px;
}
body.pc .m_infoTable .positionList label,
body.pc .m_infoTable .users_genreList label,
body.pc .m_infoTable .users_u_corpList label {
  width: 270px;
}
body.pc .m_infoTable .users_tagList label {
  width: 182px;
}
body.pc .m_infoTable a.p_btn {
  text-decoration: none;
}
body.pc .m_infoTable .rangeActivityList {
  width: 175px;
}

body.sp .m_infoTable {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}
body.sp .m_infoTable .p_required {
  width: 34px;
}
body.sp .m_infoTable tr {
  border: solid 1px #ccc;
  border-width: 1px 0px;
}
body.sp .m_infoTable td,
body.sp .m_infoTable th {
  width: 20%;
  padding: 15px 0 10px 0;
  text-align: left;
  font-size: 14px;
  line-height: 1;
}
body.sp .m_infoTable td {
  width: 80%;
  padding-bottom: 15px;
}
body.sp .m_infoTable a {
  text-decoration: underline;
}
body.sp .m_infoTable .dataZone + .getDesc {
  margin-top: 10px;
}

.m_leftBalloon {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
}
.m_leftBalloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  border: 13px solid transparent;
  border-top: 13px solid #fff;
  z-index: 2;
}
.m_leftBalloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  border: 13px solid transparent;
  border-top: 13px solid #DDDDDD;
  z-index: 1;
}

/* ---------------------------------------------------------
追加分
--------------------------------------------------------- */
.m_loaderZone {
  background: #fff;
  border: 3px solid #60c31d;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  text-align: center;
  padding: 30px;
}
.m_loaderZone.isLoader {
  margin-top: -55px;
  margin-left: -60px;
}
.m_loaderZone.isShowNum {
  font-size: 16px;
  margin-top: -45px;
  margin-left: -120px;
}
.m_loaderZone .loadingText {
  font-size: 16px;
  margin-top: 10px;
  font-family: "YuGothic", "Yu Gothic", "sans-serif";
}
.m_loaderZone .resultNum {
  color: #ff8945;
  font-size: 24px;
  margin-right: 5px;
}

/* ---------------------------------------------------------
https://github.com/ConnorAtherton/loaders.css
--------------------------------------------------------- */
/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  background-color: #60c31d;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random {
  width: 37px;
  height: 40px;
}

.ball-scale-random > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite;
}

.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-rotate {
  position: relative;
}

.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
}

.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

.ball-rotate > div:before, .ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}

.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}

.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}

.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
}

.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}

.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}

.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.ball-grid-beat {
  width: 57px;
}

.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.49s;
  animation-delay: 0.49s;
  -webkit-animation-duration: 0.93s;
  animation-duration: 0.93s;
}

.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.02s;
  animation-duration: 1.02s;
}

.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-animation-duration: 1.07s;
  animation-duration: 1.07s;
}

.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: -0.04s;
  animation-delay: -0.04s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 1.41s;
  animation-duration: 1.41s;
}

.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s;
}

.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1.36s;
  animation-duration: 1.36s;
}

.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s;
}

.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.49s;
  animation-duration: 1.49s;
}

.ball-grid-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
  -webkit-animation-duration: 0.98s;
  animation-duration: 0.98s;
}

.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
  -webkit-animation-duration: 1.58s;
  animation-duration: 1.58s;
}

.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -webkit-animation-duration: 1.13s;
  animation-duration: 1.13s;
}

.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-animation-duration: 0.98s;
  animation-duration: 0.98s;
}

.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
}

.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s;
}

.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: -0.06s;
  animation-delay: -0.06s;
  -webkit-animation-duration: 1.53s;
  animation-duration: 1.53s;
}

.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.57s;
  animation-delay: 0.57s;
  -webkit-animation-duration: 0.76s;
  animation-duration: 0.76s;
}

.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 0.98s;
  animation-duration: 0.98s;
}

.ball-grid-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ball-spin-loader {
  position: relative;
}

.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader > span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader > span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader > span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader > span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}

.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  -webkit-animation-duration: 1.23s;
  animation-duration: 1.23s;
}

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
}

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
  -webkit-animation-duration: 0.39s;
  animation-duration: 0.39s;
}

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.59s;
  animation-duration: 0.59s;
}

.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}

.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear;
}

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear;
}

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}

.cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%;
}

.m_manageHeader {
  background-color: #23282d;
  width: 100%;
  color: #ccc;
  position: fixed;
  height: 32px;
  top: 0;
  left: 0;
  z-index: 1000000000;
  padding: 0 5px;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.m_manageHeader.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.m_manageHeader ul li {
  line-height: 32px;
  float: left;
  margin-right: 10px;
}
.m_manageHeader ul li:last-child {
  margin-right: 0;
}
.m_manageHeader .manageLogo {
  margin-top: 5px;
  background-image: url(//static.activo.jp/assets/logoWhite-755a9238c5fd5b7d0377fca7dcc2364fd81b341ce34c610140347515afd844bb.png);
  width: 20px;
  height: 20px;
  display: block;
}
.m_manageHeader .toManageTOP {
  color: #ccc;
}

.m_modalBox {
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  position: relative;
  margin: 0 auto;
}
.m_modalBox p {
  font-size: 12px;
}
.m_modalBox .modalClose {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 22px;
}
.m_modalBox .modalClose a,
.m_modalBox .modalClose button {
  text-decoration: none !important;
}
.m_modalBox .modalClose a:before,
.m_modalBox .modalClose button:before {
  content: "\f00d";
  font-family: fontawesome;
  color: #b2bab3;
}
.m_modalBox .descZone {
  padding: 15px 0;
}
.m_modalBox .alignLeftZone {
  padding: 15px 0;
  text-align: left;
}
.m_modalBox .modalTitle {
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
}
.m_modalBox .modalSubTitle {
  text-align: center;
  margin-bottom: 15px;
}
.m_modalBox .modalAlert {
  color: #ff8945;
  font-weight: bold;
}
.m_modalBox .modalAlert a {
  color: #ff8945;
  text-decoration: underline;
}

.pc .m_modalBox.isSmall {
  width: 350px;
}
.pc .m_modalBox.isNormal {
  width: 500px;
}
.pc .m_modalBox.isLarge {
  width: 600px;
}

.sp .m_modalBox {
  margin: 0 15px;
}

.peopleSignUpBox .fbZone, .peopleSignInBox .fbZone {
  padding-bottom: 15px;
}
.peopleSignUpBox .fbZone .modalNotice, .peopleSignInBox .fbZone .modalNotice {
  font-size: 11px;
  color: #717f86;
}
.peopleSignUpBox .mailZone, .peopleSignInBox .mailZone {
  padding: 15px 0;
  border-bottom: 1px dotted #818080;
  border-top: 1px dotted #818080;
}
.peopleSignUpBox .mailZone .textBox, .peopleSignInBox .mailZone .textBox {
  margin-bottom: 15px;
}
.peopleSignUpBox .mailZone .p_btn, .peopleSignInBox .mailZone .p_btn {
  margin-bottom: 5px;
}
.peopleSignUpBox .changeZone, .peopleSignInBox .changeZone {
  padding-top: 15px;
}
.peopleSignUpBox .p_btn.isFacebook, .peopleSignUpBox .p_btn.isAccent, .peopleSignInBox .p_btn.isFacebook, .peopleSignInBox .p_btn.isAccent {
  font-size: 15px;
}

.peopleSignInBox .mailZone .rememberMe {
  display: inline-block;
  margin-bottom: 5px;
}

.modalHeightSetter > div {
  background: #fff;
}

.pc .newCompanyVisitor {
  top: 240px;
  padding: 40px;
  max-width: 460px;
}
.pc .newCompanyVisitorHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.pc .newCompanyVisitorHeader .headerLogo {
  height: 46px;
  width: auto;
  margin-right: 10px;
}
.pc .newCompanyVisitorHeader .headerLogo img {
  width: auto;
  height: 100%;
}
.pc .newCompanyVisitorHeader .headerLogo .headerText {
  display: none;
}
.pc .newCompanyVisitorHeader .headerText {
  font-size: 36px;
}
.pc .newCompanyVisitorContent {
  margin-bottom: 24px;
  font-size: 16px;
}
.pc .newCompanyVisitorActions {
  display: flex;
  justify-content: space-between;
}
.pc .newCompanyVisitorActions * {
  transition: all 0.3s ease;
}
.pc .newCompanyVisitorActions *:hover {
  text-decoration: none;
}
.pc .newCompanyVisitorActions .p_btn {
  height: 48px;
  line-height: 28px;
  font-size: 17px;
  font-weight: bold;
  width: calc(50% - 6px);
}
.pc .newCompanyVisitorActions .p_btn.close {
  border: 1px solid #cccccc;
}

.sp .newCompanyVisitor {
  top: 25vh;
  padding: 32px 20px 20px 20px;
}
.sp .newCompanyVisitorHeader {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.sp .newCompanyVisitorHeader .headerLogo {
  height: 46px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.sp .newCompanyVisitorHeader .headerLogo img {
  width: auto;
  height: 100%;
  margin-right: 10px;
}
.sp .newCompanyVisitorHeader .headerLogo span {
  font-size: 30px;
}
.sp .newCompanyVisitorHeader .headerText {
  font-size: 32px;
}
.sp .newCompanyVisitorHeader .headerText span {
  display: none;
}
.sp .newCompanyVisitorContent {
  margin-bottom: 24px;
  font-size: 16px;
}
.sp .newCompanyVisitorActions {
  display: flex;
  flex-direction: column-reverse;
}
.sp .newCompanyVisitorActions * {
  transition: all 0.3s ease;
}
.sp .newCompanyVisitorActions *:hover {
  text-decoration: none;
}
.sp .newCompanyVisitorActions .p_btn {
  width: 100%;
}
.sp .newCompanyVisitorActions .p_btn.isMain {
  margin-bottom: 12px;
}
.sp .newCompanyVisitorActions .p_btn.close {
  border: 1px solid #cccccc;
}

#newCompanyVisitorModal {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#newCompanyVisitorModal .modalClose {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 22px;
}
#newCompanyVisitorModal .modalClose .modalCloseOnClick {
  text-decoration: none !important;
}
#newCompanyVisitorModal .modalClose .modalCloseOnClick:before {
  content: "\f00d";
  font-family: fontawesome;
  color: #b2bab3;
}
#newCompanyVisitorModal .modalClose .modalCloseOnClick:hover {
  cursor: pointer;
}

body.people_devise.registrations .peopleSignUpBox .modalClose, body.people_devise.registrations .peopleSignInBox .modalClose, body.people_devise.sessions .peopleSignUpBox .modalClose, body.people_devise.sessions .peopleSignInBox .modalClose, body.people_belonging_approvals .peopleSignUpBox .modalClose, body.people_belonging_approvals .peopleSignInBox .modalClose {
  display: none;
}

.m_notificationMailSettings {
  /* メール通知設定　トグル */
  /* クリックされたとき */
}
.m_notificationMailSettings .mailNotificationToggle {
  line-height: 1em;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #60C31D;
  display: flex;
  justify-content: flex-end;
}
.m_notificationMailSettings .toggle {
  width: 40px;
  height: 24px;
  background-color: #3F9D08;
  border-radius: 20px;
  position: relative;
}
.m_notificationMailSettings .toggle .toggleCircle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  background-color: #FFFFFF;
  top: 2px;
  left: 2px;
}
.m_notificationMailSettings .toggle .toggleCircle::before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 11px;
  line-height: 1em;
  color: #B2BAB3;
  position: absolute;
  top: 4px;
  left: 6px;
}
.m_notificationMailSettings #clicked .toggle .toggleCircle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  background-color: #FFFFFF;
  top: 2px;
  left: 18px;
}
.m_notificationMailSettings #clicked .toggle .toggleCircle::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 10px;
  line-height: 1em;
  color: #60C31D;
  position: absolute;
  top: 5px;
  left: 5px;
}
.m_notificationMailSettings .mailNotificationBehavior form:has(#not_clicked) {
  display: block;
}
.m_notificationMailSettings .mailNotificationBehavior form:has(#clicked) {
  display: none;
}
.m_notificationMailSettings .mailNotificationBehavior.isClicked form:has(#not_clicked) {
  display: none;
}
.m_notificationMailSettings .mailNotificationBehavior.isClicked form:has(#clicked) {
  display: block;
}
.m_notificationMailSettings .mailNotificationBehavior.mailNotificationToggle form:has(#not_clicked) {
  display: flex;
}
.m_notificationMailSettings .mailNotificationBehavior.mailNotificationToggle form:has(#clicked) {
  display: none;
}
.m_notificationMailSettings .mailNotificationBehavior.mailNotificationToggle.isClicked form:has(#not_clicked) {
  display: none;
}
.m_notificationMailSettings .mailNotificationBehavior.mailNotificationToggle.isClicked form:has(#clicked) {
  display: flex;
}
.m_notificationMailSettings .mailNotificationBackground {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.m_notificationMailSettings .mailNotificationBackground li {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.m_notificationMailSettings .mailNotificationBackground li :last-of-type {
  border-bottom: none;
}
.m_notificationMailSettings .mailNotificationBackground li .searchTitle {
  font-size: 16px;
  width: 60%;
  margin-right: 20px;
  line-height: 1.4em;
}
.m_notificationMailSettings .mailNotificationBackground li .searchDelete {
  display: flex;
  margin-left: 20px;
  font-size: 14px;
  align-items: center;
  color: #ff3200;
  min-width: 100px;
}
.m_notificationMailSettings .mailNotificationBackground li i {
  font-size: 16px;
  margin-right: 8px;
}
.m_notificationMailSettings .mailNotificationBackground li i #single {
  display: flex;
  align-items: center;
  color: #ff3200;
  font-size: 24px;
}
.m_notificationMailSettings .mailNotificationBackground li a {
  color: #ff3200;
}

.m_personRegLead h2 {
  color: #60c31d;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 5px;
}
.m_personRegLead dl {
  margin-bottom: 15px;
}
.m_personRegLead dt {
  font-weight: bold;
  margin: 12px auto 8px;
}
.m_personRegLead dd {
  display: flex;
}
.m_personRegLead dd img {
  margin-right: 8px;
}
.m_personRegLead dd p {
  font-size: 12px;
  line-height: 1.5;
}

.m_planCards {
  margin-top: 116px;
  padding-bottom: 74px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.m_planCards .planCardsInner {
  width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .m_planCards .planCardsInner {
    width: 100%;
    padding: 0 20px;
  }
}
.m_planCards .hidden {
  display: none;
}
.m_planCards .activeTab > #jsNonProfitTabBtn,
.m_planCards .activeTab > #jsProfitTabBtn {
  font-weight: bold;
  border: none;
  border-top: #DDDDDD 1px solid;
  border-left: #DDDDDD 1px solid;
  border-right: #DDDDDD 1px solid;
  background-color: #fff;
  color: #60c31d;
  height: 55px;
  top: -55px;
}
.m_planCards .tabBtns {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.m_planCards .nonProfitTab,
.m_planCards .profitTab {
  width: 100%;
  font-weight: bold;
  position: relative;
}
.m_planCards .nonProfitTab.yourPlan::before,
.m_planCards .profitTab.yourPlan::before {
  content: url(//static.activo.jp/assets/yourPlanImg-1e9a2d8101482d24b215609d26b9b4cacfc15f59779936f410ba715eaafc153a.svg);
  position: absolute;
  top: -100px;
}
.m_planCards .nonProfitTab.yourPlan::before {
  right: 36px;
}
.m_planCards .profitTab.yourPlan::before {
  left: 36px;
}
.m_planCards #jsNonProfitTabBtn,
.m_planCards #jsProfitTabBtn {
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 0px 0px;
  height: 47px;
  width: 274px;
  position: absolute;
  color: #fff;
  background-color: #60c31d;
  top: -47px;
  transition: all 0.3s;
}
@media screen and (max-width: 740px) {
  .m_planCards #jsNonProfitTabBtn,
  .m_planCards #jsProfitTabBtn {
    width: 100%;
  }
}
.m_planCards #jsNonProfitTabBtn {
  right: 0;
}
.m_planCards #jsProfitTabBtn {
  left: 0;
}
.m_planCards .planCardsContainer {
  display: flex;
  gap: 24px;
  padding-top: 60px;
}
@media screen and (max-width: 740px) {
  .m_planCards .planCardsContainer {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.m_planCards .planCard {
  width: 337px;
  height: 633px;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.m_planCards .planCardInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_planCards .planCardTitle {
  font-size: 24px;
  font-weight: 600;
  padding-top: 28px;
  text-align: center;
}
.m_planCards .planCardDesc {
  font-size: 14px;
  padding-top: 12px;
  text-align: center;
  line-height: 1.6;
}
.m_planCards .planDiscountLabel {
  background: rgba(255, 137, 69, 0.15);
  font-size: 12px;
  color: #ff8945;
  margin-top: 23px;
  padding: 2px 8px;
  line-height: 1.6;
  border-radius: 50px;
}
.m_planCards .planCardPrice {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 12px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}
.m_planCards .planCardPrice > span,
.m_planCards .planCardPrice > strong {
  font-size: 36px;
  line-height: 1;
}
.m_planCards .planCardPrice .yearLabel {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
}
.m_planCards .planCardPrice .priceLabel {
  font-weight: bold;
}
.m_planCards .planCardBtnContainer {
  display: flex;
  justify-content: center;
}
.m_planCards .planCardBtn {
  padding: 10px 20px;
}
.m_planCards .planSummaryList {
  position: absolute;
  height: 240px;
  width: 100%;
  left: 0;
  bottom: 48px;
}
.m_planCards .listTitle {
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: relative;
  text-align: center;
  color: #60c31d;
}
.m_planCards .listTitle::before {
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #60c31d;
}
.m_planCards .listTitle::after {
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #60c31d;
}
.m_planCards .lists {
  font-size: 14px;
  margin-top: 12px;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  row-gap: 10px;
}
.m_planCards .lists > li {
  padding-left: 24px;
  position: relative;
  line-height: 1.6;
}
.m_planCards .lists > li::before {
  font-family: FontAwesome;
  content: "\f057";
  color: #ccc;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.m_planCards .lists > li.listChecked::before {
  font-family: FontAwesome;
  content: "\f058";
  color: #60c31d;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.m_planCards .lists > li .hoverDesc {
  display: inline-block;
  position: relative;
  padding: 3px 0;
}
.m_planCards .lists > li .hoverDesc img {
  position: absolute;
  top: -8px;
  left: 8px;
}
.m_planCards .lists > li .hoverDesc span {
  position: absolute;
  display: none;
  padding: 10px;
  background-color: #eee;
  left: -200px;
  top: 10px;
  width: 360px;
  font-size: 14px;
  color: #333;
  z-index: 99;
}
.m_planCards .lists > li .hoverDesc span:after {
  border-right: 12px solid #eee;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 210px;
  top: -9px;
  content: "";
  rotate: 90deg;
  position: absolute;
}
.m_planCards .lists > li .hoverDesc:hover span {
  display: inline;
}
.m_planCards .lists > li .hoverDesc:hover span a {
  text-decoration: underline;
}
.m_planCards .toPlanDesc {
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #DDDDDD;
}
.m_planCards .optionDesc {
  font-size: 12px;
}
.m_planCards .optionDesc > a {
  color: #60c31d;
  text-decoration: underline;
  font-weight: bold;
}
.m_planCards .optionDesc::after {
  font-family: FontAwesome;
  content: "\f08e";
  color: #60c31d;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m_planCards .beforePlanFlash,
.m_planCards .beforePlanFlashSub {
  position: absolute;
  top: 48px;
  left: -4px;
  width: 297px;
  height: 54px;
  background-color: rgba(242, 201, 76, 0.2);
  border: 1px solid #f2c94c;
  padding: 8px;
  font-size: 12px;
  line-height: 1.6;
}
.m_planCards .beforePlanFlashSub {
  width: 281px;
  height: 38px;
}
@media screen and (max-width: 740px) {
  .m_planCards .beforePlanFlashSub {
    height: 65px;
  }
}
.m_planCards .p_flashBox {
  width: auto;
  margin-top: 31px;
  padding: 28px;
}
.m_planCards .p_flashBox > h3 {
  font-size: 16px;
  font-weight: 700;
}
.m_planCards .p_flashBox > p {
  font-weight: 300;
  font-size: 13px;
  margin-top: 23px;
}
.m_planCards .planSimulationsBtn {
  display: flex;
  justify-content: end;
  margin-top: 16px;
}
.m_planCards .planSimulationsBtn > a {
  font-size: 14px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #60c31d;
  color: #60c31d;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

/* CSS Document */
/*-----------------------------------------------------
float設定
------------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.boxWrap {
  overflow: hidden;
}

/*-----------------------------------------------------
margin,padding設定
------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .mt05 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt25 {
    margin-top: 25px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt35 {
    margin-top: 35px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt45 {
    margin-top: 45px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mb05 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb25 {
    margin-bottom: 25px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb45 {
    margin-bottom: 45px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb55 {
    margin-bottom: 55px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb65 {
    margin-bottom: 65px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb75 {
    margin-bottom: 75px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb85 {
    margin-bottom: 85px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .mb95 {
    margin-bottom: 95px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .ml15 {
    margin-left: 15px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .ml25 {
    margin-left: 25px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mr15 {
    margin-right: 15px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mr25 {
    margin-right: 25px;
  }
  .pl10 {
    padding-left: 10px;
  }
  .pl15 {
    padding-left: 15px;
  }
  .pl20 {
    padding-left: 20px;
  }
  .pl25 {
    padding-left: 25px;
  }
  .pl30 {
    padding-left: 30px;
  }
  .pl35 {
    padding-left: 35px;
  }
  .pl40 {
    padding-left: 40px;
  }
  .pl45 {
    padding-left: 45px;
  }
  .pl50 {
    padding-left: 50px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pt15 {
    padding-top: 15px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt25 {
    padding-top: 25px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pt35 {
    padding-top: 35px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt45 {
    padding-top: 45px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pb10 {
    padding-bottom: 10px;
  }
  .pb15 {
    padding-bottom: 15px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pb25 {
    padding-bottom: 25px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .pb35 {
    padding-bottom: 35px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb45 {
    padding-bottom: 45px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
}
/*-----------------------------------------------------
テキスト周り
------------------------------------------------------*/
.bold {
  font-weight: bold;
}

.under {
  text-decoration: underline;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

/*-----------------------------------------------------
pcのみ表示,spのみ表示
------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc_only {
    display: none !important;
  }
}
/* =========================================================
 * Plan module
 * 登録ページ等に表示しているプラン詳細表のcss
========================================================= */
/*--column--*/
@media screen {
  .column {
    overflow: hidden;
  }
  .column .column_ch2 {
    width: 48%;
  }
  .column .column_ch2:nth-of-type(odd) {
    clear: both;
    float: left;
  }
  .column .column_ch2:nth-of-type(even) {
    float: right;
  }
  .column .column_ch2L {
    float: left;
    width: 49%;
  }
  .column .column_ch2R {
    float: right;
    width: 49%;
  }
  .column .column_ch3 {
    float: left;
    width: 32%;
  }
  .column .column_ch3:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
  .column .column_ch4 {
    float: left;
    width: 23.5%;
  }
  .column .column_ch4:not(:nth-of-type(4n)) {
    margin-right: 2%;
  }
  .column .column_ch5 {
    float: left;
    width: 19%;
  }
  .column .column_ch5:not(:nth-of-type(5n)) {
    margin-right: 1.25%;
  }
  .column_img {
    width: 20%;
  }
  .column_txt {
    width: 70%;
  }
  .planTitle {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
  }
  .formChangeButton {
    margin: auto !important;
  }
  .tdTop {
    padding-bottom: 33px !important;
    border: none;
  }
  .centerZone {
    text-align: center;
  }
  .centerZone .p_btn.isMain {
    background-color: #ff8945;
  }
  .centerZone .marTop40 {
    margin-top: 40px;
  }
  .planCircle {
    font-size: 24px;
    color: #60c31d;
    font-weight: bold;
  }
  .planRecruit {
    font-size: 13px;
    color: #6a6b6b;
    padding: 20px 0 20px 30px;
  }
  .planRecruit .planSmallTitle {
    float: left;
    font-weight: bold;
    width: 150px;
    text-align: left;
  }
  .planRecruit p {
    width: 80px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
  }
  .planFormBtn {
    display: none;
  }
  .planBox {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    margin: auto;
  }
  .planBox .planTd1 {
    text-align: left;
    border: solid 1px #ebebeb;
    padding: 20px 0 20px 30px;
    font-size: 16px;
    color: #6a6b6b;
    text-align: left;
  }
  .planBox .planTd1 p {
    position: relative;
    opacity: 1;
    display: inline-block;
  }
  .planBox .planTd1 p img {
    vertical-align: bottom;
  }
  .planBox .planTd1 p span {
    position: absolute;
    display: none;
    padding: 10px;
    background-color: #eee;
    left: 37px;
    top: -10px;
    width: 400px;
    font-size: 14px;
    color: #333;
    z-index: 99;
  }
  .planBox .planTd1 p span:after {
    border-right: 12px solid #eee;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -12px;
    top: 15px;
    content: "";
    position: absolute;
  }
  .planBox .planTd1 p:hover span {
    display: inline;
  }
  .planBox .planTd1 p:hover span a {
    text-decoration: underline;
  }
  .planBox .planMessage {
    font-size: 15px;
    font-weight: bold;
    color: #60c31d;
    margin-top: -30px;
    text-align: center;
    margin-bottom: 36px;
  }
  .planBox .circleNumber {
    font-size: 12px;
    color: #60c31d;
    font-weight: bold;
  }
  .planBox .circleNumber2 {
    font-size: 12px;
    color: #6c6b6b;
    font-weight: bold;
  }
  .planBox .planNo {
    font-size: 24px;
  }
  .planBox .planNo2 {
    font-size: 23px;
  }
  .planBox .doublecircle {
    font-size: 27px;
    color: #60c31d;
  }
  .planBox .doublecircleNumber {
    margin-top: -3px;
    color: #60c31d;
  }
  .planBox td {
    border: solid 1px #ebebeb;
    padding-top: 18px;
    padding-bottom: 18px;
    vertical-align: middle !important;
    text-align: center;
    font-size: 14px;
  }
  .planBox td img {
    margin: 0 0 5px 10px;
  }
  .planBox .PlanThreeTitles {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .planBox .threePlans td {
    padding: 0;
    border: none;
  }
  .planBox .freeplanCenterText {
    font-size: 24px;
    font-weight: bold;
    color: #60c31d;
    text-align: center;
    margin-top: 35px !important;
    margin-bottom: 10px;
  }
  .planBox .planButtonFree {
    background-color: #60c31d;
    color: #fff;
    font-size: 16px;
    margin: 66px 20px 0 20px;
    vertical-align: center;
  }
  .planBox .planButton {
    background-color: #808080;
    color: #fff;
    font-size: 16px;
    margin: 28px 20px 0 20px;
    vertical-align: center;
  }
  .planBox .planDescMsg {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .planBox .planPrice {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    text-align: left;
  }
  .planBox .planPrice2 {
    float: left;
  }
  .planBox .monthlyPrice {
    margin: 2px 0 0 90px;
    font-size: 15px;
    font-weight: normal;
  }
  .planBox .priceOff {
    border: solid 2px #60c31d;
    padding: 2px 3px;
    float: left;
    margin-left: 3px;
    margin-top: 4px;
    text-align: center;
    padding: 2px 5px;
  }
  .planBox .priceOff p {
    color: #60c31d;
    font-size: 10px;
    margin: 0;
    font-weight: bold;
  }
  .planBox .jsAccordionIcon, .planBox .jsAccordionIcon2 {
    margin: 20px 5px 0 0 !important;
  }
  .planBox .jsAccordionIcon img, .planBox .jsAccordionIcon2 img {
    margin: 0;
  }
  .planBox .planTheme {
    background-color: #f0f0f0;
  }
  .planBox .planTheme td {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    border: none;
    padding: 20px 0 20px 30px;
  }
  .planBox .planTheme a {
    font-size: 12px;
    color: #6a6b6b;
    margin-left: 5px;
  }
  .planBox .recruitGreen {
    border: solid 1px #60c31d;
    padding: 2px 3px;
    border-radius: 5px;
    float: left;
    margin-left: 50px;
  }
  .planBox .recruitGreen p {
    color: #60c31d;
    font-size: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 740px) {
  .l_wrapper {
    width: 100% !important;
  }
  .planBox {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    table-layout: auto !important;
  }
  .planSlide {
    padding: 10px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .planSlide::-webkit-scrollbar {
    height: 5px;
  }
  .planSlide::-webkit-scrollbar-track {
    background: #ccc;
  }
  .planSlide::-webkit-scrollbar-thumb {
    background: #808080;
  }
}
.iconOff {
  display: inline-block;
  padding: 4px 7px 3px 7px;
  background: #60c31d;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  margin-right: 7px;
}
@media all and (max-width: 640px) {
  .iconOff {
    padding: 4px 4px 3px 4px;
    font-size: 12px;
  }
}

.table02 {
  background: #FFF;
  width: 100%;
}
.table02 th, .table02 td {
  border-bottom: 2px solid #f7f7f7;
  font-size: 16px;
  vertical-align: middle;
}
.table02 th {
  font-weight: bold;
}
.table02 tr:not(:first-child) th {
  color: #666;
}
.table02 th:not(:first-child) {
  color: #60c31d;
}
.table02 th:not(:first-child),
.table02 td {
  text-align: center;
}
@media all and (min-width: 641px) {
  .table02 th, .table02 td {
    padding: 20px;
  }
  .table02 th:first-child {
    width: 30%;
  }
}
@media all and (max-width: 640px) {
  .table02 tr:first-child th:first-child {
    font-weight: bold;
    color: #333;
  }
  .table02 th, .table02 td {
    width: 25%;
    padding: 5px 8px;
    font-size: 12px;
  }
}

.funcData dt {
  padding-right: 2em;
  font-weight: bold;
}
@media all and (min-width: 641px) {
  .funcData {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .funcData dt, .funcData dd {
    display: table-cell;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .funcData dt {
    width: 215px;
  }
}
@media all and (max-width: 640px) {
  .funcData {
    margin-bottom: 15px;
  }
  .funcData dd {
    margin-bottom: 10px;
  }
  .funcData dd a {
    padding-left: 0.5em;
  }
}

.m_plan .isRecruitmentVolunteer,
.m_plan .isRecruitmentEmployee,
.m_plan .isManagementVolunteer,
.m_plan .isAcquisitionDonors,
.m_plan .isRecruitmentEmployee {
  background-color: #fff;
  border: 1px solid #DDDDDD;
}
.m_plan h2 {
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.m_plan .beforePlanFlash {
  position: relative;
  margin: 10px auto 0 auto;
  color: #333;
  background-color: rgba(242, 201, 76, 0.2);
  border: 1px solid #f2c94c;
  padding: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 300px;
}
.m_plan .isRecruitmentEmployee .planTd1 .planCaution {
  font-weight: bold;
  font-size: 14px;
  margin-left: 20px;
  text-decoration: underline;
}
.m_plan .planSlide {
  margin-top: 60px;
}
.m_plan .jsPlanTheme tr:first-child {
  cursor: pointer;
}
.m_plan .jsPlanTheme tr:not(:first-child) {
  display: none;
}
.m_plan .isOpen:before {
  content: "\f077";
  font-family: FontAwesome;
  color: #6a6b6b;
}
.m_plan .isClosing:before {
  content: "\f078";
  font-family: FontAwesome;
  color: #6a6b6b;
}
.m_plan .m_modalBox.isDetailFeatureWebPage {
  width: 600px;
  height: 500px;
  max-width: 100%;
  max-height: 100%;
  overflow: scroll;
  z-index: 10000 !important;
}
.m_plan .m_modalBox.isDetailFeatureWebPage a.close-modal {
  right: 10px;
  top: 10px;
}
.m_plan .m_modalBox.isDetailFeatureWebPage .planButtonFree {
  color: #fff;
  margin: 0;
  margin-top: 10px;
  min-width: 100px;
  display: inline-block;
}
.m_plan .m_modalBox.isDetailFeatureWebPage .textAlignCenter {
  text-align: center;
}
.m_plan .m_modalBox.isDetailFeatureWebPage .mainExplanation {
  font-size: 13px;
  font-weight: bold;
}
.m_plan .toPlanUsage {
  margin-top: 10px;
}
.m_plan .toPlanUsage a {
  color: #60c31d;
  text-decoration: underline;
}

.m_plan.isTight .planButton, .m_plan.isTight .planButtonFree, .m_plan.isTight .planMessage, .m_plan.isTight .hideOnTightMode {
  display: none;
}
.m_plan.isTight .planBox tr:not(.planTheme) td {
  line-height: 1.4;
  padding: 10px;
}
.m_plan.isTight .planBox tr:not(.planTheme) td.planRecruit {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m_plan.isTight .planBox .planTheme td {
  max-width: 260px;
}
.m_plan.isTight .planBox .planTd1 {
  font-size: 15px;
  padding: 20px 0 20px 20px;
  max-width: 260px;
}
.m_plan.isTight .planBox .circleNumber {
  margin-top: -4px;
}
.m_plan.isTight .planBox .circleNumber2 {
  margin-top: -7px;
}

.m_prBox {
  padding: 0 10px 10px;
}
.m_prBox a {
  text-decoration: none;
  display: block;
  width: 100%;
  border: 1px solid #ff8945;
  background: #fff;
  padding: 10px 20px 10px 10px;
  position: relative;
}
.m_prBox a:before {
  position: absolute;
  top: 50%;
  right: 5px;
  color: #ff8945;
}
.m_prBox a .smallLabel {
  font-size: 10px;
  background: #ff8945;
  color: #fff;
  padding: 3px;
  border-radius: 2px;
}
.m_prBox a .prHead {
  margin: 5px 0;
}
.m_prBox a .prHead img,
.m_prBox a .prHead .p_defaultThumbnail {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
}
.m_prBox a .prHead img {
  -o-object-fit: cover;
     object-fit: cover;
}
.m_prBox a .prHead h4 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  display: inline;
}
.m_prBox a p {
  font-size: 12px;
  line-height: 1.2;
}

body.pc .m_prBox {
  padding: 0 0 10px 0;
}

/* 下部の返信導線などの部分
--------------------------------------------------------- */
.m_replyActions {
  margin-top: 5px;
  width: 100%;
  padding: 0 10px;
}
.m_replyActions a, .m_replyActions span {
  margin-bottom: 15px;
  display: block;
}

/* SP
--------------------------------------------------------- */
body.sp .m_replyActions {
  margin-top: 20px;
}

/* 件名や本文などのコンテンツ部分
--------------------------------------------------------- */
.m_replyContent h1 {
  margin: 20px 15px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
.m_replyContent h1 span.repliedAt {
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
}
.m_replyContent .contentHeader {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.m_replyContent .contentHeader .fromIcon {
  float: left;
  margin-right: 10px;
}
.m_replyContent .contentHeader a, .m_replyContent .contentHeader span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_replyContent .contentHeader .fromName {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 9px;
}
.m_replyContent .contentHeader .mailTo {
  color: #60c31d;
  font-size: 14px;
}
.m_replyContent .contentHeader a.p_btn.isSmall {
  float: right;
  margin-top: 9px;
  margin-left: 2px;
}
.m_replyContent .contentHeader .fromIcon {
  border: 1px solid #ccc;
}
.m_replyContent .replyBody {
  margin-top: 10px;
}
.m_replyContent .replyBody a {
  color: #60c31d;
  text-decoration: underline;
}

/* PC
--------------------------------------------------------- */
body.pc .m_replyContent .l_mainContent {
  background-color: #fff;
  padding: 15px;
}

.m_richEditorFroala td {
  text-align: center;
}
.m_richEditorFroala .fr-box.fr-ltr.fr-inline {
  z-index: 0;
}
.m_richEditorFroala .fr-view blockquote {
  color: #333;
  background-color: #f7f9f9;
  border-left: none;
  line-height: 36px;
  padding: 25px 36px;
  margin-bottom: 50px;
}
.m_richEditorFroala .fr-placeholder {
  color: #7b7b7b !important;
}
.m_richEditorFroala .fr-center {
  text-align: center;
}
.m_richEditorFroala .fr-box .fr-visible a.fr-floating-btn svg {
  fill: #333 !important;
}
.m_richEditorFroala .buttonIcon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  font-size: 14px;
  font-weight: bold;
}
.m_richEditorFroala a.fr-floating-btn:hover {
  text-decoration: none;
}
.m_richEditorFroala .fr-element.fr-view {
  min-height: 500px;
}

div.fr-toolbar button.fr-command.fr-btn {
  width: 38px;
}
div.fr-toolbar button.fr-command.fr-btn > span {
  padding: 0 4px 0 8px;
}
div.fr-toolbar .buttonIcon {
  font-size: 17px;
}
div.fr-toolbar .fr-active .buttonIcon {
  color: #0098f7;
}

div.fr-popup #linkList-1 {
  display: none;
}

/* =========================================================
* m_scoutMessageContainer
* people(会員)向け、reg_user(団体)向けの両方でこのcssを読み込む
========================================================= */
.m_scoutMessageContainer {
  padding-top: 40px;
}
.m_scoutMessageContainer h1 {
  font-size: 28px;
  color: #333;
}
.m_scoutMessageContainer .scoutMessageBack {
  width: 100%;
  display: table;
  height: 580px;
  margin: 20px 0;
  border: 1px solid #ccc;
  background-color: #fff;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft {
  display: table-cell;
  vertical-align: top;
  width: 400px;
  border-right: 1px solid #ccc;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .scoutMessageFilter {
  padding: 10px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .scoutMessageFilter .scoutAllMessageTab {
  display: table;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .scoutMessageFilter .scoutAllMessage {
  display: table-cell;
  padding-right: 20px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .scoutMessageFilter .scoutAllMessage .articleSelect {
  width: 100px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .scoutMessageFilter p {
  color: #333;
  font-size: 12px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .scoutMessageFilter input {
  margin: 10px 0;
  width: 100% !important;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector {
  width: 100%;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector ul {
  width: 100%;
  display: table;
  cursor: pointer;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .messageRoomBackLoading {
  text-align: center;
  line-height: 5;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack {
  padding: 0 10px;
  cursor: pointer;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom {
  display: table;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .scoutMessageImg {
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomLeft {
  width: 72px !important;
  display: table-cell;
  vertical-align: middle;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomRight {
  width: 306px !important;
  display: table-cell;
  vertical-align: middle;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomRight .messageRoomName,
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomRight .messageRoomBody,
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomRight .messageRoomTheme {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomRight .messageRoomName {
  width: 18em;
  font-size: 13px;
  color: #808080;
  font-weight: bold;
  padding: 0 !important;
  display: table-cell;
  float: left;
  margin-top: 5px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomRight .messageRoomTime {
  display: table-cell;
  float: right;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomRight p {
  font-size: 12px;
  color: #6c6b6b;
  padding: 5px 0;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomRight .messageRoomBody {
  width: 20em;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack .scoutMessageRoom .messageRoomRight .messageRoomTheme {
  width: 20em;
  border-top: 1px solid #ccc;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack.isSelected {
  background-color: #60c31d;
  opacity: 0.85;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack.isSelected .messageRoomName {
  color: #fff !important;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack.isSelected p {
  color: #fff !important;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack.isSelected .messageRoomTheme {
  border-top: 1px solid #fff !important;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector .p_messageRoomBack:hover {
  background: rgba(96, 195, 29, 0.4);
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector li {
  display: table-cell;
  width: 50%;
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector li.isSelected {
  border-bottom: solid 3px #60c31d;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector li.isSelected p {
  color: #60c31d;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageLeft .p_scoutMessageRoomsSelector li p {
  font-weight: bold;
  color: #6c6b6b;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight {
  display: table-cell;
  width: 660px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer {
  height: 400px;
  width: 100%;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText {
  height: 340px;
  padding: 0 20px;
  overflow: scroll;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageNotice {
  text-align: center;
  padding: 20px 20px 0px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageNotice .scoutMessageNoticeTime {
  font-size: 10px;
  color: #6c6b6b;
  padding: 10px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageTextLeft, .m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageTextRight {
  max-width: 340px;
  padding: 15px;
  border-radius: 12px;
  margin-top: 20px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText p {
  color: #333;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText p span {
  color: #60c31d;
  font-weight: bold;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText a {
  color: #60c31d;
  text-decoration: underline;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageTextRight {
  background-color: #60c31d;
  opacity: 0.8;
  display: table-cell;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageTextRight p {
  color: #fff;
  font-size: 14px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .roomContentRight {
  margin: 0 0 0 auto;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .messageRoomContent {
  display: table;
  margin-top: 20px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .messageRoomContent li .messageTopName {
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #6c6b6b;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageImg {
  border-radius: 50%;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .messageRoomLeft, .m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageTime {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 5px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .messageRoomLeft p, .m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageTime p {
  font-size: 10px;
  color: #6c6b6b;
  margin-left: 5px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageTextLeft {
  background-color: #f0f0f0;
  display: table-cell;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageTextLeft .scoutUserName {
  margin-top: -10px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageText .scoutMessageTextLeft p {
  color: #333;
  font-size: 14px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageName {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: table;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageName p {
  font-weight: bold;
  color: #333;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageName .messageNameTable {
  display: table-cell;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageName .messageNameTable ul {
  display: table;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageName .messageNameTable ul li {
  display: table-cell;
  vertical-align: middle;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageName .messageNameTable ul li p {
  margin-left: 10px;
  font-size: 13px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageViewer .scoutMessageName .scoutMessageImg {
  border-radius: 50%;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageSender {
  background-color: #f0f0f0;
  padding: 20px;
  height: 178px;
  text-align: right;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageSender button {
  margin-top: 10px;
}
.m_scoutMessageContainer .scoutMessageBack .scoutMessageRight .scoutMessageSender .scoutMessageInput {
  border: 1px solid #ccc;
  width: 100%;
  min-height: 90px;
  background-color: #fff;
}

.m_simpleArticleHeader .titleHeader {
  margin-bottom: 10px;
}
.m_simpleArticleHeader .titleHeader:before, .m_simpleArticleHeader .titleHeader:after {
  content: " ";
  display: table;
}
.m_simpleArticleHeader .titleHeader:after {
  clear: both;
}

/* ---------------------------------------------------------
 PC
--------------------------------------------------------- */
.pc .m_snsShare {
  height: 85px;
  margin-top: 20px;
}
.pc .m_snsShare .shareAttention {
  font-size: 15px;
  height: 36px;
  width: 326px;
}
.pc .m_snsShare .snsButtons li {
  width: 53px;
  height: 53px;
  margin-right: 53px;
}
.pc .m_snsShare .snsButtons .lineBox {
  font-size: 40px;
}
.pc .m_snsShare .snsButtons .twBox {
  font-size: 40px;
}
.pc .m_snsShare .snsButtons .fbBox {
  font-size: 30px;
}

/* ---------------------------------------------------------
 SP
--------------------------------------------------------- */
.sp .m_snsShare {
  height: 85px;
  margin: 15px auto 5px;
}
.sp .m_snsShare .shareAttention {
  background-size: cover;
  width: 203px;
  height: 22px;
  padding: 4px 0;
}
.sp .m_snsShare .snsButtons {
  margin: 15px 0 30px;
  height: 34px;
}
.sp .m_snsShare .snsButtons li {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
.sp .m_snsShare .snsButtons .lineBox {
  font-size: 34px;
}
.sp .m_snsShare .snsButtons .lineBox a {
  top: -3px;
  left: 0.5px;
}
.sp .m_snsShare .snsButtons .twBox {
  font-size: 28px;
}
.sp .m_snsShare .snsButtons .twBox a {
  top: 1px;
  left: 1px;
}
.sp .m_snsShare .snsButtons .fbBox {
  font-size: 22px;
}
.sp .m_snsShare .snsButtons .fbBox .p_snsIcon.isFacebook:before {
  display: inline-block;
  margin-top: 6px;
}

/* ---------------------------------------------------------
 共通
--------------------------------------------------------- */
.m_snsShare {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.m_snsShare .shareAttention {
  background: url(//static.activo.jp/assets/attention-cea6f56c1782af24c4d40f8a8869736a2f1c296f6d7b6ae82f317c94d9979883.svg);
  height: 36px;
  width: 326px;
  max-width: 100%;
}
.m_snsShare .shareAttention .shareSentence {
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}
.m_snsShare .snsButtons li:first-child {
  margin-right: 0px;
}
.m_snsShare .snsButtons li {
  text-align: center;
  width: 53px;
  height: 53px;
  margin-top: -4px;
  margin-right: 53px;
  border-radius: 50%;
  float: right;
  position: relative;
}
.m_snsShare .snsButtons a {
  position: absolute;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
}
.m_snsShare .snsButtons a :hover {
  color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.m_snsShare .snsButtons .lineBox {
  background: #00C300;
  font-size: 40px;
}
.m_snsShare .snsButtons .lineBox a {
  top: 2px;
}
.m_snsShare .snsButtons .lineBox :hover {
  background: #2bd92b;
}
.m_snsShare .snsButtons .twBox {
  background: #55acee;
  font-size: 40px;
}
.m_snsShare .snsButtons .twBox a {
  top: 2px;
  left: 1px;
}
.m_snsShare .snsButtons .twBox :hover {
  background: #83c3f3;
}
.m_snsShare .snsButtons .fbBox {
  background: #3b5998;
  font-size: 30px;
}
.m_snsShare .snsButtons .fbBox :hover {
  background: #4c70ba;
}
.m_snsShare .snsButtons .fbBox .p_snsIcon.isFacebook:before {
  display: inline-block;
  margin-top: 12px;
}

/* =========================================================
 * ストーリー本文のmodule
 * 編集ページでも同じcssを使い回す。
========================================================= */
/* pc,sp共通
--------------------------------------------------------- */
.m_storyBody {
  font-size: 16px;
}
.m_storyBody h2 {
  font-size: 22px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
}
.m_storyBody h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
}
.m_storyBody p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 50px;
  word-break: break-word;
}
.m_storyBody p ul li {
  padding-left: 32px;
}
.m_storyBody p a {
  text-decoration: underline;
  word-break: break-word;
}
.m_storyBody a {
  text-decoration: none;
}
.m_storyBody a:hover > .embedLinkContainer .embedLinkContent .linkTitle {
  color: #60c31d;
}
.m_storyBody a .embedLinkContainer {
  width: 100%;
  display: flex;
  border: solid 1px #ccc;
  margin-bottom: 50px;
  border-radius: 3px;
}
.m_storyBody a .embedLinkContainer .embedLinkThumbnail {
  background-position: center center;
  background-size: cover;
  border-radius: 3px 0 0 3px;
}
.m_storyBody a .embedLinkContainer .embedLinkContent {
  border-radius: 0 3px 3px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m_storyBody a .embedLinkContainer .embedLinkContent .linkTitle {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.m_storyBody a .embedLinkContainer .embedLinkContent .linkOutline {
  height: 10px;
  line-height: 17px;
  color: #7b7b7b;
}
.m_storyBody a .embedLinkContainer .embedLinkContent .linkUrl {
  font-size: 10px;
}
.m_storyBody a .embedLinkContainer .embedLinkContent .linkTitle,
.m_storyBody a .embedLinkContainer .embedLinkContent .linkOutline,
.m_storyBody a .embedLinkContainer .embedLinkContent .linkUrl {
  overflow: hidden;
}
.m_storyBody img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-bottom: 50px;
}
.m_storyBody p > img {
  margin-bottom: 0 !important;
}
.m_storyBody blockquote {
  border-radius: 3px;
  background-color: #f0f0f0;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.m_storyBody .contentTable {
  margin-bottom: 56px;
  border-radius: 3px;
  border: solid 1px #ccc;
}
.m_storyBody .contentTable .tableHeading {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.m_storyBody .contentTable ul li {
  margin-bottom: 16px;
}
.m_storyBody .contentTable ul li:last-child {
  margin-bottom: 0;
}
.m_storyBody .contentTable ul li a {
  line-height: 1.5;
  color: #333;
}
.m_storyBody .contentTable ul li a:hover {
  text-decoration: underline;
}
.m_storyBody > ul, .m_storyBody .fr-element.fr-view > ul {
  padding: 16px;
  margin-bottom: 50px;
  border: solid 4px #f0f0f0;
  box-sizing: border-box;
}
.m_storyBody > ul li, .m_storyBody .fr-element.fr-view > ul li {
  position: relative;
  line-height: 2;
}
.m_storyBody > ul li::before, .m_storyBody .fr-element.fr-view > ul li::before {
  margin-right: 8px;
  content: "・";
  color: #60c31d;
  font-weight: bold;
}
.m_storyBody > ul li + li, .m_storyBody .fr-element.fr-view > ul li + li {
  margin-top: 8px;
}
.m_storyBody > ol, .m_storyBody .fr-element.fr-view > ol {
  padding: 16px;
  margin-bottom: 50px;
  border: solid 4px #f0f0f0;
  box-sizing: border-box;
  counter-reset: number;
}
.m_storyBody > ol li, .m_storyBody .fr-element.fr-view > ol li {
  position: relative;
  line-height: 2;
}
.m_storyBody > ol li::before, .m_storyBody .fr-element.fr-view > ol li::before {
  color: #60c31d;
  font-weight: bold;
  margin-right: 8px;
  counter-increment: number;
  content: counter(number);
}
.m_storyBody > ol li + li, .m_storyBody .fr-element.fr-view > ol li + li {
  margin-top: 8px;
}
.m_storyBody .fr-embedly {
  max-height: 400px;
  overflow: hidden;
}

/* pc
--------------------------------------------------------- */
body.pc .m_storyBody .contentTable {
  padding: 32px;
}
body.pc .m_storyBody blockquote {
  padding: 40px;
}
body.pc .m_storyBody a > .embedLinkContainer .embedLinkThumbnail {
  width: 164px;
  height: 164px;
}
body.pc .m_storyBody a > .embedLinkContainer .embedLinkContent {
  padding: 22px 36px 22px 22px;
  width: calc(100% - 164px);
  height: 164px;
}
body.pc .m_storyBody a > .embedLinkContainer .embedLinkContent .linkTitle {
  height: 48px;
  margin-bottom: 16px;
}
body.pc .m_storyBody a > .embedLinkContainer .embedLinkContent .linkOutline {
  height: 36px;
  margin-bottom: 16px;
}

body.sp .m_storyBody .contentTable,
body.sp .m_storyBody blockquote {
  padding: 24px;
}
body.sp .m_storyBody a .embedLinkContainer .embedLinkThumbnail {
  width: 120px;
  height: 136px;
}
body.sp .m_storyBody a .embedLinkContainer .embedLinkContent {
  padding: 16px;
  width: calc(100% - 120px);
  height: 136px;
}
body.sp .m_storyBody a .embedLinkContainer .embedLinkContent .linkTitle,
body.sp .m_storyBody a .embedLinkContainer .embedLinkContent .linkOutline,
body.sp .m_storyBody a .embedLinkContainer .embedLinkContent .linkUrl {
  width: 163px;
  overflow: hidden;
}
body.sp .m_storyBody a .embedLinkContainer .embedLinkContent .linkTitle {
  height: 42px;
  line-height: 22px;
  margin-bottom: 6px;
}
body.sp .m_storyBody a .embedLinkContainer .embedLinkContent .linkOutline {
  height: 36px;
  line-height: 18px;
  margin-bottom: 12px;
}

/* PC、SP共通部分
--------------------------------------------------------- */
.m_storyContentRelated {
  /* 関連コンテンツ
  --------------------------------------------------------- */
  border-radius: 3px;
  background-color: #ffffff;
}
.m_storyContentRelated.stories {
  /* 関連投稿
  --------------------------------------------------------- */
}
.m_storyContentRelated.stories .relatedStoriesContainer .relatedStory {
  text-decoration: none;
}
.m_storyContentRelated.stories .relatedStoriesContainer .relatedStory:hover .relatedStoryContent .storyTitle {
  color: #60c31d;
}
.m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryContent .storyThumbnail {
  background-position: center center;
  background-size: cover;
}
.m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryContent .storyTitle {
  color: #333;
  line-height: 1.5;
}
.m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .likesCounter .p_likedCounterIcon {
  margin-right: 8px;
}
.m_storyContentRelated.stories .likesCounter {
  display: flex;
  justify-content: left;
  align-items: center;
}
.m_storyContentRelated.links {
  /* 関連リンク
  --------------------------------------------------------- */
}
.m_storyContentRelated.links .relatedLinksHeading {
  font-size: 18px;
  width: 100%;
  color: #333;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

/* PC
--------------------------------------------------------- */
body.pc .m_storyContentRelated {
  /* 関連するコンテンツ
  --------------------------------------------------------- */
  padding: 20px;
  margin-bottom: 30px;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer {
  margin-bottom: 56px;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryListItem {
  position: relative;
  padding: 0 11px;
  width: 318px;
  min-height: 268px;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryListItem .relatedStoryContent {
  padding-bottom: 20px;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryListItem .relatedStoryInfo {
  position: absolute;
  bottom: 0;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryListItem .storyDetail {
  width: 318px;
  position: relative;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryListItem .storyDetail .likedPeople {
  position: absolute;
  right: 0;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStory {
  width: calc((100% - 66px) / 3);
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStory:hover .relatedStoryContent .storyTitle {
  color: #60c31d;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryContent .storyThumbnail {
  width: 318px;
  height: 166px;
  border-radius: 3px;
  margin-bottom: 12px;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryContent .storyTitle {
  font-size: 18px;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .storyPostAuthor.onlyPc {
  font-size: 10px;
  color: #7b7b7b;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .storyPostAuthor.onlySp {
  display: none;
}
body.pc .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .storyPostDate {
  display: none;
}
body.pc .m_storyContentRelated.stories .relatedStoriesButton {
  width: 100%;
  margin-bottom: 20px;
}
body.pc .m_storyContentRelated.stories .relatedStoriesButton * {
  transition: all 0.3s ease;
}
body.pc .m_storyContentRelated.stories .relatedStoriesButton *:hover {
  text-decoration: none;
}
body.pc .m_storyContentRelated.stories .relatedStoriesButton a {
  width: 220px;
  height: 56px;
  line-height: 36px;
}

/* SP
--------------------------------------------------------- */
body.sp .m_storyContentRelated {
  background-color: #f0f0f0;
  margin: 0 10px 0 10px;
  padding: 0;
}
body.sp .m_storyContentRelated.stories {
  /* 関連投稿
  --------------------------------------------------------- */
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryListItem {
  background: white;
  padding: 0 20px 0 20px;
  margin: 10px 0;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStory {
  border-radius: 3px;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 0 10px;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryContent {
  margin-bottom: 16px;
  display: flex;
  justify-content: left;
  align-items: top;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryContent .storyThumbnail {
  width: 75px;
  height: 75px;
  margin-right: 12px;
  border-radius: 5px;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryContent .storyTitle {
  width: calc(100% - 87px);
  max-height: 75px;
  font-size: 14px;
  margin-bottom: 20px;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail {
  width: 100%;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .storyPostAuthor.onlyPc {
  display: none;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .likesCounter .p_likedCounterIcon {
  order: 1;
  margin-right: 6px;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .likesCounter .p_likedPeople {
  display: none;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .likesCounter .storyPostAuthor.onlySp {
  order: 3;
  font-size: 10px;
  color: #7b7b7b;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .likesCounter .p_likedAmount {
  order: 2;
  margin-right: 12px;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .likesCounter .p_likedAmount:before {
  content: none;
}
body.sp .m_storyContentRelated.stories .relatedStoriesContainer .relatedStoryInfo .storyDetail .storyPostDate {
  font-size: 10px;
  color: #7b7b7b;
}
body.sp .m_storyContentRelated .relatedStoriesButton {
  display: none;
}

/* sliderで表示する(storyのshowページ pcなど)
--------------------------------------------------------- */
.m_storyContentRelated .relatedStoriesSlider .slick-arrow:before {
  font-family: FontAwesome;
  opacity: 1;
  font-size: 60px;
  color: #808080;
}
.m_storyContentRelated .relatedStoriesSlider .slick-arrow.slick-disabled:before {
  color: #e5e5e5;
  cursor: not-allowed;
}
.m_storyContentRelated .relatedStoriesSlider .slick-prev,
.m_storyContentRelated .relatedStoriesSlider .slick-next {
  width: 60px;
  height: 60px;
}
.m_storyContentRelated .relatedStoriesSlider .slick-prev:before {
  content: "\f137";
}
.m_storyContentRelated .relatedStoriesSlider .slick-next:before {
  content: "\f138";
}

/* 二列で表示する(検索結果ページ pcなど)
--------------------------------------------------------- */
.m_storyContentRelated .relatedStories .relatedStoriesRows2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 42px !important;
}
.m_storyContentRelated .relatedStories .relatedStoriesRows2 .relatedStoryListItem {
  margin: 0 14px 14px;
}

/* PC、SP共通部分
--------------------------------------------------------- */
.m_storySmall {
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 16px;
  text-decoration: none;
}
.m_storySmall * {
  transition: all 0.3s ease;
}
.m_storySmall *:hover {
  text-decoration: none;
}
.m_storySmall:hover {
  text-decoration: none;
}
.m_storySmall:hover .listStoryContent .storyTitle {
  color: #60c31d;
  text-decoration: none;
}
.m_storySmall .listStoryContent {
  margin: 16px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.m_storySmall .listStoryContent .storyThumbnail {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}
.m_storySmall .listStoryContent .storyThumbnailEmpty {
  width: 60px;
  height: 60px;
  padding: 16px;
  background: rgba(188, 188, 188, 0.26);
  border-radius: 5px;
}
.m_storySmall .listStoryContent .storyTitle {
  width: 488px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  word-break: break-word;
}
.m_storySmall .listStoryInfo .listStoryLikes {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}
.m_storySmall .listStoryInfo .listStoryLikes .p_likedCounterIcon {
  margin-right: 6px;
}
.m_storySmall .listStoryInfo .listStoryLikes .p_likedCounterIcon img {
  width: auto;
  height: 100%;
}
.m_storySmall .listStoryInfo .listStoryLikes .p_likedAmount {
  margin-right: 12px;
  color: #7b7b7b;
}
.m_storySmall .listStoryInfo .listStoryLikes .storyPostAuthor {
  color: #7b7b7b;
  width: 155px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m_storySmall .listStoryInfo .storyPostDate {
  font-size: 8px;
  color: #7b7b7b;
}

/* PC
--------------------------------------------------------- */
body.pc .m_storySmall .listStoryContent .storyThumbnail, body.pc .m_storySmall .listStoryContent .storyThumbnailEmpty {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
body.pc .m_storySmall .listStoryLikes .likesIcon {
  height: 12px;
}
body.pc .m_storySmall .listStoryLikes .storyPostDate {
  display: none;
}

/* SP
--------------------------------------------------------- */
body.sp .m_storySmall .listStoryContent .storyThumbnail {
  width: 75px;
  height: 75px;
  margin-right: 12px;
}
body.sp .m_storySmall .listStoryContent .storyTitle {
  width: calc(100% - 87px);
  max-height: 75px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
body.sp .m_storySmall .listStoryInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}
body.sp .m_storySmall .listStoryInfo .listStoryLikes .likesIcon {
  height: 14px;
}

.jsTabs {
  display: none;
}
.jsTabs.active {
  display: block;
}

.m_envBar.scrolled .envBarContent {
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}
.m_envBar .envBarContent {
  height: 45px;
  z-index: 9999999;
  width: 100%;
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  line-height: 1.5em;
  position: fixed;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.m_envBar .envBarContent.isDevelopment {
  background-color: #c32e1d;
}
.m_envBar .envBarContent.isStaging {
  background-color: #2F96B4;
}
.m_envBar .envBarContent strong {
  font-weight: bold !important;
}
.m_envBar .envBarContent p {
  margin: 0;
}
.m_envBar .envBarContent .envBarBtn {
  cursor: pointer;
  padding: 3px 18px;
  border-radius: 4px;
  border: 1px solid white;
}
.m_envBar .envBarContent .envBarBtn:hover {
  font-weight: bold;
}

html.isShowEnvBar .m_envBar .envBarContent {
  top: 0 !important;
}
html.isShowManageBar.isShowEnvBar .m_envBar .envBarContent {
  top: 32px !important;
}

/* =========================================================
ABテストで使用するcssを一元管理するためのcss
=========================================================*/
/* ---------------------------------------------------------
 記事ページ
--------------------------------------------------------- */
body.articles.show.pc .class_b, body.articles.sp_show_preview.pc .class_b {
  display: none;
}
body.articles.show.sp, body.articles.sp_show_preview.sp {
  /* ------------------------------------------------------------------
    要約のABテスト: start
  --------------------------------------------------------------------- */
  /* ------------------------------------------------------------------
    要約のABテスト: end
  --------------------------------------------------------------------- */
}
body.articles.show.sp .tagName.class_a, body.articles.sp_show_preview.sp .tagName.class_a {
  font-size: 13px !important;
  color: #ff8945 !important;
  border: solid 1px #ff8945 !important;
}
body.articles.show.sp .class_b, body.articles.sp_show_preview.sp .class_b {
  display: none !important;
}
body.articles.show.sp .m_generatedArticleSummary, body.articles.sp_show_preview.sp .m_generatedArticleSummary {
  margin-top: 40px;
  border-radius: 8px;
}
body.articles.show.sp .m_generatedArticleSummary.testC, body.articles.sp_show_preview.sp .m_generatedArticleSummary.testC {
  margin-top: 16px;
  margin-bottom: 20px;
}
body.articles.show.sp .m_generatedArticleSummary .summaryHeader, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryHeader {
  display: flex;
  align-items: center;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 16px;
}
body.articles.show.sp .m_generatedArticleSummary .summaryHeader h2, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryHeader h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #60c31d;
}
body.articles.show.sp .m_generatedArticleSummary .summaryHeader .hideToggleBtn, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryHeader .hideToggleBtn {
  background: none;
  border: 1px solid #60c31d;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  color: #60c31d;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
body.articles.show.sp .m_generatedArticleSummary .summaryHeader .hideToggleBtn i, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryHeader .hideToggleBtn i {
  font-size: 12px;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent {
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 16px;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem:last-child, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem:last-child {
  border-bottom: none;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem .titleContainer, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem .titleContainer {
  display: flex;
  align-items: center;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 8px;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem h3, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #60c31d;
  text-decoration: underline;
  line-height: 1.4;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem .summaryIcons, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem .summaryIcons {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  text-decoration: none;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem .summaryIcons i, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem .summaryIcons i {
  position: relative;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  background-color: #60c31d;
  border-radius: 50%;
  padding: 5px;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem .p_tooltip, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem .p_tooltip {
  max-width: 280px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: wrap;
  opacity: 1;
  top: 100%;
  margin-top: 8px;
  line-height: 1.5;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem .summaryText, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem .summaryText {
  color: #666;
  line-height: 1.5;
  margin: 0 0 12px 0;
  font-size: 14px;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem .detailLink, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem .detailLink {
  display: inline-flex;
  align-items: center;
  color: #60c31d;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #60c31d;
  border-radius: 16px;
  padding: 4px 12px;
  background-color: transparent;
  align-self: flex-end;
}
body.articles.show.sp .m_generatedArticleSummary .summaryContent .summaryItem .detailLink:active, body.articles.sp_show_preview.sp .m_generatedArticleSummary .summaryContent .summaryItem .detailLink:active {
  background-color: #60c31d;
  color: white;
}
body.articles.show.sp .m_generatedArticleSummary.isHidden .summaryContent .summaryItem .summaryText,
body.articles.show.sp .m_generatedArticleSummary.isHidden .summaryContent .summaryItem .detailLink, body.articles.sp_show_preview.sp .m_generatedArticleSummary.isHidden .summaryContent .summaryItem .summaryText,
body.articles.sp_show_preview.sp .m_generatedArticleSummary.isHidden .summaryContent .summaryItem .detailLink {
  display: none;
}
body.articles.show.sp .m_generatedArticleSummary.isHidden .summaryHeader .hideToggleBtn[data-action=show], body.articles.sp_show_preview.sp .m_generatedArticleSummary.isHidden .summaryHeader .hideToggleBtn[data-action=show] {
  color: #4CAF50;
  border-color: #4CAF50;
}
body.articles.show.sp .m_generatedArticleSummary.isHidden .summaryHeader .hideToggleBtn[data-action=show]:hover, body.articles.sp_show_preview.sp .m_generatedArticleSummary.isHidden .summaryHeader .hideToggleBtn[data-action=show]:hover {
  background-color: #4CAF50;
  color: white;
}

/* ---------------------------------------------------------
 検索結果ページ
--------------------------------------------------------- */
body.search.searchresult.sp .class_a, body.search.bookmark.sp .class_a, body.search.recent.sp .class_a {
  display: none;
}
body.search.searchresult.sp .imgClassB, body.search.bookmark.sp .imgClassB, body.search.recent.sp .imgClassB {
  display: none;
}
body.search.searchresult.sp .m_personRegLead.class_a, body.search.bookmark.sp .m_personRegLead.class_a, body.search.recent.sp .m_personRegLead.class_a {
  display: block;
}
body.search.searchresult .m_personRegLead.class_b, body.search.bookmark .m_personRegLead.class_b, body.search.recent .m_personRegLead.class_b {
  display: none;
}
body.search.searchresult.sp .m_personRegLead.class_b, body.search.bookmark.sp .m_personRegLead.class_b, body.search.recent.sp .m_personRegLead.class_b {
  padding: 10px;
}
body.search.searchresult.sp .m_personRegLead.class_b img, body.search.bookmark.sp .m_personRegLead.class_b img, body.search.recent.sp .m_personRegLead.class_b img {
  width: 100%;
  height: auto;
}

body.search.sp {
  /* ---------------------------------------------------------
    対象身分のABテスト: start
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
    対象身分のABテスト: end
  --------------------------------------------------------- */
}
body.search.sp .m_searchLinkBox + .selectVolunteerJob {
  display: none;
}
body.search.sp .m_searchLinkBox + .selectVolunteerJob + .m_searchModal {
  display: none;
}
body.search.sp .displayNoneSelectVolunteerJob {
  display: none !important;
}
body.search.sp .resultElements.testB .isPositionsAndAgeGroup.p_icon:before {
  content: "\f007";
  color: #60c31d;
}
body.search.sp .resultElements.testB li:nth-child(3) .itemText {
  white-space: pre-wrap !important;
  max-height: none !important;
  line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
}

/* ---------------------------------------------------------
 Topページ
--------------------------------------------------------- */
body.home.index {
  /* ABテスト
    class_aをコメントイン、class_bをコメントアウトでエリアテキストを表示(実装後)
    class_aをコメントアウト、class_bをコメントインでエリアタグを表示(実装前)
  */
}
body.home.index.pc .class_b {
  display: none;
}
body.home.index.sp .class_b {
  display: none;
}

.sideContentHeading {
  padding: 0;
}
.sideContentHeading .p_boxHeading {
  border-bottom: none;
  background-color: #60c31d;
  color: #fff;
  padding: 15px 20px;
}

/* =========================================================
 * plan_simulationsのスタイル
 * pageとreactのcomponentで使われるスタイル(PlanSimulator.jsx)
========================================================= */
body.plan_simulations.show {
  line-height: 1.4em;
  /**
   * React Select
   * ============
   * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
   * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
   * MIT License: https://github.com/JedWatson/react-select
  */
  /* ---------------------------------------------------------
    PlanSimulator.jsx
  --------------------------------------------------------- */
}
body.plan_simulations.show .Select {
  position: relative;
}
body.plan_simulations.show .Select,
body.plan_simulations.show .Select div,
body.plan_simulations.show .Select input,
body.plan_simulations.show .Select span {
  box-sizing: border-box;
}
body.plan_simulations.show .Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
body.plan_simulations.show .Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
body.plan_simulations.show .Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
body.plan_simulations.show .Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
body.plan_simulations.show .Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
body.plan_simulations.show .Select-control .Select-input:focus {
  outline: none;
}
body.plan_simulations.show .is-searchable.is-open > .Select-control {
  cursor: text;
}
body.plan_simulations.show .is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
body.plan_simulations.show .is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
body.plan_simulations.show .is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
body.plan_simulations.show .is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
body.plan_simulations.show .Select-placeholder,
body.plan_simulations.show .Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.plan_simulations.show .has-value.Select--single > .Select-control .Select-value .Select-value-label,
body.plan_simulations.show .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
body.plan_simulations.show .has-value.Select--single > .Select-control .Select-value a.Select-value-label,
body.plan_simulations.show .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
body.plan_simulations.show .has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
body.plan_simulations.show .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
body.plan_simulations.show .has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
body.plan_simulations.show .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
body.plan_simulations.show .Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
body.plan_simulations.show .Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
body.plan_simulations.show .is-focused .Select-input > input {
  cursor: text;
}
body.plan_simulations.show .has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
body.plan_simulations.show .Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
body.plan_simulations.show .Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
body.plan_simulations.show .Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
body.plan_simulations.show .Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
body.plan_simulations.show .Select-clear-zone:hover {
  color: #D0021B;
}
body.plan_simulations.show .Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
}
body.plan_simulations.show .Select--multi .Select-clear-zone {
  width: 17px;
}
body.plan_simulations.show .Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
body.plan_simulations.show .Select-arrow {
  border-color: #333 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
body.plan_simulations.show .is-open .Select-arrow,
body.plan_simulations.show .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
body.plan_simulations.show .Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
body.plan_simulations.show .Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.plan_simulations.show .Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
body.plan_simulations.show .Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
body.plan_simulations.show .Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
body.plan_simulations.show .Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.plan_simulations.show .Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
body.plan_simulations.show .Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
body.plan_simulations.show .Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
body.plan_simulations.show .Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
body.plan_simulations.show .Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
body.plan_simulations.show .Select--multi.has-value .Select-input {
  margin-left: 5px;
}
body.plan_simulations.show .Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
body.plan_simulations.show .Select--multi .Select-value-icon,
body.plan_simulations.show .Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
body.plan_simulations.show .Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
body.plan_simulations.show .Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
body.plan_simulations.show .Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
body.plan_simulations.show .Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
body.plan_simulations.show .Select--multi .Select-value-icon:hover,
body.plan_simulations.show .Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
body.plan_simulations.show .Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
body.plan_simulations.show .Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
body.plan_simulations.show .Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
body.plan_simulations.show .Select--multi.is-disabled .Select-value-icon:hover,
body.plan_simulations.show .Select--multi.is-disabled .Select-value-icon:focus,
body.plan_simulations.show .Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
body.plan_simulations.show .Select.isSmall .Select-control,
body.plan_simulations.show .Select.isSmall .Select-input {
  height: 25px;
}
body.plan_simulations.show .Select.isSmall .Select-value,
body.plan_simulations.show .Select.isSmall .Select-placeholder {
  line-height: 25px;
  font-size: 12.5px;
}
body.plan_simulations.show .planSimulationsHeader {
  height: 100px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.plan_simulations.show .planSimulationsHeader > p {
  color: #60c31d;
  font-size: 18px;
  font-weight: 600;
}
body.plan_simulations.show .planSimulationsHeader > h1 {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
}
body.plan_simulations.show .planSimulationsDesc {
  text-align: center;
  margin: 80px 0 40px 0;
  font-size: 14px;
  line-height: 1.6em;
}
body.plan_simulations.show .closeBtnContainer {
  display: flex;
  justify-content: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-top: 40px;
}
body.plan_simulations.show .closeBtnContainer > a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
body.plan_simulations.show .closeBtnContainer > a:hover {
  background-color: whitesmoke;
}
body.plan_simulations.show .l_wrapper {
  min-width: 1060px;
}
body.plan_simulations.show .closeBtnDesc {
  display: flex;
  justify-content: center;
}
body.plan_simulations.show .closeBtnDesc > p {
  display: inline-block;
  margin: 16px auto 113px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6em;
}
body.plan_simulations.show a {
  font-weight: bold;
  text-decoration: underline;
}
body.plan_simulations.show .planSimulationContainer {
  background-color: #fff;
  padding: 40px;
}
body.plan_simulations.show .planSimulationContainer h3 {
  margin-top: 24px;
}
body.plan_simulations.show .exampleContainer {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 8px;
}
body.plan_simulations.show .exampleItem {
  position: relative;
  width: 480px;
  height: 395px;
  border-radius: 10px;
  border: 1px solid #60c31d;
  background-color: rgba(244, 255, 237, 0.5);
}
body.plan_simulations.show .orgContainer {
  display: flex;
  justify-content: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding-top: 30px;
  position: relative;
}
body.plan_simulations.show .orgContainer::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ff8945;
}
body.plan_simulations.show .orgTitle {
  position: absolute;
  top: -14px;
  left: 20px;
  color: #fff;
  background-color: #60c31d;
  border-radius: 70px;
  padding: 4px 16px;
}
body.plan_simulations.show .orgImage {
  width: 111px;
  height: 111px;
  border-radius: 100%;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
body.plan_simulations.show .orgComment {
  width: 307px;
  height: 128px;
}
body.plan_simulations.show .orgComment > strong {
  color: #ff8945;
  line-height: 1.6em;
}
body.plan_simulations.show .priceWrapper {
  position: absolute;
  top: 184px;
  left: 20px;
  width: 440px;
}
body.plan_simulations.show .priceWrapper > p {
  margin-top: 8px;
}
body.plan_simulations.show .priceContainer {
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 15px 20px;
  text-align: center;
}
body.plan_simulations.show .priceTitle {
  position: absolute;
  color: #60c31d;
  background-color: #fff;
  padding: 2px 16px;
  top: -12px;
  left: 12px;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  border-radius: 70px;
}
body.plan_simulations.show .priceItem {
  border-right: 1px solid #DDDDDD;
  padding-right: 15px;
  font-size: 12px;
}
body.plan_simulations.show .priceItem .isMonth {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
body.plan_simulations.show .priceItem .isApplicant {
  margin-top: 8px;
  background-color: #efefef;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 31px;
}
body.plan_simulations.show .priceItem .isApplicant > strong {
  color: #60c31d;
  font-size: 20px;
  margin-right: 4px;
}
body.plan_simulations.show .priceItem .isDesc {
  margin-top: 8px;
}
body.plan_simulations.show .priceItem .isDescRed {
  font-weight: bold;
  color: #DC3545;
}
body.plan_simulations.show .priceItem .isPrice {
  margin-top: 12px;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
body.plan_simulations.show .priceItem:last-child {
  border-right: none;
  padding-right: 0;
}
body.plan_simulations.show .checkBoxes {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
body.plan_simulations.show .checkBoxes > label {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
body.plan_simulations.show .applicantsContainer {
  display: flex;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  align-items: center;
  margin-top: 12px;
}
body.plan_simulations.show .applicantsContainer > input {
  margin-top: 0;
  width: 80px;
}
body.plan_simulations.show .applicantsContainer .isDesc {
  margin-left: 32px;
  color: #60c31d;
  font-weight: 600;
  line-height: 160%;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #60c31d;
  background-color: #F4FFED;
  padding: 4px 16px;
}
body.plan_simulations.show .statusDesc {
  margin-top: 16px;
}
body.plan_simulations.show .addOptionContainer {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
body.plan_simulations.show .addOptionContainer .isAddBtn {
  display: inline-block;
  color: #4e4e4e;
}
body.plan_simulations.show .addOptionContainer .isAddBtn::before {
  content: "\f055";
  font-family: fontawesome;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
body.plan_simulations.show .addOptionList {
  display: flex;
  align-items: center;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}
body.plan_simulations.show .addOptionList .isDeleteBtn::after {
  content: "\f057";
  font-family: fontawesome;
  font-size: 20px;
  vertical-align: middle;
}
body.plan_simulations.show .calcBtn {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
body.plan_simulations.show .calcBtn > button {
  padding: 10px 20px;
  background-color: #60c31d;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
body.plan_simulations.show .calcBtn > button:hover {
  background-color: #50A318;
}
body.plan_simulations.show .calcBtn > button:active {
  box-shadow: none;
}
body.plan_simulations.show .calculatedContainer {
  margin-top: 40px;
  border: 1px solid #60c31d;
  background: rgba(244, 255, 237, 0.5);
  padding: 40px;
}
body.plan_simulations.show .titleContainer {
  display: flex;
  justify-content: space-between;
}
body.plan_simulations.show .titleContainer .isTitle {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}
body.plan_simulations.show .titleContainer .isSub {
  margin-top: 12px;
  font-size: 14px;
}
body.plan_simulations.show .resultsContainer {
  text-align: right;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 14px;
}
body.plan_simulations.show .resultsContainer .isMain {
  font-size: 20px;
  font-weight: bold;
  color: #ff8945;
}
body.plan_simulations.show .resultsContainer strong {
  font-size: 16px;
}
body.plan_simulations.show .yearlyTableContainer {
  margin-top: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
body.plan_simulations.show .yearlyTableContainer dd,
body.plan_simulations.show .yearlyTableContainer dt {
  border: 1px solid #DDDDDD;
  border-width: 0 1px 1px 0;
}
body.plan_simulations.show .yearlyTableContainer .isData {
  font-weight: bold;
  background-color: #fff;
  min-height: 44px;
  min-width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.plan_simulations.show .yearlyTableContainer .isTitle {
  background-color: #efefef;
  text-align: center;
  height: 44px;
  min-width: 115px;
  padding: 10px;
}
body.plan_simulations.show .yearlyTable {
  display: flex;
}
body.plan_simulations.show .yearlyTable .isTitle {
  font-weight: bold;
  display: flex;
  align-items: center;
}
body.plan_simulations.show .yearlyTable .isData {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}
body.plan_simulations.show .yearlyTable .isData strong {
  color: #60c31d;
  font-weight: bold;
  font-size: 16px;
  margin-right: 2px;
}
body.plan_simulations.show .yearlyTable .isData span {
  line-height: 18px;
  padding-top: 2px;
}
body.plan_simulations.show .overFlowXScroll {
  overflow-x: scroll;
  display: flex;
}
body.plan_simulations.show .Select {
  width: 150px;
}
body.plan_simulations.show .calculatedDesc {
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background: rgba(255, 255, 255, 0.9);
  padding: 18px 24px;
  margin-top: 20px;
}

/* # =================================================================
   # static_pages
   # ================================================================= */
.static_pages.pc .l_wideContent p {
  margin-bottom: 25px;
}
.static_pages.pc .l_wideContent p a {
  color: #60c31d;
}
.static_pages.pc .backBtnPosition {
  margin-top: 20px;
}
.static_pages.pc .mypageLeadingToProfileEdit {
  text-align: center;
}
.static_pages.pc .mypageLeadingToProfileEdit .title {
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
}
.static_pages.pc .mypageLeadingToProfileEdit p {
  padding-bottom: 20px;
}

.static_pages.sp .l_wideContent p {
  margin-bottom: 20px;
}
.static_pages.sp .l_mainContent {
  margin-top: 16px;
  padding: 20px;
}
.static_pages.sp .backBtnPosition {
  margin-top: 20px;
}
.static_pages.sp .backBtnPosition .p_btn.isChevronLeft {
  margin-left: 8px;
}
.static_pages.sp .backBtnPosition .p_btn.isChevronLeft:before {
  font-size: 8px;
}
.static_pages.sp .mypageLeadingToProfileEdit {
  text-align: center;
}
.static_pages.sp .mypageLeadingToProfileEdit .leadToProfileImg {
  width: 303px;
  height: 264px;
  -o-object-fit: cover;
     object-fit: cover;
}
.static_pages.sp .mypageLeadingToProfileEdit .title {
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
}
.static_pages.sp .mypageLeadingToProfileEdit p {
  padding-bottom: 20px;
}

.static_pages div.suggestFaqList {
  text-align: center;
}
.static_pages div.suggestFaqList form {
  display: inline;
  width: 60%;
}
.static_pages div.suggestFaqList form input {
  margin-bottom: 32px;
  margin-top: 20px;
  height: 48px;
  font-size: 16px;
}
.static_pages div.suggestFaqList form input.suggestFaqList {
  width: 63%;
  padding-left: 10px;
}
.static_pages div.suggestFaqList form input.faqSearch {
  width: 7%;
  font-weight: bold;
  background: #505050;
  color: #FFF;
  border-radius: 3px;
}
.static_pages div.suggestFaqList div {
  font-weight: bold;
  font-size: 20px;
}
.static_pages ul.subjectSuggestFaqList li {
  font-size: 14px;
}
.static_pages ul.ui-autocomplete {
  background: #fff;
}
.static_pages .ui-widget-content li {
  font-size: 14px;
  padding: 10px;
}
.static_pages .ui-state-focus {
  background: #e0e0e0 !important;
}

.static_pages.for_company .contactBox {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 2;
}

.static_pages.for_company.pc, .static_pages.for_company_volunteer.pc {
  /* トップ */
  /* フォーム */
  /* サービスメニュー */
}
.static_pages.for_company.pc h1, .static_pages.for_company_volunteer.pc h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5em;
}
.static_pages.for_company.pc h2, .static_pages.for_company_volunteer.pc h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5em;
}
.static_pages.for_company.pc h3, .static_pages.for_company_volunteer.pc h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
}
.static_pages.for_company.pc .contents, .static_pages.for_company_volunteer.pc .contents {
  display: flex;
  justify-content: space-between;
  width: 1060px;
  position: relative;
  margin: 0 auto;
}
.static_pages.for_company.pc .left, .static_pages.for_company_volunteer.pc .left {
  width: 655px;
}
.static_pages.for_company.pc .leadBg, .static_pages.for_company_volunteer.pc .leadBg {
  width: 100%;
  height: 570px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(//static.activo.jp/assets/activoIncHpBackImg-7ddf25aa59b7821a84dc174eb6687b587e532c7b8846be5f8e0a6d0c99359446.png);
  background-repeat: repeat, no-repeat;
  background-size: cover;
  position: absolute;
}
.static_pages.for_company.pc .introduction, .static_pages.for_company_volunteer.pc .introduction {
  color: white;
  padding-top: 200px;
  height: 580px;
}
.static_pages.for_company.pc .introduction h1, .static_pages.for_company_volunteer.pc .introduction h1 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
}
.static_pages.for_company.pc .introduction p, .static_pages.for_company_volunteer.pc .introduction p {
  font-size: 17px;
  font-weight: normal;
  margin-top: 24px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
}
.static_pages.for_company.pc .contactBox, .static_pages.for_company_volunteer.pc .contactBox {
  margin: 40px 0px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.static_pages.for_company.pc .contactBox .formInput, .static_pages.for_company_volunteer.pc .contactBox .formInput {
  margin-bottom: 16px;
  text-align: left;
}
.static_pages.for_company.pc .contactBox .buttonArea, .static_pages.for_company_volunteer.pc .contactBox .buttonArea {
  text-align: center;
}
.static_pages.for_company.pc .contactBox label, .static_pages.for_company_volunteer.pc .contactBox label {
  display: block;
  margin-bottom: 8px;
}
.static_pages.for_company.pc .contactBox label::after, .static_pages.for_company_volunteer.pc .contactBox label::after {
  content: "必須";
  padding: 3px 6px;
  margin-left: 8px;
  color: white;
  font-size: 10px;
  background-color: #60c31d;
}
.static_pages.for_company.pc .contactBox input, .static_pages.for_company.pc .contactBox textarea, .static_pages.for_company_volunteer.pc .contactBox input, .static_pages.for_company_volunteer.pc .contactBox textarea {
  width: 340px;
}
.static_pages.for_company.pc .contactBox .heading, .static_pages.for_company_volunteer.pc .contactBox .heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.static_pages.for_company.pc .serviceMenuList, .static_pages.for_company_volunteer.pc .serviceMenuList {
  padding: 64px 0 40px 0;
}
.static_pages.for_company.pc .serviceMenuList h2, .static_pages.for_company_volunteer.pc .serviceMenuList h2 {
  margin-bottom: 40px;
}
.static_pages.for_company.pc .serviceMenuList .serviceList, .static_pages.for_company_volunteer.pc .serviceMenuList .serviceList {
  margin-bottom: 40px;
}
.static_pages.for_company.pc .serviceMenuList .serviceTitle, .static_pages.for_company_volunteer.pc .serviceMenuList .serviceTitle {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.static_pages.for_company.pc .serviceMenuList .serviceTitle h3, .static_pages.for_company_volunteer.pc .serviceMenuList .serviceTitle h3 {
  display: inline;
  margin-left: 24px;
}
.static_pages.for_company.pc .serviceMenuList .serviceNum, .static_pages.for_company_volunteer.pc .serviceMenuList .serviceNum {
  display: inline;
  font-size: 32px;
  font-style: italic;
  line-height: 1.5em;
  color: #60c31d;
}
.static_pages.for_company.pc .serviceMenuList .serviceDescription, .static_pages.for_company_volunteer.pc .serviceMenuList .serviceDescription {
  font-size: 15px;
  line-height: 1.5em;
  color: #6C6B6B;
}
.static_pages.for_company.sp, .static_pages.for_company_volunteer.sp {
  /* トップ */
  /* サービスメニュー */
  /* フォーム */
}
.static_pages.for_company.sp h1, .static_pages.for_company_volunteer.sp h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
}
.static_pages.for_company.sp h2, .static_pages.for_company_volunteer.sp h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
}
.static_pages.for_company.sp h3, .static_pages.for_company_volunteer.sp h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
.static_pages.for_company.sp .leadBg, .static_pages.for_company_volunteer.sp .leadBg {
  width: 100%;
  height: 345px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(//static.activo.jp/assets/activoIncHpBackImg-7ddf25aa59b7821a84dc174eb6687b587e532c7b8846be5f8e0a6d0c99359446.png);
  background-repeat: repeat, no-repeat;
  background-size: cover;
  position: absolute;
}
.static_pages.for_company.sp .contents, .static_pages.for_company_volunteer.sp .contents {
  position: relative;
  margin: 0 16px;
}
.static_pages.for_company.sp .introduction, .static_pages.for_company_volunteer.sp .introduction {
  margin: auto 0;
  color: white;
  height: 345px;
  padding-top: 120px;
}
.static_pages.for_company.sp .introduction h1, .static_pages.for_company_volunteer.sp .introduction h1 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
}
.static_pages.for_company.sp .introduction p, .static_pages.for_company_volunteer.sp .introduction p {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 16px;
  font-weight: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
}
.static_pages.for_company.sp .serviceMenuList, .static_pages.for_company_volunteer.sp .serviceMenuList {
  padding-top: 40px;
  margin-bottom: 40px;
}
.static_pages.for_company.sp .serviceMenuList h2, .static_pages.for_company_volunteer.sp .serviceMenuList h2 {
  margin-bottom: 18px;
}
.static_pages.for_company.sp .serviceMenuList .serviceList, .static_pages.for_company_volunteer.sp .serviceMenuList .serviceList {
  margin-bottom: 32px;
}
.static_pages.for_company.sp .serviceMenuList .serviceTitle, .static_pages.for_company_volunteer.sp .serviceMenuList .serviceTitle {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.static_pages.for_company.sp .serviceMenuList .serviceNum, .static_pages.for_company_volunteer.sp .serviceMenuList .serviceNum {
  display: inline;
  font-size: 32px;
  font-style: italic;
  line-height: 1.5em;
  color: #60c31d;
}
.static_pages.for_company.sp .serviceMenuList h3, .static_pages.for_company_volunteer.sp .serviceMenuList h3 {
  display: inline;
  margin-left: 24px;
}
.static_pages.for_company.sp .serviceMenuList .serviceDescription, .static_pages.for_company_volunteer.sp .serviceMenuList .serviceDescription {
  font-size: 15px;
  line-height: 1.5em;
  color: #6C6B6B;
}
.static_pages.for_company.sp .contactBox, .static_pages.for_company_volunteer.sp .contactBox {
  display: flex;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.static_pages.for_company.sp .contactBox form, .static_pages.for_company_volunteer.sp .contactBox form {
  width: 100%;
}
.static_pages.for_company.sp .contactBox form .formInput, .static_pages.for_company_volunteer.sp .contactBox form .formInput {
  margin-bottom: 16px;
}
.static_pages.for_company.sp .contactBox form .formInput label, .static_pages.for_company_volunteer.sp .contactBox form .formInput label {
  display: block;
  margin-bottom: 8px;
}
.static_pages.for_company.sp .contactBox form .formInput label::after, .static_pages.for_company_volunteer.sp .contactBox form .formInput label::after {
  content: "必須";
  padding: 3px 6px;
  margin-left: 8px;
  color: white;
  font-size: 10px;
  background-color: #60c31d;
}
.static_pages.for_company.sp .contactBox form .formInput input, .static_pages.for_company.sp .contactBox form .formInput textarea, .static_pages.for_company_volunteer.sp .contactBox form .formInput input, .static_pages.for_company_volunteer.sp .contactBox form .formInput textarea {
  width: 100%;
}
.static_pages.for_company.sp .contactBox form .buttonArea, .static_pages.for_company_volunteer.sp .contactBox form .buttonArea {
  text-align: center;
}
.static_pages.for_company.sp .contactBox .heading, .static_pages.for_company_volunteer.sp .contactBox .heading {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.static_pages.for_company_volunteer {
  background: white;
}
.static_pages.for_company_volunteer .seeMore {
  margin-top: 20px;
  border: 1px solid #ff8945;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 21px;
  color: white;
  background: #ff8945;
}
.static_pages.for_company_volunteer .seeMore:hover {
  color: #ff8945;
  background: white;
}
.static_pages.for_company_volunteer.pc {
  /* トップ */
  /* 右コラム */
  /* ソリューションについて */
}
.static_pages.for_company_volunteer.pc h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5em;
}
.static_pages.for_company_volunteer.pc .m_entryZone.forCompanyVolunteer h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 8px solid;
  -o-border-image: linear-gradient(to right, #60C31D, rgba(182, 195, 29, 0));
     border-image: linear-gradient(to right, #60C31D, rgba(182, 195, 29, 0));
  border-image-slice: 1;
  background-color: white;
  padding: 0 0 16px 0;
  margin-bottom: 24px;
  counter-reset: number;
}
.static_pages.for_company_volunteer.pc .m_entryZone.forCompanyVolunteer h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px;
}
.static_pages.for_company_volunteer.pc .m_entryZone.forCompanyVolunteer h3:before {
  counter-increment: number;
  content: counter(number);
  font-weight: bold;
  padding-right: 16px;
  display: inline;
  font-size: 32px;
  font-style: italic;
  line-height: 1.5em;
  color: #5BB91C;
}
.static_pages.for_company_volunteer.pc .m_entryZone.forCompanyVolunteer h4 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}
.static_pages.for_company_volunteer.pc .sp_br {
  display: none;
}
.static_pages.for_company_volunteer.pc .forCompanyVolunteerLeadBg {
  width: 100%;
  background: url(//static.activo.jp/assets/companyArticleTopBack-a5cfee5e24389cb4c6ec6a1dc9046b10a0be3708b14622eeffaff9a960b264a5.jpg) no-repeat center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
.static_pages.for_company_volunteer.pc .forCompanyVolunteerLeadBg .l_wrapper.topHeader {
  position: relative;
  width: 1108px;
  height: 100%;
}
.static_pages.for_company_volunteer.pc .forCompanyVolunteerLeadBg .titleDescriptionBg {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 38%;
     object-position: 50% 38%;
  border-radius: 0px;
}
.static_pages.for_company_volunteer.pc .forCompanyVolunteerLeadBg .titleDescriptionBg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.static_pages.for_company_volunteer.pc .forCompanyVolunteerLeadBg .titleDescription {
  position: absolute;
  bottom: 36px;
  left: 24px;
  color: #FFFFFF;
}
.static_pages.for_company_volunteer.pc .forCompanyVolunteerLeadBg .titleDescription h1 {
  line-height: 1.5em;
  margin-bottom: 16px;
}
.static_pages.for_company_volunteer.pc .forCompanyVolunteerLeadBg .titleDescription p {
  font-size: 14px;
  line-height: 1.5em;
}
.static_pages.for_company_volunteer.pc .center {
  text-align: center;
}
.static_pages.for_company_volunteer.pc .center .p_btn {
  display: inline-block;
  line-height: 1.5em;
  border: none;
  box-sizing: border-box;
  border-radius: 35px;
  background: #ff8945;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none !important;
}
.static_pages.for_company_volunteer.pc .l_wrapper.article {
  margin-bottom: 40px;
  width: 1108px;
  padding: 0 24px;
}
.static_pages.for_company_volunteer.pc .l_wrapper.article .center .p_btn {
  padding: 10px 47px;
  font-size: 14px;
}
.static_pages.for_company_volunteer.pc .l_sideContent .sideContentBox {
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
  z-index: 4;
}
.static_pages.for_company_volunteer.pc .l_sideContent .index {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 20px;
  margin: 0 0 10px 20px;
  border-radius: 5px;
  line-height: 1.2em;
}
.static_pages.for_company_volunteer.pc .l_sideContent .index .indexTitle {
  font-size: 20px;
  font-weight: bold;
  color: #60c31d;
  border-left: solid 4px #60c31d;
  padding: 0px 0px 0px 10px;
  line-height: 1.3em;
}
.static_pages.for_company_volunteer.pc .l_sideContent .index li {
  color: #6c6b6b;
  display: block;
  margin-top: 15px;
}
.static_pages.for_company_volunteer.pc .l_sideContent .index li ul {
  margin-left: 15px;
}
.static_pages.for_company_volunteer.pc .l_sideContent .index .current {
  color: #60c31d;
}
.static_pages.for_company_volunteer.pc .l_childBox.banner {
  height: 252px;
  border-radius: 5px;
  box-shadow: none;
}
.static_pages.for_company_volunteer.pc .l_childBox.banner img {
  cursor: pointer;
}
.static_pages.for_company_volunteer.pc #solutionBg {
  background: #f7f7f7;
  padding: 50px 0 40px 0;
  margin-bottom: -20px;
}
.static_pages.for_company_volunteer.pc #solutionBg .demoImg img {
  box-shadow: 8px 20px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.static_pages.for_company_volunteer.pc #solutionBg .solution {
  font-size: 14px;
  line-height: 1.7em;
}
.static_pages.for_company_volunteer.pc #solutionBg .solution .solutionHeader {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.static_pages.for_company_volunteer.pc #solutionBg .solution .solutionHeader::after {
  content: "";
  display: block;
  width: 20em;
  margin: auto;
  border-bottom: 8px solid;
  -o-border-image: linear-gradient(to right, rgba(182, 195, 29, 0), #60C31D, rgba(182, 195, 29, 0));
     border-image: linear-gradient(to right, rgba(182, 195, 29, 0), #60C31D, rgba(182, 195, 29, 0));
  border-image-slice: 1;
  padding-top: 0.5em;
}
.static_pages.for_company_volunteer.pc #solutionBg .solution .solutionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.static_pages.for_company_volunteer.pc #solutionBg .solution .solutionBlock {
  margin: 0 10px 20px 10px;
  width: 30%;
}
.static_pages.for_company_volunteer.pc #solutionBg .solution .solutionNum {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #60c31d;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.08);
  font-size: 24px;
  line-height: 2em;
  font-weight: bold;
  margin: 0 auto 24px auto;
}
.static_pages.for_company_volunteer.pc #solutionBg .solution .solutionTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 24px;
  color: #5BB91C;
}
.static_pages.for_company_volunteer.pc #solutionBg .solution .center .p_btn {
  padding: 16px 47px;
  font-size: 18px;
}
.static_pages.for_company_volunteer.pc .contactBg {
  position: relative;
  background: #f0f0f0;
}
.static_pages.for_company_volunteer.pc .contactBg .contactBox {
  margin: 10px auto 20px;
  max-width: 384px;
}
.static_pages.for_company_volunteer.pc #jsMainFooter {
  margin-top: 0;
}
.static_pages.for_company_volunteer.sp {
  /* トップ */
  /* 左コラム */
  /* ソリューションについて */
  /* フォーム */
}
.static_pages.for_company_volunteer.sp h1 {
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 16px;
}
.static_pages.for_company_volunteer.sp .m_entryZone.forCompanyVolunteer {
  letter-spacing: 0.4px;
}
.static_pages.for_company_volunteer.sp .m_entryZone.forCompanyVolunteer h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  border-bottom: 8px solid;
  -o-border-image: linear-gradient(to right, #60C31D, rgba(182, 195, 29, 0));
     border-image: linear-gradient(to right, #60C31D, rgba(182, 195, 29, 0));
  border-image-slice: 1;
  background-color: white;
  padding: 0 0 8px 0;
  margin-bottom: 16px;
  counter-reset: number;
}
.static_pages.for_company_volunteer.sp .m_entryZone.forCompanyVolunteer h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px;
}
.static_pages.for_company_volunteer.sp .m_entryZone.forCompanyVolunteer h3::before {
  counter-increment: number;
  content: counter(number);
  font-weight: bold;
  padding-right: 16px;
  display: inline;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3em;
  color: #5BB91C;
}
.static_pages.for_company_volunteer.sp .m_entryZone.forCompanyVolunteer h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.4em;
}
.static_pages.for_company_volunteer.sp .m_entryZone.forCompanyVolunteer p {
  line-height: 1.9;
}
.static_pages.for_company_volunteer.sp .m_entryZone.forCompanyVolunteer ul li {
  letter-spacing: 0.4px;
}
.static_pages.for_company_volunteer.sp .forCompanyVolunteerLeadBg {
  width: 100%;
  background: url(//static.activo.jp/assets/companyArticleTopBack-a5cfee5e24389cb4c6ec6a1dc9046b10a0be3708b14622eeffaff9a960b264a5.jpg) no-repeat center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden; /*ブラー効果でボヤけた部分を非表示*/
  margin-bottom: 32px;
}
.static_pages.for_company_volunteer.sp .forCompanyVolunteerLeadBg .l_wrapper.topHeader {
  position: relative;
  height: 100%;
}
.static_pages.for_company_volunteer.sp .forCompanyVolunteerLeadBg .titleDescriptionBg {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 38%;
     object-position: 50% 38%;
  border-radius: 0px;
}
.static_pages.for_company_volunteer.sp .forCompanyVolunteerLeadBg .titleDescriptionBg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.static_pages.for_company_volunteer.sp .forCompanyVolunteerLeadBg .titleDescription {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  padding: 40px 16px 40px 16px;
}
.static_pages.for_company_volunteer.sp .forCompanyVolunteerLeadBg p {
  font-size: 13px;
  line-height: 1.3em;
}
.static_pages.for_company_volunteer.sp .center {
  text-align: center;
}
.static_pages.for_company_volunteer.sp .center .p_btn {
  display: inline-block;
  line-height: 1.3em;
  border: none;
  box-sizing: border-box;
  border-radius: 35px;
  background: #ff8945;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none !important;
}
.static_pages.for_company_volunteer.sp .l_wrapper.article {
  margin-bottom: 40px;
  padding: 0 16px;
}
.static_pages.for_company_volunteer.sp .l_wrapper.article .center {
  text-align: center;
}
.static_pages.for_company_volunteer.sp .l_wrapper.article .center .p_btn {
  padding: 10px 32px;
  font-size: 14px;
  margin-bottom: 24px;
}
.static_pages.for_company_volunteer.sp .l_sideContent {
  display: none;
}
.static_pages.for_company_volunteer.sp #solutionBg {
  background: #f7f7f7;
  padding: 40px 16px 40px 16px;
  margin-bottom: -20px;
}
.static_pages.for_company_volunteer.sp #solutionBg .demoImg img {
  box-shadow: 8px 20px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.static_pages.for_company_volunteer.sp #solutionBg .solution {
  font-size: 14px;
  line-height: 1.7em;
}
.static_pages.for_company_volunteer.sp #solutionBg .solution .solutionHeader {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 1.3em;
  margin-bottom: 32px;
}
.static_pages.for_company_volunteer.sp #solutionBg .solution .solutionHeader::after {
  content: "";
  display: block;
  width: 90%;
  margin: auto;
  border-bottom: 8px solid;
  -o-border-image: linear-gradient(to right, rgba(182, 195, 29, 0), #60C31D, rgba(182, 195, 29, 0));
     border-image: linear-gradient(to right, rgba(182, 195, 29, 0), #60C31D, rgba(182, 195, 29, 0));
  border-image-slice: 1;
  padding-top: 0.5em;
}
.static_pages.for_company_volunteer.sp #solutionBg .solution .solutionList {
  display: flex;
  flex-direction: column;
}
.static_pages.for_company_volunteer.sp #solutionBg .solution .solutionBlock {
  width: 100%;
  margin-bottom: 32px;
}
.static_pages.for_company_volunteer.sp #solutionBg .solution .solutionBlock:last-of-type {
  margin-bottom: 42px;
}
.static_pages.for_company_volunteer.sp #solutionBg .solutionNum {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #60c31d;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.08);
  font-size: 20px;
  line-height: 2em;
  font-weight: bold;
  margin: 0 auto 24px auto;
}
.static_pages.for_company_volunteer.sp #solutionBg .solutionTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 24px;
  color: #5BB91C;
}
.static_pages.for_company_volunteer.sp #solutionBg .center .p_btn {
  padding: 12px 32px;
  font-size: 14px;
}
.static_pages.for_company_volunteer.sp .contactBg > p {
  margin: 20px 10px 15px 10px;
}
.static_pages.for_company_volunteer.sp .contactBox {
  display: flex;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.static_pages.for_company_volunteer.sp .contactBox form {
  width: 100%;
}
.static_pages.for_company_volunteer.sp .contactBox form .formInput {
  margin-bottom: 16px;
  text-align: left;
}
.static_pages.for_company_volunteer.sp .contactBox form .buttonArea {
  text-align: center;
}
.static_pages.for_company_volunteer.sp .contactBox form label {
  display: block;
  margin-bottom: 8px;
}
.static_pages.for_company_volunteer.sp .contactBox form label::after {
  content: "必須";
  padding: 3px 6px;
  margin-left: 8px;
  color: white;
  font-size: 10px;
  background-color: #60c31d;
}
.static_pages.for_company_volunteer.sp .contactBox form input, .static_pages.for_company_volunteer.sp .contactBox form textarea {
  width: 100%;
}

body.stories {
  /* ---------------------------------------------------------
  ストーリー一覧ページ
  --------------------------------------------------------- */
}
body.stories.show, body.stories.index {
  /* ---------------------------------------------------------
    共通スタイル
  --------------------------------------------------------- */
}
body.stories.show .storyHeader, body.stories.index .storyHeader {
  /* ストーリーコンテンツヘッダー
  --------------------------------------------------------- */
  background: #fff;
  height: 64px;
  border-top: 1px solid #ccc;
}
body.stories.show .storyHeader ul, body.stories.index .storyHeader ul {
  display: flex;
}
body.stories.show .storyHeader ul li a, body.stories.index .storyHeader ul li a {
  line-height: 60px;
  padding: 2px 11px 0 11px;
  box-sizing: border-box;
  display: inline-block;
}
body.stories.show .storyHeader ul li.active a, body.stories.show .storyHeader ul li a:hover, body.stories.index .storyHeader ul li.active a, body.stories.index .storyHeader ul li a:hover {
  border-bottom: 2px solid #333;
  text-decoration: none;
  font-weight: bold;
}
body.stories.show .likesCounter, body.stories.index .likesCounter {
  display: flex;
  justify-content: left;
  align-items: center;
}
body.stories.show .calloutHeader, body.stories.index .calloutHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
}
body.stories.show .calloutHeader .calloutIcon, body.stories.index .calloutHeader .calloutIcon {
  height: 24px;
  border-radius: 2px;
  border: 2px solid #d8d8d8;
}
body.stories.show .calloutHeader .calloutIcon.left, body.stories.index .calloutHeader .calloutIcon.left {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
body.stories.show .calloutHeader .calloutIcon.right, body.stories.index .calloutHeader .calloutIcon.right {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
body.stories.show .calloutHeader .calloutTitle, body.stories.index .calloutHeader .calloutTitle {
  font-size: 20px;
  line-height: 1.65;
  color: #333;
}
body.stories.show .calloutMain, body.stories.index .calloutMain {
  padding: 40px;
  border-radius: 3px;
  border: solid 1px #60c31d;
}
body.stories.show .calloutMain .calloutMainLead, body.stories.index .calloutMain .calloutMainLead {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body.stories.show .calloutMain .calloutMainLead .leadIcon, body.stories.index .calloutMain .calloutMainLead .leadIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: auto;
  margin-right: 15px;
}
body.stories.show .calloutMain .calloutMainLead .leadIcon img, body.stories.index .calloutMain .calloutMainLead .leadIcon img {
  width: 100%;
  height: auto;
}
body.stories.show .calloutMain .calloutMainLead .leadText, body.stories.index .calloutMain .calloutMainLead .leadText {
  text-align: left;
  margin-bottom: 32px;
}
body.stories.show .calloutMain .calloutMainLead .leadTextHeading, body.stories.index .calloutMain .calloutMainLead .leadTextHeading {
  padding-left: 80px;
  font-size: 24px;
  line-height: 1.38;
  margin-bottom: 16px;
}
body.stories.show .calloutMain .calloutMainLead .leadTextDetail, body.stories.index .calloutMain .calloutMainLead .leadTextDetail {
  line-height: 1.5;
  color: #333;
}
body.stories.show .calloutMain *, body.stories.index .calloutMain * {
  transition: all 0.3s ease;
}
body.stories.show .calloutMain *:hover, body.stories.index .calloutMain *:hover {
  text-decoration: none;
}
body.stories.show .calloutMain .calloutMainButton, body.stories.index .calloutMain .calloutMainButton {
  height: 58px;
  line-height: 38px;
}
body.stories.show .shareButton, body.stories.index .shareButton {
  position: relative;
  color: #ffffff;
  border-radius: 4px;
  padding: 0;
  text-decoration: none;
}
body.stories.show .shareButton:hover, body.stories.index .shareButton:hover {
  opacity: 0.8;
}
body.stories.show .shareButton:before, body.stories.index .shareButton:before {
  content: "";
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
body.stories.show .shareButton.facebook, body.stories.index .shareButton.facebook {
  background: #1877f2;
}
body.stories.show .shareButton.facebook:before, body.stories.index .shareButton.facebook:before {
  background-image: url(//static.activo.jp/assets/storyIconShareFacebook.png);
}
body.stories.show .shareButton.twitter, body.stories.index .shareButton.twitter {
  background: #55acee;
}
body.stories.show .shareButton.twitter:before, body.stories.index .shareButton.twitter:before {
  content: "\f099";
  font-family: FontAwesome;
}
body.stories.show .modalContainer, body.stories.index .modalContainer {
  z-index: 10 !important;
}
body.stories.show .modalLoginControl, body.stories.index .modalLoginControl {
  /* ログインモーダル
  ---------------------------。------------------------------ */
  padding: 56px;
  width: 424px;
}
body.stories.show .modalLoginControl .modalTitle, body.stories.index .modalLoginControl .modalTitle {
  width: 100%;
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
}
body.stories.show .modalLoginControl .modalLeadText, body.stories.index .modalLoginControl .modalLeadText {
  line-height: 1.5;
  color: #333;
  margin-bottom: 40px;
}
body.stories.show .modalLoginControl .modalSelector, body.stories.index .modalLoginControl .modalSelector {
  width: 100%;
  padding: 6px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  display: flex;
  margin-bottom: 34px;
}
body.stories.show .modalLoginControl .modalSelector .selectorBtn, body.stories.index .modalLoginControl .modalSelector .selectorBtn {
  border-radius: 4px;
  width: 50%;
  height: 36px;
  line-height: 36px;
}
body.stories.show .modalLoginControl .modalSelector .selectorBtn.isActive, body.stories.index .modalLoginControl .modalSelector .selectorBtn.isActive {
  background-color: #f0f0f0;
}
body.stories.show .modalLoginControl .peopleSignInBox .fbZone .p_btn.isFacebook,
body.stories.show .modalLoginControl .peopleSignUpBox .fbZone .p_btn.isFacebook, body.stories.index .modalLoginControl .peopleSignInBox .fbZone .p_btn.isFacebook,
body.stories.index .modalLoginControl .peopleSignUpBox .fbZone .p_btn.isFacebook {
  background-color: #1877f2 !important;
  border-color: #1877f2 !important;
}
body.stories.show .modalLoginControl .peopleSignInBox *,
body.stories.show .modalLoginControl .peopleSignUpBox *, body.stories.index .modalLoginControl .peopleSignInBox *,
body.stories.index .modalLoginControl .peopleSignUpBox * {
  transition: all 0.3s ease;
}
body.stories.show .modalLoginControl .peopleSignInBox *:hover,
body.stories.show .modalLoginControl .peopleSignUpBox *:hover, body.stories.index .modalLoginControl .peopleSignInBox *:hover,
body.stories.index .modalLoginControl .peopleSignUpBox *:hover {
  text-decoration: none;
}
body.stories.show .modalLoginControl .peopleSignInBox .mailZone .new_person .p_btn,
body.stories.show .modalLoginControl .peopleSignUpBox .mailZone .new_person .p_btn, body.stories.index .modalLoginControl .peopleSignInBox .mailZone .new_person .p_btn,
body.stories.index .modalLoginControl .peopleSignUpBox .mailZone .new_person .p_btn {
  background-color: #60c31d !important;
  border-color: #60c31d !important;
}
body.stories.show .modalLoginControl .peopleSignInBox .mailZone .new_person .p_btn:hover,
body.stories.show .modalLoginControl .peopleSignUpBox .mailZone .new_person .p_btn:hover, body.stories.index .modalLoginControl .peopleSignInBox .mailZone .new_person .p_btn:hover,
body.stories.index .modalLoginControl .peopleSignUpBox .mailZone .new_person .p_btn:hover {
  color: #60c31d !important;
  background-color: #ffffff !important;
}
body.stories.show .modalStoryThanks, body.stories.index .modalStoryThanks {
  /* サンクスモーダル
  ---------------------------。------------------------------ */
}
body.stories.show .modalStoryThanks.pattern2, body.stories.index .modalStoryThanks.pattern2 {
  background-image: url(//static.activo.jp/assets/storyModalThanksPattern2Cover.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
body.stories.show .modalStoryThanks .modalTitle, body.stories.index .modalStoryThanks .modalTitle {
  width: 300px;
  height: 66px;
  font-size: 22px;
  line-height: 1.5;
  color: #333;
  margin: 0 auto 40px auto;
}
body.stories.show .modalStoryThanks .modalImage, body.stories.index .modalStoryThanks .modalImage {
  width: 320px;
  height: 126px;
  margin: 0 auto 40px auto;
}
body.stories.show .modalStoryThanks .modalImage img, body.stories.index .modalStoryThanks .modalImage img {
  width: 100%;
  height: auto;
}
body.stories.show .modalStoryThanks .modalLeadText, body.stories.index .modalStoryThanks .modalLeadText {
  width: 380px;
  height: 43px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin: 0 auto 56px auto;
}
body.stories.show .modalStoryThanks .modalLeadText span, body.stories.index .modalStoryThanks .modalLeadText span {
  color: #60c31d;
}
body.stories.show .modalStoryThanks .modalActions, body.stories.index .modalStoryThanks .modalActions {
  display: flex;
  justify-content: space-between;
}
body.stories.show .modalStoryThanks .modalActions *, body.stories.index .modalStoryThanks .modalActions * {
  transition: all 0.3s ease;
}
body.stories.show .modalStoryThanks .modalActions *:hover, body.stories.index .modalStoryThanks .modalActions *:hover {
  text-decoration: none;
}
body.stories.show .modalStoryThanks .modalActions .p_btn, body.stories.index .modalStoryThanks .modalActions .p_btn {
  height: 48px;
  line-height: 28px;
  font-size: 17px;
  font-weight: bold;
  width: 184px;
}
body.stories.show .modalStoryThanks .modalActions .p_btn.close, body.stories.index .modalStoryThanks .modalActions .p_btn.close {
  border: 1px solid #cccccc;
}
body.stories.show .modalStoryShare, body.stories.index .modalStoryShare {
  /* シェアモーダル
  --------------------------------------------------------- */
}
body.stories.show .modalStoryShare .calloutMain, body.stories.index .modalStoryShare .calloutMain {
  margin-bottom: 24px;
}
body.stories.show .modalStoryShare .calloutMain .calloutMainLead .leadText, body.stories.index .modalStoryShare .calloutMain .calloutMainLead .leadText {
  margin-bottom: 0;
}
body.stories.show .modalStoryShare .shareButton, body.stories.index .modalStoryShare .shareButton {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 17px !important;
  font-weight: bold;
}
body.stories.show .modalStoryShare .shareButton:before, body.stories.index .modalStoryShare .shareButton:before {
  width: 22px;
  height: 22px;
  left: 18px;
  top: 13px;
  font-size: 22px;
  line-height: 22px;
}
body.stories.show .modalStoryShare .shareButton.facebook, body.stories.index .modalStoryShare .shareButton.facebook {
  margin-bottom: 16px;
}
body.stories.show {
  /* ---------------------------------------------------------
    ストーリー個別ページ
  --------------------------------------------------------- */
}
body.stories.show img {
  border-radius: 0;
  max-width: 100%;
}
body.stories.show .storyContentMain {
  /* ストーリー本体
  --------------------------------------------------------- */
  height: auto;
  margin: 0 auto;
  border-radius: 3px;
}
body.stories.show .storyContentMainBg {
  width: 100%;
  border-radius: 3px 3px 0 0;
  background-position: center center;
  background-size: cover;
}
body.stories.show .storyContentMainText {
  border-radius: 0 0 3px 3px;
}
body.stories.show .storyContentMainText .storyHeading {
  font-size: 28px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 32px;
}
body.stories.show .storyContentMainText .storyInfoWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.details {
  height: 28px;
  display: flex;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.details .storyAuthorImg {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.details .storyAuthorImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.details .storyPostInfo {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.details .storyPostInfo .storyAuthor {
  color: #333;
  margin-bottom: 6px;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.details .storyPostInfo .storyPostDate {
  font-size: 10px;
  color: #7b7b7b;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.details .storyPostLikes {
  padding-left: 16px;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.details .storyPostLikes .p_likedCounterIcon {
  margin-right: 10px;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.actions {
  display: flex;
  align-items: center;
}
body.stories.show .storyContentMainText .storyInfoWrapper .storyInfoChild.actions .p_actionButton.like {
  margin-right: 16px;
}
body.stories.show .storyContentMainText.hasNoImg .storyHeading {
  margin-bottom: 28px;
}
body.stories.show .storyContentMainText.hasNoImg .storyInfoWrapper {
  margin-bottom: 56px;
}
body.stories.show .storyContentMainText .joinActivity {
  margin-bottom: 50px;
}
body.stories.show .storyContentMainText .joinActivityTitle {
  font-size: 24px;
  line-height: 1.38;
  color: #333;
  margin-bottom: 24px;
}
body.stories.show .storyContentMainText .joinActivity .activityCategory {
  color: #333;
  margin-bottom: 16px;
  padding-top: 15px;
}
body.stories.show .storyContentMainText .joinActivity .activityList ul li {
  line-height: 1.5;
  color: #333;
  margin-bottom: 16px;
}
body.stories.show .storyContentMainText .joinActivity .activityList ul li:last-child {
  margin-bottom: 0;
}
body.stories.show .storyContentMainText .joinActivity .activityList ul li a:hover {
  color: #60c31d;
}
body.stories.show .storyContentMainText .joinActivity .activityViewMore {
  font-size: 16px;
  line-height: 1.31;
}
body.stories.show .storyContentMainText .hashtags {
  margin-bottom: 38px;
}
body.stories.show .storyContentMainText .hashtags ul {
  font-size: 0;
}
body.stories.show .storyContentMainText .hashtags ul a {
  margin-right: 8px;
}
body.stories.show .storyContentMainText .hashtags ul a:last-child {
  margin-right: 0;
}
body.stories.show .storyContentMainText .hashtags ul a li {
  padding: 8px 12px;
  border-radius: 17px;
  margin-bottom: 12px;
  background-color: #f0f0f0;
}
body.stories.show .storyContentMainText .hashtags ul a li span {
  line-height: 1.29;
  color: #333;
}
body.stories.show .storyContentMainText .hashtags ul a li span:before {
  content: "#";
}
body.stories.show .storyContentMainText .callout {
  margin-bottom: 16px;
}
body.stories.show .storyContentMainText .shareLink {
  margin-bottom: 50px;
  border-radius: 3px;
  border: solid 1px #e7e7e7;
}
body.stories.show .storyContentMainText .shareLinkHeading {
  line-height: 18px;
  font-size: 16px;
  color: #333;
  margin-bottom: 24px;
}
body.stories.show .storyContentMainText .shareLinkButtons {
  display: flex;
  justify-content: center;
}
body.stories.show .storyContentMainText .shareLinkButtons .shareButton {
  width: calc(50% - 11px);
  max-width: 214px;
  height: 32px;
  line-height: 32px;
}
body.stories.show .storyContentMainText .shareLinkButtons .shareButton:before {
  width: 18px;
  height: 18px;
  left: 10px;
  top: 7px;
  font-size: 20px;
  line-height: 20px;
}
body.stories.show .storyContentMainText .shareLinkButtons .shareButton.facebook {
  margin-right: 11px;
}
body.stories.show .storyContentMainText .shareLinkButtons .shareButton.twitter {
  margin-left: 11px;
}
body.stories.show .storyContentMainText .storyLikes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.stories.show .storyContentMainText .storyLikesAction {
  display: flex;
  justify-content: left;
  align-items: center;
}
body.stories.show .storyContentMainText .storyLikesAction .actionButtonsContainer {
  display: flex;
  align-items: center;
}
body.stories.show .storyContentMainText .storyLikesAction .actionButtonsContainer .p_actionButton {
  margin-right: 15px;
}
body.stories.show .storyContentMainText .storyLikesAction .likesCounter .p_likedCounterIcon {
  margin-right: 8px;
}
body.stories.show .storyContentMainText .storyLikesNav .navButton {
  width: 18px;
  height: 4px;
}
body.stories.show .storyContentMainText .storyLikesNav .navButton img {
  width: 100%;
  height: 100%;
}
body.stories.show .storyContentMainText .commentsFeed {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
body.stories.show .storyContentMainText .commentsFeed .comment {
  position: relative;
  padding: 0 44px;
}
body.stories.show .storyContentMainText .commentsFeed .comment > .commentAuthorImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
body.stories.show .storyContentMainText .commentsFeed .comment > .commentAuthorImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body.stories.show .storyContentMainText .commentsFeed .comment > .commentNavButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 4px;
}
body.stories.show .storyContentMainText .commentsFeed .comment > .commentNavButton img {
  width: 100%;
  height: 100%;
}
body.stories.show .storyContentMainText .commentsFeed .comment > .commentNav {
  display: none;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 121px;
  height: 54px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
body.stories.show .storyContentMainText .commentsFeed .comment > .commentNav.open {
  display: block;
}
body.stories.show .storyContentMainText .commentsFeed .comment > .commentNav li {
  margin: 10px 0;
  height: 34px;
  font-size: 12px;
  font-weight: bold;
}
body.stories.show .storyContentMainText .commentsFeed .comment > .commentNav a, body.stories.show .storyContentMainText .commentsFeed .comment > .commentNav input {
  text-align: left;
  width: 100%;
  display: block;
  padding: 11px 16px;
  cursor: pointer;
}
body.stories.show .storyContentMainText .commentsFeed .comment > .commentNav a:hover, body.stories.show .storyContentMainText .commentsFeed .comment > .commentNav input:hover {
  background: rgba(96, 195, 29, 0.12);
  text-decoration: none;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentPostInfo {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentPostInfo .commentAuthor {
  color: #333;
  margin-bottom: 4px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentPostInfo .commentPostDate {
  font-size: 10px;
  color: #7b7b7b;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentContent {
  line-height: 1.5;
  color: #333;
  margin-bottom: 17px;
  white-space: pre-line;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentAction {
  display: flex;
  justify-content: left;
  align-items: center;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentAction .p_actionButton {
  margin-right: 6px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentAction .p_likedAmount {
  margin-right: 16px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentAction .reply {
  color: #333;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentAction .reply.closed {
  display: none;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentAction .replyField {
  display: none;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentAction .replyField.open {
  display: flex;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentAction .replyField .closeReplyField {
  margin-right: 10px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentAction .replyField .commentPost {
  margin-bottom: 0;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReplyOutline {
  display: flex;
  justify-content: left;
  align-items: center;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReplyOutline.closed {
  display: none;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReplyOutline .replyIcon {
  margin-right: 16px;
  font-size: 16px;
  color: #7b7b7b;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReplyOutline .replyAuthorImg {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReplyOutline .replyAuthorImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReplyOutline .replyOutline {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply {
  display: none;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open {
  display: block;
  position: relative;
  padding: 0 44px;
  margin-bottom: 24px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open > .replyAuthorImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open > .replyAuthorImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyNavButton {
  position: absolute;
  right: -44px;
  top: 0;
  width: 18px;
  height: 4px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyNavButton img {
  width: 100%;
  height: 100%;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open > .replyNav {
  display: none;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 121px;
  height: 54px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open > .replyNav.open {
  display: block;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open > .replyNav li {
  margin: 10px 0;
  height: 34px;
  font-size: 12px;
  font-weight: bold;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open > .replyNav a {
  display: block;
  padding: 11px 16px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open > .replyNav a:hover {
  background: rgba(96, 195, 29, 0.12);
  text-decoration: none;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyInfo {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyInfo .replyAuthor {
  color: #333;
  margin-bottom: 4px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyInfo .replyPostDate {
  font-size: 10px;
  color: #7b7b7b;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyContent {
  line-height: 1.5;
  color: #333;
  margin-bottom: 17px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyAction {
  display: flex;
  justify-content: left;
  align-items: center;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyAction .p_actionButton {
  margin-right: 6px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyAction .p_likedAmount {
  margin-right: 16px;
}
body.stories.show .storyContentMainText .commentsFeed .comment .commentReply.open .replyAction .reply {
  color: #333;
}
body.stories.show .storyContentMainText .commentPost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
body.stories.show .storyContentMainText .commentPost .commentAvatar {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
body.stories.show .storyContentMainText .commentPost .commentAvatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body.stories.show .storyContentMainText .commentPost form {
  display: contents;
}
body.stories.show .storyContentMainText .commentPost .commentSubmit {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #ccc;
  background-color: #ffffff;
  color: #7b7b7b;
}
body.stories.show .storyContentMainText .commentPost .commentSubmit.active {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #60c31d;
  border: none;
  color: #ffffff;
}
body.stories.show .storyContentMainText .orgContainer .orgInfo {
  display: flex;
  justify-content: left;
  align-items: top;
}
body.stories.show .storyContentMainText .orgContainer .orgInfo .orgAvatar {
  width: 75px;
  height: 75px;
  margin-right: 24px;
}
body.stories.show .storyContentMainText .orgContainer .orgInfo .orgAvatar img {
  width: 100%;
  height: 100%;
}
body.stories.show .storyContentMainText .orgContainer .orgInfo .orgOutline .orgName {
  font-size: 20px;
  color: #333;
}
body.stories.show .storyContentMainText .orgContainer .orgDetail {
  margin-bottom: 40px;
}
body.stories.show .storyContentMainText .orgContainer .orgRelatedStories .storiesHeading {
  color: #333;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 12px;
}
body.stories.show .modalStoryPublished {
  /* 公開時モーダル
  --------------------------------------------------------- */
  padding: 56px;
  width: 436px;
}
body.stories.show .modalStoryPublished .modalTitle {
  font-size: 22px;
  color: #333;
  margin-bottom: 40px;
}
body.stories.show .modalStoryPublished .modalHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 280px;
  margin: 0 auto 26px auto;
}
body.stories.show .modalStoryPublished .modalHeader .headerIcon {
  height: 38px;
  border-radius: 2px;
  border: 1px solid #60c31d;
}
body.stories.show .modalStoryPublished .modalHeader .headerIcon.left {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
body.stories.show .modalStoryPublished .modalHeader .headerIcon.right {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
body.stories.show .modalStoryPublished .modalHeader .headerTitle {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
body.stories.show .modalStoryPublished .modalContent {
  width: 274px;
  border-radius: 4px;
  border: solid 1px #60c31d;
  background-color: #ffffff;
  padding: 20px 41px 12px 41px;
  margin: 0 auto;
  margin-bottom: 40px;
}
body.stories.show .modalStoryPublished .modalContent .subHeader {
  width: 100%;
  height: 32px;
  line-height: 34px;
  border-radius: 4px;
  background-color: #60c31d;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 20px;
}
body.stories.show .modalStoryPublished .modalContent .contentRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
body.stories.show .modalStoryPublished .modalContent .contentRow .icon {
  width: 22px;
  height: 22px;
}
body.stories.show .modalStoryPublished .modalContent .contentRow .icon img {
  width: 100%;
  height: 100%;
}
body.stories.show .modalStoryPublished .modalContent .contentRow .text {
  display: inline-block;
  color: #60c31d;
}
body.stories.show .modalStoryPublished .linkShare {
  height: 40px;
  line-height: 12px;
  color: #333;
  background-color: #ffffff;
  margin-bottom: 20px;
  border: solid 1px #cccccc;
}
body.stories.show .modalStoryPublished .modalSocialShare {
  display: flex;
  justify-content: space-between;
}
body.stories.show .modalStoryPublished .modalSocialShare .shareButton {
  width: 158px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  margin: 0;
}
body.stories.show .modalStoryPublished .modalSocialShare .shareButton:before {
  width: 20px;
  height: 20px;
  left: 30px;
  top: 10px;
  font-size: 20px;
  line-height: 20px;
}
body.stories.show .modalStoryPublished .modalSocialShare .shareButton.facebook {
  margin-bottom: 11px;
}
body.stories.show .modalStoryPublished .TextCopyBehavior textarea {
  display: none;
}
body.stories.show .modalStoryPublished .TextCopyBehavior button {
  display: block;
}
body.stories.show .modalStoryPublished .TextCopyBehavior.Copied textarea {
  display: block;
}
body.stories.show .modalStoryPublished .TextCopyBehavior.Copied button {
  display: none;
}
body.stories.show .modalStoryPicked {
  /* ピックアップお知らせモーダル
  ---------------------------。------------------------------ */
  padding: 56px;
  width: 492px;
  background-image: url(//static.activo.jp/assets/storyModalThanksPattern2Cover.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
body.stories.show .modalStoryPicked .modalTitle {
  font-size: 22px;
  line-height: 1.5;
  color: #333;
  width: 100%;
  margin-bottom: 32px;
}
body.stories.show .modalStoryPicked .modalContent {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 32px;
}
body.stories.show .modalStoryPicked .modalContent .storyAuthor {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 14px;
}
body.stories.show .modalStoryPicked .modalContent .storyAuthor .authorAvatar {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
body.stories.show .modalStoryPicked .modalContent .storyAuthor .authorAvatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body.stories.show .modalStoryPicked .modalContent .storyAuthor .authorName {
  font-size: 12px;
  color: #333;
}
body.stories.show .modalStoryPicked .modalContent .storyThumbnail {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
body.stories.show .modalStoryPicked .modalContent .storyTitle {
  font-size: 18px;
  padding: 14px;
  line-height: 1.5;
}
body.stories.show .modalStoryPicked .p_btn {
  height: 40px;
  line-height: 20px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
body.stories.show .m_storyContentRelated .slick-prev {
  left: -90px;
}
body.stories.show .m_storyContentRelated .slick-next {
  right: -90px;
}
body.stories.index .streamContainer .l_mainContent .stream .streamHeader, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .streamHeader {
  width: 100%;
  height: 36px;
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.stories.index .streamContainer .l_mainContent .stream .streamHeader .p_btn, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .streamHeader .p_btn {
  display: block;
}
body.stories.index .streamContainer .l_mainContent .stream .streamHeader h1, body.stories.index .streamContainer .l_mainContent .stream .streamHeader h2, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .streamHeader h1, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .streamHeader h2 {
  color: #333;
  font-size: 22px;
}
body.stories.index .streamContainer .l_mainContent .stream .streamHeader a, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .streamHeader a {
  padding-left: 16px;
  padding-right: 16px;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCard, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCard {
  border-radius: 3px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCard *, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCard * {
  transition: all 0.3s ease;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCard *:hover, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCard *:hover {
  text-decoration: none;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardHeader, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardHeader {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardHeader .details, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardHeader .details {
  height: 28px;
  display: flex;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardHeader .details .storyAuthorAvatar, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardHeader .details .storyAuthorAvatar {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardHeader .details .storyAuthorAvatar img, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardHeader .details .storyAuthorAvatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardHeader .details .storyPostInfo, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardHeader .details .storyPostInfo {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardHeader .details .storyPostInfo .storyAuthor, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardHeader .details .storyPostInfo .storyAuthor {
  color: #333;
  margin-bottom: 5px;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardHeader .details .storyPostInfo .storyPostDate, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardHeader .details .storyPostInfo .storyPostDate {
  font-size: 10px;
  color: #7b7b7b;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardThumbnail, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardThumbnail {
  height: 280px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardContent .storyTitle, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardContent .storyTitle {
  color: #333;
  line-height: 1.5;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardActions, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardActions {
  display: flex;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardActions .actionsChild, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardActions .actionsChild {
  text-align: center;
  font-size: 16px;
  color: #7b7b7b;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardActions .actionsChild a, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardActions .actionsChild a {
  width: 100%;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardActions .actionsChild a:hover, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardActions .actionsChild a:hover {
  text-decoration: none;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardActions .actionsChild.like, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardActions .actionsChild.like {
  width: 30%;
  border-radius: 0 0 0 3px;
  border-right: 1px solid #e0e0e0;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardActions .actionsChild.share, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardActions .actionsChild.share {
  width: 70%;
  border-radius: 0 0 3px 0;
}
body.stories.index .streamContainer .l_mainContent .stream .storyCardActions .actionsChild.share img, body.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardActions .actionsChild.share img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 0;
}

body.tenth_anniversary_pages {
  /* ---------------------------------------------------------
    JSアニメーションを追加(スクロールで各セクションを追加)
  --------------------------------------------------------- */
  display: none;
  /* ---------------------------------------------------------
  LP用カスタムナブバー
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
    LP用カスタムフッター
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
    LP用メインコンテント
  --------------------------------------------------------- */
}
@-webkit-keyframes scrollAnim {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrollAnim {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
body.tenth_anniversary_pages .jsScrollAnim {
  -webkit-animation: scrollAnim 0.8s forwards ease-out;
          animation: scrollAnim 0.8s forwards ease-out;
}
body.tenth_anniversary_pages .nav {
  background: #FFF;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.tenth_anniversary_pages .nav .navLogo {
  height: 35px;
}
body.tenth_anniversary_pages .nav .navLogo a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.tenth_anniversary_pages .nav .navLogo img.navLogoImg:first-child {
  height: inherit;
}
body.tenth_anniversary_pages .nav .navSocialLinks a {
  text-decoration: none;
}
@font-face {
  font-family: "Comfortaa";
  src: url(//static.activo.jp/assets/Comfortaa-2e5988dd99a2605989c3daa8f740e35dda57abbc48538a2c287f41f1f7dc2610.woff2) format("woff");
  font-weight: normal;
  font-style: normal;
}
body.tenth_anniversary_pages .footerWrapper {
  background: #fff;
}
body.tenth_anniversary_pages .footerWrapper .footerContainer .footerContent .footerLogo a {
  text-decoration: none;
}
body.tenth_anniversary_pages .footerWrapper .footerContainer .footerContent .footerButtons .footerButtonWrapper .footerButton {
  white-space: nowrap;
  background-color: transparent;
  color: black;
  border: 1px solid #60C31D;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 24px;
  font-weight: bold;
}
body.tenth_anniversary_pages .footerWrapper .footerContainer .footerContent .footerButtons .footerButtonWrapper:first-child {
  margin-right: 20px;
}
body.tenth_anniversary_pages .footerWrapper .footerContainer .footerContent .footerButtons .footerButtonWrapper .footerButton:hover {
  background: linear-gradient(to right, #9BC41D, #60C31D);
  color: white;
  border: 1px solid #FFFDEE;
}
body.tenth_anniversary_pages .footerWrapper .footerContainer .footerCopyright {
  letter-spacing: 0.1rem;
}
body.tenth_anniversary_pages .tenthAnniversaryWrapper {
  background: #FFF;
}

body.tenth_anniversary_pages.volunteers,
body.tenth_anniversary_pages.organizations {
  background: #FFF;
  padding-top: 10vh !important;
  height: 100%;
}
body.tenth_anniversary_pages.volunteers .nav,
body.tenth_anniversary_pages.organizations .nav {
  position: fixed;
  z-index: 999;
  width: 100vw;
  top: 0;
  left: 0;
}
body.tenth_anniversary_pages.volunteers .socialProofUsersWrapper,
body.tenth_anniversary_pages.organizations .socialProofUsersWrapper {
  padding: 0 !important;
}
body.tenth_anniversary_pages.volunteers .socialProofUsersWrapper .socialProofUsersContainer,
body.tenth_anniversary_pages.organizations .socialProofUsersWrapper .socialProofUsersContainer {
  padding: 10% 3% 5% 3%;
}
body.tenth_anniversary_pages.volunteers .socialProofUsersWrapper .socialProofUsersCard,
body.tenth_anniversary_pages.organizations .socialProofUsersWrapper .socialProofUsersCard {
  min-height: 300px;
}

body.users {
  /* ---------------------------------------------------------
  共通
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
  show
  --------------------------------------------------------- */
}
body.users .userNavi.isFooter {
  margin: 10px 0;
}
body.users .m_smallArticleList a .smallArticleTitle {
  color: #60c31d;
  font-size: 16px;
}
body.users .m_smallArticleList a:hover {
  text-decoration: underline;
}
body.users.show .suggestedWordsDesc {
  font-size: 9px;
}
body.users.show .m_userSupportBtnZone {
  margin-bottom: 20px;
}
body.users.show .p_articleHeading {
  margin-top: 15px;
}
body.users.show p + .m_infoTable {
  margin-top: 10px;
}
body.users.show .noresult_msg {
  display: none;
}
body.users.show .p_boxHeading + .noresult_msg {
  display: block;
}

body.people_mypage.replies {
  /* 受入団体からの返信一覧ページ
  --------------------------------------------------------- */
  /* 受入団体からの返信詳細ページ
  --------------------------------------------------------- */
}
body.people_mypage.replies.index .pageHeader {
  position: relative;
}
body.people_mypage.replies.index .pageHeader .toBack {
  position: absolute;
  top: -4px;
  left: 10px;
}
body.people_mypage.replies.index li.replyItem {
  /* 開封済み・未開封共通部分
  --------------------------------------------------------- */
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 4px 0;
  /* 未開封の場合
  --------------------------------------------------------- */
  /* 開封済みの場合
  --------------------------------------------------------- */
}
body.people_mypage.replies.index li.replyItem:first-child {
  border-top: 1px solid #ccc;
}
body.people_mypage.replies.index li.replyItem a {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
body.people_mypage.replies.index li.replyItem h4.replyFrom {
  font-size: 17px;
}
body.people_mypage.replies.index li.replyItem .replyAt {
  float: right;
  font-size: 12px;
  margin-top: 4px;
}
body.people_mypage.replies.index li.replyItem h4, body.people_mypage.replies.index li.replyItem span {
  line-height: 1.5;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.people_mypage.replies.index li.replyItem.replyShowNotOpened {
  background: #fff;
}
body.people_mypage.replies.index li.replyItem.replyShowNotOpened a:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #60c31d;
  position: absolute;
  top: 8px;
  left: 8px;
}
body.people_mypage.replies.index li.replyItem.replyShowNotOpened .replyAt {
  color: #60c31d;
}
body.people_mypage.replies.index li.replyItem.replyShowOpened {
  background: #f0f0f0;
}
body.people_mypage.replies.index li.replyItem.replyShowOpened h4.replyFrom {
  font-weight: normal;
}
body.people_mypage.replies.index .toTop {
  width: 100%;
  padding: 10px;
}
body.people_mypage.replies.show {
  /* 上部のheader部分
  --------------------------------------------------------- */
}
body.people_mypage.replies.show .pageHeader {
  height: 52px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
body.people_mypage.replies.show .pageHeader .toBack {
  float: left;
  margin: 8px 10px 0 10px;
}
body.people_mypage.replies.show .pageHeader .rightContent {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  padding: 10px 10px 0 5px;
}
body.people_mypage.replies.show .pageHeader .rightContent span, body.people_mypage.replies.show .pageHeader .rightContent a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.people_mypage.replies.show .pageHeader .rightContent .contactCreatedAt {
  margin-top: 6px;
}

.toast-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.6;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 2500000000;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #60c31d;
}

.toast-error {
  background-color: #c32e1d;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #c38a1d;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.jsLazy,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* # =================================================================
   # layout
   # ================================================================= */
.l_wrapper {
  width: 1060px;
  margin: 0 auto;
  text-align: left;
}
.l_wrapper::before {
  text-align: center;
}
.l_wrapper:before, .l_wrapper:after {
  content: " ";
  display: table;
}
.l_wrapper:after {
  clear: both;
}

.l_mainContent, .l_subMainContent {
  width: 740px;
  float: left;
  border-radius: 3px;
}
.l_mainContent.isReverse, .l_subMainContent.isReverse {
  float: right;
}
.l_mainContent.isCenter, .l_subMainContent.isCenter {
  margin: 0 auto;
  float: none;
}

.l_sideContent {
  width: 300px;
  float: right;
  border-radius: 3px;
}
.l_sideContent.isReverse {
  float: left;
}

.l_wideContent {
  width: 1060px;
  border-radius: 3px;
}

.l_mediumContent {
  width: 800px;
  border-radius: 3px;
}

.l_mainContent.isWhite,
.l_subMainContent.isWhite,
.l_sideContent.isWhite,
.l_wideContent.isWhite,
.l_mediumContent.isWhite {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.l_mainContent.isCenter,
.l_subMainContent.isCenter,
.l_sideContent.isCenter,
.l_wideContent.isCenter,
.l_mediumContent.isCenter {
  margin: 0 auto;
  float: none;
}
.l_mainContent .l_childBox,
.l_subMainContent .l_childBox,
.l_sideContent .l_childBox,
.l_wideContent .l_childBox,
.l_mediumContent .l_childBox {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.l_mainContent .l_childBox.isWideInside,
.l_subMainContent .l_childBox.isWideInside,
.l_sideContent .l_childBox.isWideInside,
.l_wideContent .l_childBox.isWideInside,
.l_mediumContent .l_childBox.isWideInside {
  padding: 0;
}
.l_mainContent .l_childBox.hasTopMargin,
.l_subMainContent .l_childBox.hasTopMargin,
.l_sideContent .l_childBox.hasTopMargin,
.l_wideContent .l_childBox.hasTopMargin,
.l_mediumContent .l_childBox.hasTopMargin {
  margin-top: 30px;
}

html.isShowManageBar {
  margin-top: 32px !important;
}
html.isShowEnvBar {
  margin-top: 45px !important;
}
html.isShowManageBar.isShowEnvBar {
  margin-top: 77px !important;
}

ol.p_breadCrumbsNav {
  margin: 20px 0;
}
ol.p_breadCrumbsNav li {
  display: inline;
}
ol.p_breadCrumbsNav i {
  margin: 0 5px;
}
ol.p_breadCrumbsNav a {
  text-decoration: underline;
}

.p_cardBrands {
  display: inline-block;
}
.p_cardBrands img {
  vertical-align: middle;
  border-radius: 0;
  margin-left: 5px;
}
.p_cardBrands img.cardVisa {
  height: 20px;
}
.p_cardBrands img.cardMasterCard {
  height: 30px;
}
.p_cardBrands img.cardAmex {
  height: 35px;
}

.p_descLink {
  display: block;
  text-decoration: underline;
  text-align: right;
  font-size: 12px;
}
.p_descLink.isLink:after {
  content: "\f105";
  font-family: FontAwesome;
}
.p_descLink.isAppear:before {
  content: "\f0d7";
  font-family: FontAwesome;
}

.p_mainHeading {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.p_mainHeading.isCenter {
  text-align: center;
}
.p_mainHeading.hasTopMargin {
  margin-top: 20px;
}

.p_boxHeading {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.p_boxHeading.isNoMargin {
  margin-bottom: 0px;
}
.p_boxHeading.relatedRecruit {
  border-bottom: 4px solid #60c31d;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-bottom: 12px;
}
.p_boxHeading.writerInfo {
  margin-bottom: 7px;
}

.p_articleHeading {
  background-color: #f0f0f0;
  color: #4a4b4e;
  padding: 13px 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
}

.p_articleHeadingSecond {
  color: #60c31d;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.p_insertionHeading {
  font-size: 18px;
  color: #b2bab3;
  padding: 20px;
}

.p_topLeftSlick {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 10;
}

.p_topLeftSlick:before {
  font-family: FontAwesome;
  padding-top: 28px;
  padding-bottom: 28px;
  background: rgba(51, 51, 51, 0.5);
  padding-left: 12px;
  padding-right: 22px;
  content: "\f104";
  border-radius: 0 44px 44px 0;
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.p_topRightSlick {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 10;
}

.p_topRightSlick:before {
  padding-left: 22px;
  padding-right: 12px;
  content: "\f105";
  border-radius: 44px 0 0 44px;
  background: rgba(51, 51, 51, 0.5);
  font-family: FontAwesome;
  padding-top: 28px;
  padding-bottom: 28px;
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.p_tabs {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.p_tabs > li a, .p_tabs > li span {
  color: #999;
  padding: 13px 20px 7px;
  display: inline-block;
}
.p_tabs > li.active a, .p_tabs > li.active span {
  color: #60c31d;
  border: solid 1px #ccc;
  border-bottom: 0px;
  padding: 10px 20px;
  border-top: 3px solid;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  text-decoration: none;
}
.p_tabs > li.active a:after, .p_tabs > li.active span:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #003399;
  height: 0;
  transition-property: height;
  transition-duration: 200ms;
}

.p_tag {
  border: 1px solid #ccc;
  color: #898989;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* =========================================================
 * 三角形のcss
 * 項目を並べたりする時に使える
========================================================= */
.p_triangle.isRight:after {
  content: "\f0da";
}
.p_triangle.isDown:after {
  content: "\f0d7";
}
.p_triangle:after {
  font-family: FontAwesome;
}

.m_searchAreaModal {
  left: 50%;
  z-index: 2;
  position: fixed;
  top: 20px !important;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  display: block;
  width: 798px;
  margin-left: -360px;
  margin-top: 0 !important;
}
.m_searchAreaModal .searchAreaBox {
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  position: absolute;
  overflow: auto;
  width: 798px;
}
.m_searchAreaModal li:not(.active) {
  border-bottom: 1px solid white;
}
.m_searchAreaModal .searchAreaBox {
  text-align: left;
}
.m_searchAreaModal .searchAreaBox .modalTitle {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.m_searchAreaModal .areaList {
  margin-top: 30px;
}
.m_searchAreaModal .modalCheckAll {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #9f9fa0;
  width: 100%;
}
.m_searchAreaModal .modalCheckAll, .m_searchAreaModal .allArea {
  font-weight: bold;
}
.m_searchAreaModal .domesticList ul, .m_searchAreaModal .abroadList ul {
  margin-top: 15px;
  margin-left: 25px;
  margin-bottom: -5px;
}
.m_searchAreaModal .domesticList ul li, .m_searchAreaModal .abroadList ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.m_searchAreaModal .domesticListArea, .m_searchAreaModal .abroadListArea {
  margin-right: 30px;
}
.m_searchAreaModal .modalBtn {
  text-align: center;
  margin-top: 20px;
}
.m_searchAreaModal .fa {
  color: #60c31d;
}

.m_areaSearchText {
  display: inherit;
}
.m_areaSearchText .areaSearch {
  display: flex;
  width: 300px;
  height: 57px;
  position: relative;
  right: -5px;
}
.m_areaSearchText .textInput {
  width: 100%;
  height: 100%;
  padding: 0 0 0 25px;
  border-radius: 5px 0px 0px 5px;
  font-weight: bold;
  font-size: 14px;
  color: #6c6b6b;
  padding-top: 3px;
}
.m_areaSearchText .areaTextAndSuggests {
  width: 100%;
  background-color: white;
  margin-right: 5px;
  border-radius: 4px;
}
.m_areaSearchText .suggests {
  overflow-y: scroll;
  max-height: 360px;
  position: relative;
  z-index: 2500000000;
  outline: 1px solid #ccc;
  outline-offset: -1px;
  margin-top: 0px !important;
  background: white !important;
  padding: 0px !important;
  display: none !important;
}
.m_areaSearchText .suggests li {
  width: 100% !important;
  line-height: 35px;
  padding-left: 20px;
  text-align: left;
}
.m_areaSearchText .suggests li:hover {
  text-decoration: underline;
  background-color: #f2f2f2;
  cursor: pointer;
}
.m_areaSearchText .suggests::-webkit-scrollbar {
  width: 7px;
}
.m_areaSearchText .suggests::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 100vh;
}
.m_areaSearchText .clearBtn {
  margin-top: 23px;
  margin-left: -32px;
  margin-right: 20px;
  z-index: 1;
}
.m_areaSearchText .dummy {
  display: none;
}

.m_decoratedAnchorTag {
  display: flex;
  height: 145px;
  width: 700px;
  margin: 20px 0px;
  border: solid 2px #f0f0f0;
  border-radius: 6px;
}
.m_decoratedAnchorTag .information {
  visibility: visible;
  display: flex;
  width: 70%;
  justify-content: center;
  flex-direction: column;
  padding: 0px 16px 0px 16px;
}
.m_decoratedAnchorTag .information .title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none !important;
}
.m_decoratedAnchorTag .information .title:before {
  color: #60c31d;
  content: "\f0c1";
  font-family: FontAwesome;
  margin-right: 10px;
}
.m_decoratedAnchorTag .information .description {
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 2.5rem;
  text-decoration: none !important;
}
.m_decoratedAnchorTag .image {
  width: 30%;
}
.m_decoratedAnchorTag .image img {
  height: 100%;
  margin: 0 !important;
  border-radius: 0px 6px 6px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  margin-top: 20px;
  color: #d5d5d5;
  background: #3f4040;
}
footer > .l_wrapper {
  padding: 30px 0 0;
}
footer .footerBox {
  width: 340px;
  float: left;
}
footer .footerBox:before, footer .footerBox:after {
  content: " ";
  display: table;
}
footer .footerBox:after {
  clear: both;
}
footer .footerBox:last-child {
  margin-left: 0;
}
footer .footerBox.isMenu {
  width: 190px;
}
footer .footerBox.isMenu li {
  float: none;
}
footer .footerHeading {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}
footer .footerHeading2 {
  position: relative;
  margin: 10px 0 5px 5px;
  padding-left: 8px;
}
footer .footerHeading2.p_triangle:after {
  position: absolute;
  left: 0;
}
footer .formHead {
  margin-top: 20px;
}
footer .footerItem {
  float: left;
}
footer .footerItem:before {
  content: "・";
}
footer .footerItem.isArea {
  float: none;
}
footer .childZone {
  margin-left: 10px;
}
footer .footerChild {
  float: left;
}
footer .footerChild:before {
  content: "-";
  margin: 0 4px;
}
footer .opinionForm {
  width: 100%;
  height: 110px;
  font-size: 12px;
  margin-bottom: 10px;
  color: #333;
}
footer ul:before, footer ul:after {
  content: " ";
  display: table;
}
footer ul:after {
  clear: both;
}
footer li {
  margin-right: 10px;
  margin-bottom: 5px;
}
footer li a {
  color: #d5d5d5;
}
footer .copyRight {
  background: #222;
  text-align: center;
  margin: 30px auto 0;
  padding: 30px 0;
}
footer .copyRight p a {
  color: #ababab;
}

/* ---------------------------------------------------------
 枠線などはm_infoTableを適応してる
 form独自のcssをここに書く
--------------------------------------------------------- */
.m_formTable th {
  width: 200px;
  padding: 8px !important;
}
.m_formTable th .itemHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 4px;
          column-gap: 4px;
}
.m_formTable th .itemHead h3 {
  min-height: 22px;
}
.m_formTable th .itemHead .p_required {
  height: 22px;
  line-height: 16px;
  min-width: 34px;
}
.m_formTable th .itemHead .material-icons {
  font-size: 22px;
  margin-left: 17px;
}

.m_guideContent {
  width: 100%;
  background: #fff;
  margin-top: 30px;
}
.m_guideContent .guideContentsWrapper {
  width: 740px;
  margin: 0 auto;
  padding-top: 20px;
}
.m_guideContent .guideContentsWrapper .m_entryZone.isGuide > ul {
  padding: 16px;
  margin: 20px 0px;
  border: solid 4px #f0f0f0;
  box-sizing: border-box;
}
.m_guideContent .guideContentsWrapper .m_entryZone.isGuide > ul li {
  position: relative;
}
.m_guideContent .guideContentsWrapper .m_entryZone.isGuide > ul li::before {
  margin-right: 8px;
  content: "・";
  color: #60c31d;
  font-weight: bold;
}
.m_guideContent .guideContentsWrapper .m_entryZone.isGuide > ul li + li {
  margin-top: 8px;
}
.m_guideContent .guideContentsWrapper .m_entryZone.isGuide > ol {
  padding: 16px;
  margin: 20px 0px;
  border: solid 4px #f0f0f0;
  box-sizing: border-box;
  counter-reset: number;
}
.m_guideContent .guideContentsWrapper .m_entryZone.isGuide > ol li {
  position: relative;
}
.m_guideContent .guideContentsWrapper .m_entryZone.isGuide > ol li::before {
  color: #60c31d;
  font-weight: bold;
  margin-right: 8px;
  counter-increment: number;
  content: counter(number);
}
.m_guideContent .guideContentsWrapper .m_entryZone.isGuide > ol li + li {
  margin-top: 8px;
}
.m_guideContent .guideContentsWrapper .header, .m_guideContent .guideContentsWrapper .headerThreeLine, .m_guideContent .guideContentsWrapper .headerTwoLine {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 740px;
}
.m_guideContent .guideContentsWrapper .headerTwoLine {
  background: url(//static.activo.jp/assets/guideContentsHeader2-644756d13e6b0ddc76e8401fc848d982fac1edb46540b68e4be97fae3eb1ae72.png);
  height: 170px;
  background-size: contain;
}
.m_guideContent .guideContentsWrapper .headerThreeLine {
  background: url(//static.activo.jp/assets/guideContentsHeader3-4211fff1766b47c9329168ba66c46c7e0f6517cdeb43d24e44f92423bd49d3ac.png);
  height: 217px;
  background-size: contain;
}
.m_guideContent .guideContentsWrapper .header h1, .m_guideContent .guideContentsWrapper .headerTwoLine h1, .m_guideContent .guideContentsWrapper .headerThreeLine h1 {
  position: absolute;
  font-weight: bold;
  color: white;
  font-size: 28px;
  line-height: 1.6;
}
.m_guideContent .guideContentsWrapper .header h1 + h1, .m_guideContent .guideContentsWrapper .headerTwoLine h1 + h1, .m_guideContent .guideContentsWrapper .headerThreeLine h1 + h1 {
  margin-top: 6px;
}
.m_guideContent .guideContentsWrapper .header h1 span, .m_guideContent .guideContentsWrapper .headerTwoLine h1 span, .m_guideContent .guideContentsWrapper .headerThreeLine h1 span {
  font-weight: bold;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4901960784);
}
.m_guideContent .guideContentsWrapper .header h1 span:last-of-type, .m_guideContent .guideContentsWrapper .headerTwoLine h1 span:last-of-type, .m_guideContent .guideContentsWrapper .headerThreeLine h1 span:last-of-type {
  font-weight: normal;
  letter-spacing: 3px;
}
.m_guideContent .guideContentsWrapper .guideContentsFooter {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.m_guideContent .guideContentsWrapper .guideContentsFooter .p_btn {
  width: 348px;
  margin: 40px auto 70px;
  font-size: 18px;
  background-color: #60c31d;
  text-align: center;
  color: #FFFFFF;
}
.m_guideContent .guideContentsWrapper .guideContentsFooter .p_btn:after {
  content: "\f106";
  font-family: FontAwesome;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 4px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
.m_guideContent #page_top {
  width: 50px;
  height: 50px;
  display: none;
  right: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: 2px solid #60c31d;
}
.m_guideContent #page_top.isFixed {
  display: block;
  position: fixed;
}
.m_guideContent #page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  left: -2px;
}
.m_guideContent #page_top a::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f077";
  font-size: 30px;
  color: #60c31d;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: -5px;
  margin: auto;
  text-align: center;
}

.m_headLinkBtns {
  display: flex;
  line-height: 1.5em;
  outline: 1px solid #60c31d;
  border-radius: 4px;
  overflow: hidden;
}
.m_headLinkBtns .isBtn {
  display: block;
  font-weight: bold;
  padding: 10px 40px;
  color: #60c31d;
  background-color: #fff;
}
.m_headLinkBtns .isBtn.isActive {
  color: #fff;
  background-color: #60c31d;
}

header#m_header {
  background: #fff;
  box-shadow: 0px 3px 3px -3px #191919;
}

.headerTop {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 12px;
}
.headerTop .activoDesc {
  float: left;
  color: #6c6b6b;
}
.headerTop .activoMenu {
  float: right;
}
.headerTop .activoMenu li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #ccc;
}
.headerTop .activoMenu li:last-child {
  padding: 0 0 0 8px;
  border: none;
}
.headerTop .activoMenu li a {
  text-decoration: underline;
}

.headerBottom .spritePcTop {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  display: block;
}
.headerBottom .activoLogo {
  float: left;
  margin: 17px 0 0;
  width: 169.5px;
  height: 40px;
}
.headerBottom .largeKind {
  float: left;
}
.headerBottom .largeKind li {
  font-size: 14px;
  font-weight: 800;
  float: left;
  margin-left: 20px;
}
.headerBottom .largeKind li a {
  display: block;
  padding: 30px 0;
  color: #bcbcbc;
}
.headerBottom .largeKind li a.isCurrent, .headerBottom .largeKind li a:hover {
  border-bottom: 8px solid #60c31d;
  color: #60c31d;
  padding: 30px 0 22px;
}
.headerBottom .quickSearch {
  float: right;
}
.headerBottom .quickSearch select {
  width: 148px;
  height: 34px;
  float: left;
  position: relative;
  margin: 20px 0;
}
.headerBottom .quickSearch button, .headerBottom .quickSearch a {
  margin: 20px 0;
}
.headerBottom .quickSearch select, .headerBottom .quickSearch button, .headerBottom .quickSearch a {
  margin-right: 10px;
}
.headerBottom .headerDetailSearch {
  float: right;
  margin: 20px 0 !important;
}
.headerBottom .headerDetailSearch.p_triangle:after {
  margin-left: 5px;
}
.headerBottom .p_btn {
  padding: 8px 20px;
}

.m_homeAreaLinks .spritePcTop-nihonchizu {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  width: 318px;
  height: 346px;
  background-position: 377px -1330px;
  background-repeat: no-repeat;
}
.m_homeAreaLinks .middleArea {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px;
  text-decoration: underline;
  width: 78px;
  text-align: right;
}
.m_homeAreaLinks .smallArea {
  text-align: center;
  display: inline-block;
  background: #fff;
  border: 1px solid #60c31d;
  border-radius: 3px;
  width: 55.5px;
  color: #60c31d;
}
.m_homeAreaLinks .smallArea a {
  color: #60c31d;
  display: block;
  padding: 8px 0;
}
.m_homeAreaLinks .activePlaces {
  width: 700px;
}
.m_homeAreaLinks ul {
  display: inline-block;
}
.m_homeAreaLinks .searchAbroad .middleArea, .m_homeAreaLinks .others .middleArea {
  vertical-align: top;
  margin-top: 10px;
}
.m_homeAreaLinks .searchAbroad ul, .m_homeAreaLinks .others ul {
  width: 602px;
}
.m_homeAreaLinks .searchAbroad .smallArea, .m_homeAreaLinks .others .smallArea {
  width: 116px;
}
.m_homeAreaLinks .searchAbroad li, .m_homeAreaLinks .others li {
  margin-bottom: 14px;
}

.m_homeGenreLinks li {
  width: 220px;
  height: 137px;
  display: inline-block;
  text-align: center;
  line-height: 7;
  color: #fff;
  border-radius: 3px;
}
.m_homeGenreLinks a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  text-shadow: -2px 3px 7px black;
}
.m_homeGenreLinks .international {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 137px;
  background-position: -5px -930px;
  font-size: 20px;
}
.m_homeGenreLinks .international a {
  padding: 42px 73px 40px;
}
.m_homeGenreLinks .children {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -5px;
  margin: 0 15px;
  font-size: 20px;
}
.m_homeGenreLinks .children a {
  padding: 42px 33px 40px;
}
.m_homeGenreLinks .disaster {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -443px;
  font-size: 20px;
}
.m_homeGenreLinks .disaster a {
  padding: 42px 43px 40px;
}
.m_homeGenreLinks .communitydevelopment {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -151px;
  font-size: 16px;
  line-height: 9;
}
.m_homeGenreLinks .communitydevelopment a {
  padding: 45px 4px 40px;
}
.m_homeGenreLinks .environment {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -589px;
  margin: 15px;
  font-size: 20px;
}
.m_homeGenreLinks .environment a {
  padding: 42px 43px 40px;
}
.m_homeGenreLinks .penury {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -1686px;
  font-size: 20px;
}
.m_homeGenreLinks .penury a {
  padding: 42px 43px 40px;
}
.m_homeGenreLinks .welfare {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 220px;
  height: 136px;
  background-position: -5px -2056px;
  font-size: 18px;
  line-height: 8;
}
.m_homeGenreLinks .welfare a {
  padding: 45px 11px 39px;
}
.m_homeGenreLinks .culture {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -151px;
  width: 220px;
  margin: 0 15px;
  font-size: 16px;
  line-height: 9;
}
.m_homeGenreLinks .culture a {
  padding: 45px 5px 39px;
}
.m_homeGenreLinks .medicalcare {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -10px;
  width: 219px;
  font-size: 20px;
  line-height: 7;
}
.m_homeGenreLinks .medicalcare a {
  padding: 41px 43px 39px;
}

.m_linkListZone {
  line-height: 2;
}
.m_linkListZone li {
  margin-right: 20px;
  display: inline-block;
}
.m_linkListZone li:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #60c31d;
  text-decoration: none;
}
.m_linkListZone li:before a {
  text-decoration: underline;
}

.m_mainArticleList.hasBorder .resultBox {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.m_mainArticleList.hasBorder .resultBox.isWideInside {
  padding: 0;
}
.m_mainArticleList.hasBorder .resultBox.hasTopMargin {
  margin-top: 30px;
}
.m_mainArticleList.hasNotBorder .resultBox {
  border-bottom: 1px dotted #ccc;
}
.m_mainArticleList.hasNotBorder .resultBox:last-child {
  border: 0px;
}
.m_mainArticleList.hasNotBorder .resultBox .resultBoxInline {
  margin-left: 0px;
}
.m_mainArticleList.hasNotBorder .resultBox .resultBoxBottom {
  padding: 20px 0;
}
.m_mainArticleList.hasNotBorder .resultBox p {
  padding: 0 0 20px 0;
  clear: both;
}
.m_mainArticleList .resultBox {
  position: relative;
}
.m_mainArticleList .resultBox * {
  transition: all 0.3s ease;
}
.m_mainArticleList .resultBox *:hover {
  text-decoration: none;
}
.m_mainArticleList .resultBox .infoBox > a {
  display: block;
}
.m_mainArticleList .resultBox .infoBox > a:hover {
  text-decoration: none;
}
.m_mainArticleList .resultBox .infoBox > a:hover h3 {
  color: #60c31d;
}
.m_mainArticleList .resultBox img {
  margin: 20px 20px 20px 0;
  width: 250px;
}
.m_mainArticleList .resultBox p {
  padding: 0 20px 20px 20px;
}
.m_mainArticleList .resultBox .resultBoxInline {
  display: -ms-grid;
  display: grid;
  margin-left: 20px;
}
.m_mainArticleList .resultBox .resultBoxInline:before, .m_mainArticleList .resultBox .resultBoxInline:after {
  content: " ";
  display: table;
}
.m_mainArticleList .resultBox .resultBoxInline:after {
  clear: both;
}
.m_mainArticleList .resultBox .resultBoxBottom {
  padding: 20px;
  width: 450px;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  float: left;
}
.m_mainArticleList .resultBox .resultBoxTop {
  width: 270px;
  height: 100%;
  float: left;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.m_mainArticleList .resultBox .resultBoxTop.showingUserIcon {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_mainArticleList .resultBox .resultBoxTop.showingUserIcon img {
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.m_mainArticleList .resultBox .resultBoxTop .p_defaultThumbnail {
  margin: 20px 20px 20px 0;
  width: 250px;
  height: 160px;
}
.m_mainArticleList .resultBox .p_label {
  margin-bottom: 20px;
}
.m_mainArticleList .resultBox .resultBoxBottom {
  padding: 20px 20px 20px 0;
}
.m_mainArticleList .resultBox .resultBoxBottom h3 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
}
.m_mainArticleList .resultBox .resultBoxBottom .isUserName {
  margin-bottom: 10px;
  color: #6c6b6b;
  font-weight: bold;
  line-height: 1.5;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements {
  width: 100%;
  margin-right: -15px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements > li {
  display: flex;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements .p_icon:before {
  color: #60c31d;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  font-size: 15px;
  overflow: inherit;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements .resultElementsItem {
  line-height: 20px;
  display: inline-block;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements .itemText {
  display: flex;
  align-items: center;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements .resultElementsItem + .itemText {
  line-height: 24px;
  max-height: 24px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements .isGetAreas {
  overflow: inherit;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements .isGetDatesOrTerms + .itemText,
.m_mainArticleList .resultBox .resultBoxBottom .resultElements .isGetMemberActivityDates + .itemText {
  max-height: 43px;
  -webkit-line-clamp: 2;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements .resultElementsBlockItem {
  color: #6c6b6b;
  line-height: 20px;
  display: table-row;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements.hasWidth .resultElementsItem {
  max-width: 429px;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements.hasWidth .resultElementsItem.isGetPositionsAndTargets {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements.hasWidth .resultElementsItem.isGetTermsAndFrequents {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElements.hasWidth .resultElementsItem.isGetFrequents {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.m_mainArticleList .resultBox .resultBoxBottom .resultElementsItem:before {
  text-align: center;
  margin-right: 5px;
  vertical-align: unset !important;
  line-height: 24px;
}
.m_mainArticleList .resultBox .p_bookmarkIconBtn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.m_mainArticleList .resultBox .p_bookmarkIconBtn a, .m_mainArticleList .resultBox .p_bookmarkIconBtn button {
  font-size: 25px;
}
.m_mainArticleList .google-auto-placed:has(+ #jsAccordionClosingArticleSwitch) {
  display: none;
}

.m_mediumArticleList {
  /* slider部分
  --------------------------------------------------------- */
}
.m_mediumArticleList * {
  transition: all 0.3s ease;
}
.m_mediumArticleList *:hover {
  text-decoration: none;
}
.m_mediumArticleList li.articleList {
  width: 240px !important;
  margin-right: 20px;
}
.m_mediumArticleList li.articleList:nth-child(4n), .m_mediumArticleList li.articleList:last-child {
  margin-right: 0px;
}
.m_mediumArticleList li.articleList a {
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
}
.m_mediumArticleList li.articleList a:hover h6 {
  color: #60c31d;
}
.m_mediumArticleList li.articleList a img,
.m_mediumArticleList li.articleList a .p_defaultThumbnail {
  margin-bottom: 7px;
}
.m_mediumArticleList li.articleList a .userIconThumbnail {
  width: 150px;
  height: 150px;
  margin: 0 auto 7px auto;
}
.m_mediumArticleList li.articleList a .p_defaultThumbnail {
  width: 240px;
  height: 150px;
  margin: 0 auto 7px auto;
}
.m_mediumArticleList li.articleList a span.p_label {
  display: table;
  margin: 0 5px 10px 0;
}
.m_mediumArticleList li.articleList a span.p_label.isJob {
  display: inline-block;
}
.m_mediumArticleList li.articleList a h6 {
  margin-bottom: 9px;
  line-height: 1.4;
}
.m_mediumArticleList li.articleList a ul {
  padding-top: 10px;
  border-top: 1px dotted #ccc;
  float: left;
}
.m_mediumArticleList li.articleList a ul li {
  float: left;
  margin-right: 15px;
  line-height: 1.8;
}
.m_mediumArticleList.slick-slider {
  margin-bottom: 0px;
}
.m_mediumArticleList .slick-arrow:before {
  font-family: FontAwesome;
  opacity: 1;
  font-size: 60px;
  color: #808080;
}
.m_mediumArticleList .slick-arrow.slick-disabled:before {
  color: #e5e5e5;
  cursor: not-allowed;
}
.m_mediumArticleList .slick-prev,
.m_mediumArticleList .slick-next {
  width: 60px;
  height: 60px;
}
.m_mediumArticleList .slick-prev {
  left: -90px;
}
.m_mediumArticleList .slick-prev:before {
  content: "\f137";
}
.m_mediumArticleList .slick-next {
  right: -90px;
}
.m_mediumArticleList .slick-next:before {
  content: "\f138";
}

.m_notificationMailSettings .mailNotificationToggle.side {
  font-size: 13px;
  height: 44px;
  border-radius: 3px 3px 0 0;
}
.m_notificationMailSettings .mailNotificationToggle.side form.button_to {
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.m_notificationMailSettings .mailNotificationToggle.side form.button_to button {
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
}
.m_notificationMailSettings .mailNotificationToggle.side .description {
  display: flex;
  margin: auto 8px auto 0;
}
.m_notificationMailSettings .mailNotificationToggle.side .toggle {
  pointer-events: auto;
}

.m_pagenaviZone {
  margin-bottom: 20px;
  text-align: center;
}
.m_pagenaviZone .page, .m_pagenaviZone .current, .m_pagenaviZone .previouspostslink, .m_pagenaviZone .nextpostslink {
  font-size: 16px;
  border: 1px solid #c4c4c4;
  padding: 9px 12px;
  margin: 4px;
  background: #fff;
  color: #60c31d;
  border-radius: 3px;
  display: inline-block;
}
.m_pagenaviZone .pagenaviZoneFirst, .m_pagenaviZone .pagenaviZoneLast {
  font-size: 16px;
  margin: 4px;
  color: #60c31d;
}
.m_pagenaviZone .current {
  background: #f0f0f0;
}
.m_pagenaviZone .first, .m_pagenaviZone .last {
  border-bottom: solid 1px #a3a3a3;
}
.m_pagenaviZone .pagenaviZonePrevious a, .m_pagenaviZone .pagenaviZoneNext a {
  color: #60c31d;
}
.m_pagenaviZone .pagenaviZoneFirst:before, .m_pagenaviZone .previouspostslink:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #60c31d;
  padding-right: 5px;
}
.m_pagenaviZone .nextpostslink:after, .m_pagenaviZone .pagenaviZoneLast:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #60c31d;
  padding-left: 5px;
}

.m_pagingInfo .mainHeadingAllNumber {
  color: #ff8945;
  font-size: 18px;
  font-weight: bold;
  margin: 0 2px;
}
.m_pagingInfo .mainHeadingNumber {
  font-weight: bold;
}

.m_picZone {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-basis: 233px;
}
.m_picZone .picBox {
  text-align: center;
  margin-bottom: 20px;
}
.m_picZone .picBox img {
  max-width: 228px;
}
.m_picZone .picBox .picDesc {
  margin: 5px auto 0;
  max-width: 233px;
}

.m_reactPagenaviZone {
  display: flex;
  flex-flow: row, nowrap;
  justify-content: center;
}
.m_reactPagenaviZone .pagenaviZoneFirst, .m_reactPagenaviZone .pagenaviZoneLast {
  margin-bottom: 20px;
}
.m_reactPagenaviZone .pagenaviZoneFirst span, .m_reactPagenaviZone .pagenaviZoneLast span {
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: solid 1px gray;
}
.m_reactPagenaviZone .pagenaviZoneFirst {
  margin-right: 5px;
}
.m_reactPagenaviZone .pagenaviZoneFirst:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #60c31d;
  margin-right: 5px;
}
.m_reactPagenaviZone .pagenaviZoneLast {
  margin-left: 5px;
}
.m_reactPagenaviZone .pagenaviZoneLast:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #60c31d;
  padding-left: 5px;
}
.m_reactPagenaviZone .mainPagenavi {
  display: flex;
  margin-bottom: 20px;
  text-align: center;
}
.m_reactPagenaviZone .mainPagenavi .p_btn, .m_reactPagenaviZone .mainPagenavi .page {
  border: 1px solid #c4c4c4;
  padding: 0;
  margin: 6px;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
}
.m_reactPagenaviZone .mainPagenavi .pagenaviBtn .p_btn, .m_reactPagenaviZone .mainPagenavi .page a {
  font-size: 16px;
  color: #60c31d;
  padding: 9px 12px;
  display: block;
}
.m_reactPagenaviZone .mainPagenavi .previouspostslink.isDisable, .m_reactPagenaviZone .mainPagenavi .nextpostslink.isDisable {
  display: none;
}
.m_reactPagenaviZone .mainPagenavi .previouspostslink:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #60c31d;
  margin-top: 5px;
  padding-right: 5px;
}
.m_reactPagenaviZone .mainPagenavi .nextpostslink:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #60c31d;
  padding-left: 5px;
}
.m_reactPagenaviZone .mainPagenavi .current {
  background: #f0f0f0;
}
.m_reactPagenaviZone .mainPagenavi .break {
  padding: 15px 0;
}

.m_recommendBox {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}
.m_recommendBox .slideArrow {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #60c31d;
  transition: all 0.3s ease;
  z-index: 10;
}
.m_recommendBox .slideArrow:before {
  font-family: FontAwesome;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #fff;
}
.m_recommendBox .slideArrow.isLeft:before {
  padding-left: 12px;
  padding-right: 22px;
  content: "\f104";
  border-radius: 0 44px 44px 0;
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.m_recommendBox .slideArrow.isRight {
  right: 0;
}
.m_recommendBox .slideArrow.isRight:before {
  padding-left: 22px;
  padding-right: 12px;
  content: "\f105";
  border-radius: 44px 0 0 44px;
  box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.m_recommendBox .slideArrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.m_recommendBox .slideArrow.isDisable {
  display: none;
}
.m_recommendBox .recommendUl {
  overflow-x: auto;
  border-spacing: 15px 20px;
}
.m_recommendBox .recArticleBox {
  width: 210px;
  display: table-cell;
}
.m_recommendBox .recArticleBox * {
  transition: all 0.3s ease;
}
.m_recommendBox .recArticleBox *:hover {
  text-decoration: none;
}
.m_recommendBox .recArticleBox img {
  vertical-align: bottom;
}
.m_recommendBox .recArticleBox .p_defaultThumbnail {
  width: 210px;
  height: 120px;
  display: inline-block;
}
.m_recommendBox .recArticleBox .recWrap {
  width: 100%;
}
.m_recommendBox .recArticleBox p.recTitle {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.m_recommendBox .p_insertionHeading {
  padding: 15px 15px;
}
.m_recommendBox .recommendSentence {
  padding: 10px;
  border-radius: 3px;
  width: 210px;
  height: 94px;
  position: relative;
}
.m_recommendBox .recommendSentence p {
  margin-top: 7px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  height: 42px;
}
.m_recommendBox .recommendSentence span {
  font-size: 10px;
  font-weight: bold;
  color: #7b7b7b;
  display: -webkit-box;
  overflow: hidden;
  height: 12px;
  padding-top: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 8px;
  display: block;
}

.m_relatedAreaPath {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}
.m_relatedAreaPath .p_insertionHeading {
  padding: 15px 15px 0 15px;
}
.m_relatedAreaPath .relatedAreaPathBox {
  padding: 15px 15px 30px 15px;
}
.m_relatedAreaPath .relatedAreaPathBox .relatedAreaPathList {
  display: inline-block;
  margin-bottom: 10px;
}
.m_relatedAreaPath .relatedAreaPathBox .relatedAreaPathList .relatedAreaPath {
  display: inline-block;
  padding: 0px;
  margin: 10px 15px 10px 0;
}
.m_relatedAreaPath .relatedAreaPathBox .relatedAreaPathList .relatedAreaPath .anchorText {
  display: block;
  padding: 6px 12px;
  color: #60c31d;
}
.m_relatedAreaPath .relatedAreaPathBox .areaSearchButton {
  display: inline-block;
}

.m_relatedLinks .relatedAreaPaths {
  display: none;
  font-size: 13px;
}
.m_relatedLinks .relatedAreaPaths .relatedAreaPathList {
  display: inline-block;
}
.m_relatedLinks .relatedAreaPaths .relatedAreaPathList .relatedAreaPath {
  display: inline-block;
  margin: 10px 30px 10px 0;
}
.m_relatedLinks .relatedAreaPaths .relatedAreaPathList .relatedAreaPath .anchorText {
  color: #60c31d;
}
.m_relatedLinks .significantRelatedPaths .significantRelatedPathList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.m_relatedLinks .significantRelatedPaths .significantRelatedPathList .significantRelatedPath {
  list-style: none;
  position: relative;
  width: 45%;
  margin: 10px 10px 10px 0;
}
.m_relatedLinks .significantRelatedPaths .significantRelatedPathList .significantRelatedPath .anchorText {
  color: #60c31d;
}

.m_researchBtn {
  width: 100%;
  height: 90px;
  background-color: #b4b0b0;
  position: fixed;
  bottom: 0px;
  z-index: 5;
  margin: 0 auto;
}
.m_researchBtn:before {
  display: none;
}
.m_researchBtn .isReSearch {
  width: 1060px;
  margin: 0 auto;
  margin-top: 10px;
  z-index: 10;
}
.m_researchBtn .isReSearch.isBottom {
  bottom: 10px;
  background-color: #60c31d;
  padding: 10px;
}
.m_researchBtn .isReSearch.isBottom .p_btn {
  display: flex;
  background-color: white;
  font-size: 14px;
  padding: 8px;
  text-align: left;
  color: #6c6b6b;
}
.m_researchBtn .isReSearch.isBottom .p_btn:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  margin-top: 5px;
  margin-right: 5px;
  color: #60c31d;
}
.m_researchBtn .isReSearch.isBottom .p_btn .checkedNames {
  max-width: 350px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.m_scrapedRecruitmentInfoList .p_boxHeading .quoteDescription {
  color: #6c6b6b;
  font-weight: normal;
  font-size: 12px;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList.hasBorder > li {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList.hasBorder > li.isWideInside {
  padding: 0;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList.hasBorder > li.hasTopMargin {
  margin-top: 30px;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li {
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li:before, .m_scrapedRecruitmentInfoList .recruitmentInfoList > li:after {
  content: " ";
  display: table;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li:after {
  clear: both;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li * {
  transition: all 0.3s ease;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li *:hover {
  text-decoration: none;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li .linkToScrapedRecruitmentInfo {
  z-index: 1;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li:hover .scrapedRecruitmentInfoTitle {
  color: #60c31d;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li .scrapedRecruitmentInfoBoxHeader .scrapedRecruitmentInfoTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
  display: inline-block;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li .scrapedRecruitmentInfoBoxHeader .scrapedRecruitmentInfoUserList li {
  display: inline-block;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li .scrapedRecruitmentInfoBoxHeader .scrapedRecruitmentInfoUserList li:first-child {
  margin-right: 20px;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li .scrapedRecruitmentInfoBoxHeader .quoteBox .quoteText {
  font-size: 14px;
  color: #555555;
  margin-left: 28px;
  margin-bottom: 15px;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li .scrapedRecruitmentInfoBoxHeader .quoteBox .quoteText a {
  color: #555555;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li .scrapedRecruitmentInfoBoxHeader .quoteBox .quoteText .quoteSourceSite {
  z-index: 2;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList > li .scrapedRecruitmentInfoBoxHeader .quoteBox .quoteText .quoteSourceSite:hover {
  text-decoration: underline;
}
.m_scrapedRecruitmentInfoList .recruitmentInfoList:not(.hasBorder) > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.m_searchForm h5 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.m_searchForm .accordionList:first-of-type {
  margin-top: -15px;
}
.m_searchForm h5.anotherList {
  border-top: dotted 1px #9f9fa0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}
.m_searchForm h5.anotherList:first-of-type {
  border-top: none;
}
.m_searchForm .jsAccordionClosing:after {
  font-family: FontAwesome;
  content: "\f0dd";
  color: #60c31d;
  float: right;
  position: relative;
  top: -3px;
}
.m_searchForm .jsAccordionOpening:after {
  font-family: FontAwesome;
  content: "\f0de";
  color: #60c31d;
  float: right;
  position: relative;
  top: 2px;
}
.m_searchForm h4:last-child {
  border-bottom: dotted 1px #9f9fa0;
}
.m_searchForm .searchAreaList {
  margin-top: 8px;
}
.m_searchForm .selectedAreas span {
  margin-top: 10px;
  display: inline-block;
  line-height: 1.6;
}
.m_searchForm .searchList {
  width: 100%;
}
.m_searchForm .searchList li {
  margin-top: 10px;
}
.m_searchForm .searchList li:first-child {
  margin-top: 0;
}
.m_searchForm .searchList.isPriceCategory {
  padding-bottom: 20px;
}
.m_searchForm .searchList.isPriceCategory select {
  width: 100%;
}
.m_searchForm .searchList.isActivityDate {
  text-align: center;
  padding-bottom: 20px;
}
.m_searchForm .searchList.isActivityDate span {
  margin: 0 5px;
}
.m_searchForm .searchList.isActivityDate .datePicker, .m_searchForm .searchList.isActivityDate .react-datepicker-wrapper {
  width: 43%;
  display: inline-block;
}
.m_searchForm .searchList.isActivityDate .datePicker input, .m_searchForm .searchList.isActivityDate .react-datepicker-wrapper input {
  width: 100%;
}
.m_searchForm .searchList.isRangeActivity {
  padding-bottom: 20px;
}
.m_searchForm .searchList.isRangeActivity span {
  margin: 0 5px;
}
.m_searchForm .searchList.isRangeActivity select {
  width: 43%;
}
.m_searchForm .searchList label {
  cursor: pointer;
}
.m_searchForm .searchConditionWrap input {
  float: left;
  width: 70%;
  margin-right: 5px;
  padding: 0;
}
.m_searchForm .boxAreaModal {
  text-align: center;
  margin: 10px 0 20px;
}
.m_searchForm .accordionList {
  border-bottom: dotted 1px #9f9fa0;
}
.m_searchForm .accordionContent {
  padding-bottom: 20px;
}

.m_pcSearchModal .l_wideContent {
  left: 40%;
  z-index: 2;
  position: fixed;
  top: 20px !important;
  overflow: auto;
  margin-left: -360px;
  margin-top: 0 !important;
  height: 95%;
}
.m_pcSearchModal .l_wideContent .resultGuide {
  margin-right: 30px;
  font-weight: normal;
  font-size: 14px;
}
.m_pcSearchModal .l_wideContent .resultGuide .resultNum {
  color: #ff8945;
  font-size: 17px;
  margin: 0 3px;
  font-weight: bold;
}
.m_pcSearchModal .l_wideContent .isRight {
  float: right;
}
.m_pcSearchModal .l_wideContent .m_infoTable .selectedAreas {
  margin-left: 15px;
}
.m_pcSearchModal .l_wideContent .m_infoTable .areaList > div > button {
  height: 40px;
  margin: 5px 10px 10px 10px;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div {
  border: solid 1px #ccc;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div h5 {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  padding: 13px;
  text-align: center;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .priceHeading {
  height: 91px;
  width: 115px;
  border-right: solid 1px #ccc;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .dateHeading {
  height: 70px;
  width: 115px;
  border-right: solid 1px #ccc;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .rangeActivityHeading {
  height: 91px;
  width: 115px;
  border-right: solid 1px #ccc;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .searchList {
  padding: 13px;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .searchList li {
  display: inline-block;
  width: 289px;
  padding: 3px;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isPriceCategory {
  width: 175px;
  margin-left: 20px;
  border-left: none;
  margin-top: 15px;
  padding-left: 0;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isActivityDate {
  width: 400px;
  margin-left: 20px;
  border-left: none;
  margin-top: 10px;
  padding-left: 0;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isActivityDate span {
  margin: 0 5px;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isActivityDate .react-datepicker-wrapper {
  display: inline-block;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isActivityDate .react-datepicker-wrapper input {
  width: 100%;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isActivityDate .react-datepicker__tab-loop {
  display: inline-block;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isRangeActivity {
  width: 500px;
  margin-left: 20px;
  border-left: none;
  margin-top: 15px;
  padding-left: 0;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isRangeActivity span {
  margin: 0 5px;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isRangeActivity select {
  display: inline-block;
  width: 175px;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div .isRangeActivity select input {
  height: 80%;
}
.m_pcSearchModal .l_wideContent .m_infoTable > div > div {
  display: inline-block;
  width: 904px;
  border-left: solid 1px #ccc;
}
.m_pcSearchModal .l_wideContent .modalBtn {
  text-align: center;
}

.m_smallArticleList {
  padding: 15px 4px 15px 0;
  border-bottom: 1px dotted #ccc;
}
.m_smallArticleList * {
  transition: all 0.3s ease;
}
.m_smallArticleList *:hover {
  text-decoration: none;
}
.m_smallArticleList:last-child.m_smallArticleList {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.m_smallArticleList a {
  display: block;
  width: 100%;
}
.m_smallArticleList a:hover .smallArticleTitle {
  color: #60c31d;
}
.m_smallArticleList a img,
.m_smallArticleList a .p_defaultThumbnail {
  margin-right: 5px !important;
  float: left;
  width: 60px;
  height: 60px;
}
.m_smallArticleList a .userIconThumbnail {
  -o-object-fit: contain;
     object-fit: contain;
}
.m_smallArticleList a span {
  color: #7b7b7b;
  font-weight: bold;
  font-size: 12px;
}
.m_smallArticleList a .smallArticleTitle {
  line-height: 1.15;
  font-size: 14px;
  margin-top: 3px;
  overflow: auto;
}
.m_smallArticleList a ul {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}
.m_smallArticleList a ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 7px;
}
.m_smallArticleList a ul li:last-child {
  margin-bottom: 0;
}
.m_smallArticleList .p_icon.isUpdatedAt {
  float: right;
}

.m_supportComment {
  display: table;
  text-align: left;
}
.m_supportComment li {
  margin-top: 20px;
  width: 100%;
}
.m_supportComment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 15px 20px 15px 0;
}
.m_supportComment .commentBalloon {
  float: right;
  position: relative;
  min-width: 200px;
  color: #F6F6F6;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 3px;
}
.m_supportComment .commentBalloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f0f0f0 transparent transparent;
}
.m_supportComment .balloonName {
  float: left;
  margin-bottom: 5px;
  color: #4a4b4e;
}
.m_supportComment .balloonDate {
  float: right;
  color: #888;
  font-size: 12px;
}
.m_supportComment .balloonContent {
  text-align: left;
  clear: both;
  color: #888;
}

.m_supportParticipations {
  position: relative;
}
.m_supportParticipations .article {
  background-color: #f0f0f0;
  margin-bottom: 10px;
  padding: 20px;
}
.m_supportParticipations .article .heading {
  margin-bottom: 10px;
}
.m_supportParticipations .article .textarea {
  width: 100%;
  margin-bottom: 10px;
}
.m_supportParticipations .article > dd {
  margin-bottom: 0 !important;
}
.m_supportParticipations .article > dd:last-child .textarea {
  margin-bottom: 0;
}
.m_supportParticipations .p_deleteBtn {
  position: absolute;
  top: -7px;
  right: -7px;
}

.m_toc {
  margin: 20px 0 40px 0;
  border: solid 4px #f0f0f0;
  box-sizing: border-box;
  text-decoration: underline;
  font-size: 14px;
}
.m_toc .toc_title_decoration {
  display: inline-block;
  position: relative;
  left: -4px;
  top: 15px;
  height: 33px;
  width: 91px;
  background: #60c31d;
  color: #FFF;
}
.m_toc .toc_title_decoration #toc_title_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  left: 21px;
  top: 6px;
  position: absolute;
}
.m_toc .toc_title_decoration:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.m_toc .toc_title_decoration:after {
  top: 0;
  right: 0;
  border-width: 16px 17px 16px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.m_toc > ul > li > a {
  font-weight: bold;
}
.m_toc .toc_title_decoration + ul {
  margin: 20px 30px 15px 30px;
}
.m_toc ul ul {
  margin-left: 30px;
}
.m_toc li + ul {
  font-weight: bold;
}
.m_toc li, .m_toc ul + li {
  margin-top: 8px;
}

.m_userAchievement .usersAchvAll {
  display: flex;
  margin-top: 20px;
}
.m_userAchievement .usersAchvAll .usersAchvArticle {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  margin-left: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 605px;
  margin-bottom: 10px;
}
.m_userAchievement .usersAchvAll .usersAchvArticle h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.m_userAchievement .usersAchvAll .usersAchvArticle .usersAchvDate {
  font-size: 12px !important;
  margin-top: 3px;
}
.m_userAchievement .usersAchvAll .usersAchvArticle img {
  max-width: 100%;
}
.m_userAchievement .usersAchvHeight {
  position: relative;
}
.m_userAchievement .usersAchvLine {
  width: 1px;
  background-color: #60c31d;
  position: absolute;
  height: 100%;
  margin-left: 29px;
  display: block;
}
.m_userAchievement .usersCircleYear,
.m_userAchievement .usersEmptyCircleYear {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #60c31d;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding-top: 23px;
  margin-bottom: 50px;
}
.m_userAchievement .usersCircleYear {
  z-index: 1;
  border: 1px solid #60c31d;
}
.m_userAchievement .usersEmptyCircleYear {
  z-index: -1;
}
.m_userAchievement .usersYearLastCircle {
  width: 9px;
  height: 9px;
  border-radius: 50px;
  background-color: #60c31d;
  margin-left: 25px;
}

.m_userArticleList * {
  transition: all 0.3s ease;
}
.m_userArticleList *:hover {
  text-decoration: none;
}
.m_userArticleList > li {
  margin-top: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.m_userArticleList > li a {
  display: block;
}
.m_userArticleList > li a:hover .articleTitle {
  color: #60c31d;
}
.m_userArticleList > li .articleImage.isSmall {
  float: left;
  margin-right: 20px;
  width: 70px;
  height: 70px;
}
.m_userArticleList > li .articleImage.isSmall img {
  width: 100%;
  height: auto;
}
.m_userArticleList > li .articleTitle {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 15px;
}
.m_userArticleList > li .articleElements {
  margin-right: -10px;
}
.m_userArticleList > li .articleElements li {
  display: inline-block;
  margin-right: 10px;
}
.m_userArticleList.isBox > li {
  border-bottom: 0px;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.m_userArticleList.isBox > li.isWideInside {
  padding: 0;
}
.m_userArticleList.isBox > li.hasTopMargin {
  margin-top: 30px;
}

.m_userFooterNavi ul li {
  display: inline-block;
  font-size: 15px;
  text-align: center;
}
.m_userFooterNavi ul li.active {
  border-bottom: 3px solid #60c31d;
  background-color: #fbfbfb;
}
.m_userFooterNavi ul li:hover {
  background-color: #f1f1f1;
}
.m_userFooterNavi ul li:hover a {
  text-decoration: none;
}
.m_userFooterNavi ul li a {
  display: block;
  padding: 15px 28px;
  margin-bottom: 3px;
  border-right: 1px solid #eaeaea;
}
.m_userFooterNavi ul li .articleCount {
  color: #ff8945;
  font-size: 13px;
  font-weight: bold;
}
.m_userFooterNavi .userFooterNavi {
  background-color: white;
  margin-bottom: 20px;
}
.m_userFooterNavi .userFooterNavi .footerNav100 {
  width: 100%;
}

.m_userList.hasBorder > li {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.m_userList.hasBorder > li.isWideInside {
  padding: 0;
}
.m_userList.hasBorder > li.hasTopMargin {
  margin-top: 30px;
}
.m_userList > li {
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.m_userList > li:before, .m_userList > li:after {
  content: " ";
  display: table;
}
.m_userList > li:after {
  clear: both;
}
.m_userList > li * {
  transition: all 0.3s ease;
}
.m_userList > li *:hover {
  text-decoration: none;
}
.m_userList > li:hover .userName {
  color: #60c31d;
}
.m_userList > li .userBoxHeader img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 10px 10px 0;
  border: solid 1px #ccc;
}
.m_userList > li .userName {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}
.m_userList > li .userBoxList {
  margin-bottom: 10px;
}
.m_userList > li .userBoxList li {
  display: inline;
}
.m_userList > li .userBoxSentence {
  clear: both;
}
.m_userList > li .isGetAreas, .m_userList > li .isGenres {
  margin-right: 20px;
}
.m_userList > li .isGetAreas:before, .m_userList > li .isGenres:before {
  margin-right: 5px;
}
.m_userList > li .p_tag {
  margin-right: 5px;
}
.m_userList > li a.userBoxLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.m_userList > li .followZone a {
  position: relative;
  z-index: 2;
  padding: 7px 14px;
}
.m_userList:not(.hasBorder) > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.m_userNavi {
  padding: 0 !important;
  position: relative;
}
.m_userNavi .userBgImg {
  overflow: hidden;
  width: 100%;
  height: 140px;
  border: 1px solid #ccc;
  align-items: center;
  display: flex;
}
.m_userNavi .userBgImg .userHeaderPicZone {
  display: block;
}
.m_userNavi .userBgImg .userHeaderPicZone .picBox {
  width: 90px;
  height: 90px;
  border: 1px solid #ccc;
  position: relative;
  margin-top: -50px;
  background-color: #fff;
  display: block;
}
.m_userNavi .userBgImg .userHeaderPicZone .uploadedYet {
  position: absolute;
  top: 4%;
  right: 9px;
  bottom: 0;
  margin: 1px 1px 1px 0;
  border-radius: 0px;
}
.m_userNavi .userBgImg img {
  border-radius: 0px;
}
.m_userNavi .followZone {
  position: absolute;
  top: 55%;
  left: 18%;
  z-index: 1;
}
.m_userNavi .userIcon {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
  padding: 20px 0 20px 20px;
}
.m_userNavi .userIcon a,
.m_userNavi .userIcon .alternateATag,
.m_userNavi .userIcon .userIconPicZone {
  width: 90px;
  height: 90px;
  border: 1px solid #ccc;
  position: relative;
  margin-top: -50px;
  background-color: #fff;
  display: block;
}
.m_userNavi .userIcon img,
.m_userNavi .userIcon .uploadedYet {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  margin: 1px 1px 1px 0;
  max-width: 86px;
  max-height: 86px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0px;
}
.m_userNavi .userName {
  display: table-cell;
  padding: 20px 0;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}
.m_userNavi .userName h2,
.m_userNavi .userName .userNameH2 {
  padding-left: 15px;
  font-size: 24px;
  line-height: 1.3;
}
.m_userNavi ul li {
  display: inline-block;
  font-size: 15px;
  text-align: center;
}
.m_userNavi ul li.active {
  border-bottom: 3px solid #60c31d;
  background-color: #fbfbfb;
}
.m_userNavi ul li:hover {
  background-color: #f1f1f1;
}
.m_userNavi ul li:hover a, .m_userNavi ul li:hover .alternateATag {
  text-decoration: none;
}
.m_userNavi ul li a,
.m_userNavi ul li .alternateATag {
  display: block;
  padding: 15px 28px;
  margin-bottom: 3px;
  border-right: 1px solid #eaeaea;
}
.m_userNavi ul li:last-child a, .m_userNavi ul li:last-child .alternateATag {
  border-right: 0px;
}
.m_userNavi ul li .articleCount {
  color: #ff8945;
  font-size: 13px;
  font-weight: bold;
}

.m_userSupportBtnZone {
  background: url(//static.activo.jp/assets/userSupportBtnBg-4ad98ccab10c358747f02d1f11519df0d6f2e84c1c4b2d689f04d5c6ec5c21c8.png) no-repeat;
  padding: 20px;
  background-size: cover;
}
.m_userSupportBtnZone span {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}

body.pc.articles, body.manage_articles.pc {
  /* ---------------------------------------------------------
   記事ページ、編集ページ共通（拡散用ページと共通のものはcommon_with_spreadに定義）
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
  記事ページ
  --------------------------------------------------------- */
}
body.pc.articles.show .articleMainVisual .titleHeader, body.pc.articles.edit .articleMainVisual .titleHeader, body.pc.articles.new .articleMainVisual .titleHeader, body.manage_articles.pc.show .articleMainVisual .titleHeader, body.manage_articles.pc.edit .articleMainVisual .titleHeader, body.manage_articles.pc.new .articleMainVisual .titleHeader {
  margin-bottom: 15px;
}
body.pc.articles.show .articleMainVisual .titleHeader:before, body.pc.articles.show .articleMainVisual .titleHeader:after, body.pc.articles.edit .articleMainVisual .titleHeader:before, body.pc.articles.edit .articleMainVisual .titleHeader:after, body.pc.articles.new .articleMainVisual .titleHeader:before, body.pc.articles.new .articleMainVisual .titleHeader:after, body.manage_articles.pc.show .articleMainVisual .titleHeader:before, body.manage_articles.pc.show .articleMainVisual .titleHeader:after, body.manage_articles.pc.edit .articleMainVisual .titleHeader:before, body.manage_articles.pc.edit .articleMainVisual .titleHeader:after, body.manage_articles.pc.new .articleMainVisual .titleHeader:before, body.manage_articles.pc.new .articleMainVisual .titleHeader:after {
  content: " ";
  display: table;
}
body.pc.articles.show .articleMainVisual .titleHeader:after, body.pc.articles.edit .articleMainVisual .titleHeader:after, body.pc.articles.new .articleMainVisual .titleHeader:after, body.manage_articles.pc.show .articleMainVisual .titleHeader:after, body.manage_articles.pc.edit .articleMainVisual .titleHeader:after, body.manage_articles.pc.new .articleMainVisual .titleHeader:after {
  clear: both;
}
body.pc.articles.show .articleMainVisual .u_floatR, body.pc.articles.edit .articleMainVisual .u_floatR, body.pc.articles.new .articleMainVisual .u_floatR, body.manage_articles.pc.show .articleMainVisual .u_floatR, body.manage_articles.pc.edit .articleMainVisual .u_floatR, body.manage_articles.pc.new .articleMainVisual .u_floatR {
  white-space: nowrap;
}
body.pc.articles.show .articleMainVisual .snsBtns, body.pc.articles.edit .articleMainVisual .snsBtns, body.pc.articles.new .articleMainVisual .snsBtns, body.manage_articles.pc.show .articleMainVisual .snsBtns, body.manage_articles.pc.edit .articleMainVisual .snsBtns, body.manage_articles.pc.new .articleMainVisual .snsBtns {
  float: left;
  margin-right: 10px;
}
body.pc.articles.show .articleMainVisual .snsBtns .fb-share-button, body.pc.articles.edit .articleMainVisual .snsBtns .fb-share-button, body.pc.articles.new .articleMainVisual .snsBtns .fb-share-button, body.manage_articles.pc.show .articleMainVisual .snsBtns .fb-share-button, body.manage_articles.pc.edit .articleMainVisual .snsBtns .fb-share-button, body.manage_articles.pc.new .articleMainVisual .snsBtns .fb-share-button {
  vertical-align: top;
  margin-right: 5px;
}
body.pc.articles.show .articleMainVisual .updatedAt, body.pc.articles.edit .articleMainVisual .updatedAt, body.pc.articles.new .articleMainVisual .updatedAt, body.manage_articles.pc.show .articleMainVisual .updatedAt, body.manage_articles.pc.edit .articleMainVisual .updatedAt, body.manage_articles.pc.new .articleMainVisual .updatedAt {
  color: #fff;
  float: right;
}
body.pc.articles.show .pageHeader, body.pc.articles.edit .pageHeader, body.pc.articles.new .pageHeader, body.manage_articles.pc.show .pageHeader, body.manage_articles.pc.edit .pageHeader, body.manage_articles.pc.new .pageHeader {
  margin-bottom: 50px;
}
body.pc.articles.show .jsRelatedArticles article:nth-child(n+4), body.manage_articles.pc.show .jsRelatedArticles article:nth-child(n+4) {
  display: none;
}
body.pc.articles.show .l_mainContent .p_adZone, body.manage_articles.pc.show .l_mainContent .p_adZone {
  width: 740px;
  margin-left: -20px;
  background: none;
}
body.pc.articles.show .l_mainContent .p_adZone > *, body.manage_articles.pc.show .l_mainContent .p_adZone > * {
  margin-right: auto;
  margin-left: auto;
}
body.pc.articles.show .l_mainContent .m_userArticleList, body.manage_articles.pc.show .l_mainContent .m_userArticleList {
  margin-bottom: 20px;
}
body.pc.articles.show .l_sideContent a.p_descLink, body.manage_articles.pc.show .l_sideContent a.p_descLink {
  text-decoration: underline;
  font-weight: bold;
}
body.pc.articles.show .l_sideContent .actionBox .participationNumberInfo, body.manage_articles.pc.show .l_sideContent .actionBox .participationNumberInfo {
  margin-bottom: 10px;
}
body.pc.articles.show .l_sideContent .articleBtmAd, body.manage_articles.pc.show .l_sideContent .articleBtmAd {
  margin-bottom: 0px;
}
body.pc.articles.show .testAB.participationNumberInfo, body.manage_articles.pc.show .testAB.participationNumberInfo {
  display: none;
}
body.pc.articles.show .userPresenceSummary, body.manage_articles.pc.show .userPresenceSummary {
  color: #6c6b6b;
  margin-bottom: 13px;
}
body.pc.articles.show .userPresenceSummary .formattedContactCount, body.manage_articles.pc.show .userPresenceSummary .formattedContactCount {
  color: #ff8945;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
}
body.pc.articles.show .subActionButtonsWithDescription, body.manage_articles.pc.show .subActionButtonsWithDescription {
  display: flex;
  flex-direction: column;
}
body.pc.articles.show .subActionButtonsWithDescription .contactButtonAndBookmarkContainer, body.manage_articles.pc.show .subActionButtonsWithDescription .contactButtonAndBookmarkContainer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body.pc.articles.show .subActionButtonsWithDescription .contactButtonAndBookmarkContainer .contactButton, body.manage_articles.pc.show .subActionButtonsWithDescription .contactButtonAndBookmarkContainer .contactButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

body.pc.columns {
  /* ---------------------------------------------------------
  コラム
  --------------------------------------------------------- */
}
body.pc.columns.show .l_adsContent {
  width: 740px;
  float: left;
  background-color: white;
}
body.pc.columns.show .m_entryZone .p_adZone {
  margin-top: 10px;
}
body.pc.columns.show .m_entryZone .p_adZone > div iframe {
  min-height: auto;
  margin: auto !important;
  width: 336px !important;
}
body.pc.columns.show .m_entryZone > p:not(:empty) {
  margin-bottom: 5px;
}
body.pc.columns.show h2 br {
  display: none;
}
body.pc.columns.show .u_center {
  margin-bottom: 10px;
}
body.pc.columns.show .u_center .p_btn {
  margin: 0 10px;
}
body.pc.columns.index .infoBox {
  background: #fff;
  margin-bottom: 20px;
}
body.pc.columns.index .userBoxLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
}
body.pc.columns.index .userBoxLink:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s ease;
}
body.pc.columns.index .infoBoxImage {
  width: 250px;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}
body.pc.columns.index .infoBoxImage img {
  width: 100%;
  height: auto;
}
body.pc.columns.index .infoBoxText {
  width: 430px;
  margin-left: 20px;
}
body.pc.columns.index .infoBoxText h2 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}
body.pc.columns.index .infoBoxText p {
  margin-top: 20px;
}
body.pc.columns.index .l_childBox.banner {
  padding: 0;
  box-shadow: none;
}
body.pc.columns.index .l_childBox.banner img {
  border-radius: 0;
}

body.pc.contacts {
  /* ---------------------------------------------------------
   応募ページ
   ※ 拡散用ページと共通のものはcommon_with_spreadに定義
  --------------------------------------------------------- */
}
body.pc.contacts.create .leadSection .leadRelatedContents {
  margin-bottom: 20px;
}

body.pc.guide_contents .titleHeader {
  margin-bottom: 10px;
}
body.pc.guide_contents .titleHeader:before, body.pc.guide_contents .titleHeader:after {
  content: " ";
  display: table;
}
body.pc.guide_contents .titleHeader:after {
  clear: both;
}
body.pc.guide_contents .titleHeader h1 {
  margin: 20px 0px;
  line-height: 1.4;
}
body.pc.guide_contents .clearFix.isGuide {
  height: 20px;
  position: relative;
  margin: 20px 0;
}
body.pc.guide_contents .m_entry_zone {
  clear: both;
}
body.pc.guide_contents .m_entry_zone .p_adZone > div iframe {
  min-height: auto;
  margin: auto !important;
  width: 336px !important;
}
body.pc.guide_contents .guideContentInfo {
  float: right !important;
  color: #6C6B6B;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
body.pc.guide_contents .guideContentInfo .updatedAt {
  margin-right: 10px;
}
body.pc.guide_contents .l_childBox.banner {
  height: 230px;
  padding: 0px;
}
body.pc.guide_contents img.banner {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
body.pc.guide_contents .relatedLink {
  line-height: 1.5;
  margin: 0 0 15px 15px;
  display: block;
}
body.pc.guide_contents .relatedLink:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #60c31d;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
  vertical-align: -1px;
}
body.pc.guide_contents .relatedLink:before:hover {
  text-decoration: none;
}
body.pc.guide_contents .relatedLink:last-of-type {
  margin-bottom: 0px;
}
body.pc.guide_contents .relatedLink .l_childBox.isWide.relatedRecruit {
  padding: 20px 20px 25px 15px;
}
body.pc.guide_contents .m_entryZone.isGuide > ul {
  padding: 16px;
  margin: 20px 0px;
  border: solid 4px #f0f0f0;
  box-sizing: border-box;
}
body.pc.guide_contents .m_entryZone.isGuide > ul li {
  position: relative;
}
body.pc.guide_contents .m_entryZone.isGuide > ul li::before {
  margin-right: 8px;
  content: "・";
  color: #60c31d;
  font-weight: bold;
}
body.pc.guide_contents .m_entryZone.isGuide > ul li + li {
  margin-top: 8px;
}
body.pc.guide_contents .m_entryZone.isGuide > ol {
  padding: 16px;
  margin: 20px 0px;
  border: solid 4px #f0f0f0;
  box-sizing: border-box;
  counter-reset: number;
}
body.pc.guide_contents .m_entryZone.isGuide > ol li {
  position: relative;
}
body.pc.guide_contents .m_entryZone.isGuide > ol li::before {
  color: #60c31d;
  font-weight: bold;
  margin-right: 8px;
  counter-increment: number;
  content: counter(number);
}
body.pc.guide_contents .m_entryZone.isGuide > ol li + li {
  margin-top: 8px;
}
body.pc.guide_contents .profile {
  display: flex;
}
body.pc.guide_contents .profile .p_icon {
  display: flex;
  width: 20%;
  height: 20%;
  margin-right: 10px;
  padding-top: 6px;
}
body.pc.guide_contents .profile .information {
  display: flex;
  flex-direction: column;
}
body.pc.guide_contents .profile h3 {
  color: #333;
  line-height: 1.8;
}
body.pc.guide_contents .l_adsContent {
  width: 740px;
  float: left;
  background-color: white;
}
body.pc.guide_contents.show .goList {
  margin: 20px auto 0;
}
body.pc.guide_contents.index .infoBox {
  background: #fff;
  margin-bottom: 20px;
}
body.pc.guide_contents.index .userBoxLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
}
body.pc.guide_contents.index .userBoxLink:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s ease;
}
body.pc.guide_contents.index .infoBoxImage {
  width: 250px;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}
body.pc.guide_contents.index .infoBoxImage img {
  width: 100%;
  height: auto;
}
body.pc.guide_contents.index .infoBoxText {
  width: 430px;
  margin-left: 20px;
}
body.pc.guide_contents.index .infoBoxText h2 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}
body.pc.guide_contents.index .infoBoxText p {
  margin-top: 20px;
}
body.pc.guide_contents.index .l_childBox.banner {
  padding: 0;
  box-shadow: none;
}
body.pc.guide_contents.index .l_childBox.banner img {
  border-radius: 0;
}

body.pc.home {
  /* トップ上画像あたり */
  /* お知らせ */
  /* メインコンテント */
}
body.pc.home header.homeHeader {
  position: absolute;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  font-weight: bold;
  color: #fff;
  height: 36px;
}
body.pc.home header.homeHeader a {
  color: #fff;
}
body.pc.home header.homeHeader .activoPicture {
  float: left;
}
body.pc.home header.homeHeader ul {
  float: right;
}
body.pc.home header.homeHeader li {
  display: inline-block;
  margin-right: 20px;
}
body.pc.home header.homeHeader .recentRegistration span {
  font-size: 20px;
}
body.pc.home header.homeHeader .goodRegistration span {
  font-size: 20px;
}
body.pc.home header.homeHeader .forCompany {
  border: 1px solid;
  padding: 10px;
  border-radius: 5px;
}
body.pc.home header.homeHeader .postHope {
  border: 1px solid;
  padding: 10px;
  border-radius: 5px;
}
body.pc.home header.homeHeader .memberPage {
  border: 1px solid;
  padding: 10px;
  border-radius: 5px;
}
body.pc.home .mainBackImg {
  z-index: 1;
  height: 525px;
  overflow: hidden;
}
body.pc.home .mainBackImg img {
  border-radius: 0;
  width: 100%;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  margin-top: -150px;
}
body.pc.home .mainBackImg #area_:after {
  content: "\f0d7";
  font-family: FontAwesome;
}
body.pc.home img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
body.pc.home .BackImgSentence {
  width: 100%;
  z-index: 2;
  position: absolute;
  margin-top: 141px;
  height: 219px;
  text-align: center;
}
body.pc.home .BackImgSentence ul {
  display: inline-block;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 5px;
  margin-top: 60px;
}
body.pc.home .BackImgSentence ul li {
  width: 135px;
  font-weight: bold;
  display: inline-block;
}
body.pc.home .BackImgSentence ul a {
  display: block;
  color: #fff;
  text-shadow: 2px 2px 5px #6c6b6b;
}
body.pc.home .BackImgSentence ul .active {
  background: white;
  border-radius: 3px;
  position: relative;
}
body.pc.home .BackImgSentence ul .active a {
  padding: 10px 0;
  color: #333;
  text-shadow: none;
}
body.pc.home .BackImgSentence ul .active:after {
  content: "";
  position: absolute;
  border-top: 10px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -9px;
  right: 60px;
}
body.pc.home .BackImgSentence p {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}
body.pc.home .BackImgSentence h1 {
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  margin-top: 10px;
}
body.pc.home .volunteerOrJobSelect {
  width: 285px;
  height: 43px;
}
body.pc.home .homeSearch {
  margin-top: 15px;
  position: relative;
  display: inline-table;
  height: 57px;
}
body.pc.home .homeSearch .fa-caret-down {
  position: absolute;
  z-index: 1;
  color: #60c31d;
  top: 20px;
  font-size: 18px;
}
body.pc.home .homeSearch select {
  position: relative;
  background-color: #fff;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #6c6b6b;
}
body.pc.home .homeSearch .selectVolunteerLeft {
  border-radius: 5px 0px 0px 5px;
  padding: 23px 86px 20px 20px;
}
body.pc.home .homeSearch .selectVolunteerMiddle {
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-radius: 0px;
  padding: 23px 17px 20px 17px;
}
body.pc.home .homeSearch .selectVolunteerRight {
  border-radius: 0px;
  padding: 23px 58px 20px 20px;
}
body.pc.home .homeSearch .selectStaffLeft {
  border-radius: 5px 0px 0px 5px;
  padding: 23px 50px 20px 20px;
}
body.pc.home .homeSearch .selectStaffMiddle {
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-radius: 0px;
  padding: 23px 84px 20px 20px;
}
body.pc.home .homeSearch .selectStaffRight {
  border-radius: 0px;
  padding: 23px 58px 20px 20px;
}
body.pc.home .homeSearch .staffWork {
  left: 162px;
}
body.pc.home .homeSearch .staffArea {
  left: 352px;
}
body.pc.home .homeSearch .staffAge {
  right: 337px;
}
body.pc.home .homeSearch .p_btn {
  font-size: 18px;
  border-radius: 0px 5px 5px 0px;
  padding: 18px 20px 19px 20px;
}
body.pc.home .jsSlickPrev {
  position: absolute;
  top: 200px;
}
body.pc.home .jsSlickNext {
  position: absolute;
  top: 200px;
  right: 45px;
}
body.pc.home .homeInfo {
  overflow: hidden;
  padding-bottom: 16px;
}
body.pc.home .homeInfo p {
  color: #ff8945;
  float: left;
  margin-top: -2px;
}
body.pc.home .homeInfo p span {
  color: #333;
}
body.pc.home .homeInfo li {
  padding-left: 5em;
}
body.pc.home .homeInfo li a {
  text-decoration: underline;
  color: #333;
  line-height: 16px;
}
body.pc.home .homeKind ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
body.pc.home .homeKind li {
  display: inline-table;
  width: 340px;
  margin-bottom: 15px;
}
body.pc.home .homeKind li:nth-child(odd) {
  margin-right: 15px;
}
body.pc.home .clearfix　 {
  clear: both;
}
body.pc.home .remarkTop {
  height: 160px;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
body.pc.home .remarkTop img {
  margin-top: -30px;
  width: 100%;
}
body.pc.home .m_remarkableList {
  position: relative;
}
body.pc.home .m_remarkableList h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
}
body.pc.home #jsArrows　 {
  position: absolute;
  top: 100px;
  width: 100%;
}
body.pc.home .CarouselSlider　 {
  margin: 0 auto 80px;
  width: 100%;
}
body.pc.home .homeRemarkableBox {
  width: 360px !important;
  border-radius: 5px;
  background-color: white;
  margin: 10px;
}
body.pc.home .homeRemarkableBox img {
  width: 100%;
}
body.pc.home .homeRemarkableBox * {
  transition: all 0.3s ease;
}
body.pc.home .homeRemarkableBox *:hover {
  text-decoration: none;
}
body.pc.home .homeRemarkableBox a {
  display: block;
}
body.pc.home .homeRemarkableBox:hover {
  text-decoration: none;
}
body.pc.home .homeRemarkableBox:hover h3 {
  color: #60c31d;
}
body.pc.home .homeRemarkableBox .articleTitle {
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 10px;
}
body.pc.home .homeRemarkableBox .isUserName {
  margin-right: 10px;
}
body.pc.home .homeRemarkableBox .userIconThumbnail {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
body.pc.home .remarkBottom {
  padding: 20px;
}
body.pc.home .remarkBottom ul {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.pc.home .remarkBottom ul li {
  font-size: 14px;
  display: inline;
}
body.pc.home .slick-dots {
  margin-bottom: 23px;
}
body.pc.home .slick-dots li.slick-active button:before {
  color: #60c31d;
}
body.pc.home .l_mainContent .homeWorking_form .p_descLink,
body.pc.home .l_mainContent .homeKind .p_descLink {
  float: right;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}
body.pc.home .l_mainContent .homeWorking_form .p_descLink:after,
body.pc.home .l_mainContent .homeKind .p_descLink:after {
  margin-left: 5px;
  color: #60c31d;
}
body.pc.home .l_mainContent .homeKind .homeKindTitle {
  font-size: 14px;
  color: #6c6b6b;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 5px;
  font-weight: bold;
}
body.pc.home .l_mainContent .homeKind .homeKindTitle.member {
  letter-spacing: -0.5px;
}
body.pc.home .l_mainContent .homeKind .homeKindTitle:before {
  font-family: FontAwesome;
  border-radius: 50%;
  background: #60c31d;
  padding: 2px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
body.pc.home .l_mainContent .homeKind .homeKindTitle.singly:before {
  content: "\f133";
}
body.pc.home .l_mainContent .homeKind .homeKindTitle.intern:before {
  content: "\f0f2";
}
body.pc.home .l_mainContent .homeKind .homeKindTitle.tour:before {
  content: "\f072";
}
body.pc.home .l_mainContent .homeKind .homeKindTitle.member:before {
  content: "\f0c0";
}
body.pc.home .l_mainContent .homeKind .homeKindTitle.event:before {
  content: "\f184";
}
body.pc.home .l_mainContent .homeKind .homeKindTitle.probono:before {
  content: "\f02d";
}
body.pc.home .l_mainContent .homeKind .homeKindTitle.donate_goods:before {
  content: "\f06b";
}
body.pc.home .l_mainContent .homeKind .homeKindTitle.parallel_career:before {
  content: "\f109";
}
body.pc.home .l_mainContent .homeKind .homeKindDesc {
  margin-left: 35px;
}
body.pc.home .position_list li, body.pc.home .characteristic_list li, body.pc.home .homeJob_kind ul li, body.pc.home .homeJob_type ul li, body.pc.home .homeService_type ul li, body.pc.home .homeWorking_form li {
  margin-bottom: 5px;
  margin-right: 25px;
  display: inline-block;
}
body.pc.home .position_list li:before, body.pc.home .characteristic_list li:before, body.pc.home .homeJob_kind ul li:before, body.pc.home .homeJob_type ul li:before, body.pc.home .homeService_type ul li:before, body.pc.home .homeWorking_form li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #60c31d;
  font-size: 15px;
  margin-right: 5px;
}
body.pc.home .tag_list li {
  margin-right: 5px;
  margin-bottom: 10px;
}
body.pc.home .home_search {
  margin: 0;
}
body.pc.home .home_search input {
  width: 520px;
  margin-right: 10px;
}
body.pc.home .keywordNpo {
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: right;
  text-decoration: underline;
}
body.pc.home .keywordNpo a:after {
  margin-right: 20px;
  font-family: FontAwesome;
  content: "\f105";
}
body.pc.home .homeGoodButton {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
body.pc.home .homeGoodButton .isSub a {
  color: #60c31d;
}
body.pc.home .pcHomeBottom {
  background: #fff;
  padding-top: 75px;
  padding-bottom: 20px;
}
body.pc.home .pcHomeBottom h3 {
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 25px;
}
body.pc.home .pcHomeBottom .whatsActivo {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 50px;
}
body.pc.home .pcHomeBottom h5 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #60c31d;
  margin-top: 20px;
}
body.pc.home .pcHomeBottom ul {
  text-align: center;
  display: table;
  width: 100%;
}
body.pc.home .pcHomeBottom li {
  display: table-cell;
}
body.pc.home .pcHomeBottom li p {
  font-size: 14px;
  width: 222px;
  display: inline-block;
}
body.pc.home .pcHomeBottom li img {
  margin-bottom: 25px;
}
body.pc.home .pcHomeBottom .publishFree {
  color: #ff8945;
}
body.pc.home .pcHomeBottom .bottomContent {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.pc.home .pcHomeBottom .bottomContentLeft {
  flex: 2;
  text-align: center;
}
body.pc.home .pcHomeBottom .bottomContentLeft ul {
  padding-bottom: 52px;
}
body.pc.home .pcHomeBottom .bottomContentRight {
  flex: 1;
  text-align: center;
}
body.pc.home .pcHomeBottom .bottomContentRight ul {
  padding-bottom: 30px;
}
body.pc.home .pcHomeBottom .spritePcTop {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  display: block;
}
body.pc.home .pcHomeBottom .spritePcTop-mobile {
  width: 58px;
  height: 97px;
  background-position: -5px -1223px;
  margin: auto;
}
body.pc.home .pcHomeBottom .spritePcTop-free {
  width: 101px;
  height: 92px;
  background-position: -5px -828px;
  margin: auto;
}
body.pc.home .pcHomeBottom .spritePcTop-formLogin {
  width: 83px;
  height: 83px;
  background-position: -5px -735px;
  margin: auto;
}
body.pc.home .pcHomeBottom .l_wrapper {
  margin-bottom: 20px;
}
body.pc.home footer {
  margin-top: 0;
}
body.pc.home .l_wideContent.m_entryZone {
  margin-top: 20px;
}

body.pc.intermediate_orgs {
  /* ---------------------------------------------------------
  共通
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
  index
  --------------------------------------------------------- */
}
body.pc.intermediate_orgs .orgTitle {
  color: #6c6b6b;
  margin-bottom: 20px;
  display: inline-block;
}
body.pc.intermediate_orgs .orgUpdatedAt {
  float: right;
}
body.pc.intermediate_orgs .orgMap {
  padding: 50px 50px;
}
body.pc.intermediate_orgs .mapFrame {
  border: double 5px #32CD32;
}
body.pc.intermediate_orgs .resultHeaderDesc {
  margin-bottom: 20px;
  font-weight: bold;
}
body.pc.intermediate_orgs .resultHeaderDesc .mainHeadingAllNumber {
  color: #ff8945;
  font-size: 18px;
}
body.pc.intermediate_orgs .p_descLink {
  text-decoration: none;
  margin-bottom: 10px;
}

body.pc.areas_articles .modalClose {
  display: none;
}
body.pc.areas_articles a.p_btn.isMain {
  display: none;
}
body.pc.areas_articles .m_modalBox {
  margin-top: 25px;
}

/* =========================================================
 * SP activo会員ページ関連
 * ※マイページでしか適用させないcssは/people_mypage以下に記述する
========================================================= */
body.people.pc.show,
body.people.pc.edit,
body.manage_articles_contacts.index,
body.manage_all_contacts.index {
  /* activo会員プロフィール表示ページ
  --------------------------------------------------------- */
  font-size: 14px;
}
body.people.pc.show .profileWrapper,
body.people.pc.edit .profileWrapper,
body.manage_articles_contacts.index .profileWrapper,
body.manage_all_contacts.index .profileWrapper {
  background: white;
}
body.people.pc.show .profileWrapper .editIcon,
body.people.pc.edit .profileWrapper .editIcon,
body.manage_articles_contacts.index .profileWrapper .editIcon,
body.manage_all_contacts.index .profileWrapper .editIcon {
  padding-top: 20px;
  padding-bottom: 30px;
}
body.people.pc.show .profileWrapper .modalDescription,
body.people.pc.edit .profileWrapper .modalDescription,
body.manage_articles_contacts.index .profileWrapper .modalDescription,
body.manage_all_contacts.index .profileWrapper .modalDescription {
  padding-top: 16px;
  padding-bottom: 32px;
}
body.people.pc.show .profileWrapper .backBtnPosition,
body.people.pc.edit .profileWrapper .backBtnPosition,
body.manage_articles_contacts.index .profileWrapper .backBtnPosition,
body.manage_all_contacts.index .profileWrapper .backBtnPosition {
  z-index: 100;
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.people.pc.show .mainVisualImage,
body.people.pc.edit .mainVisualImage,
body.manage_articles_contacts.index .mainVisualImage,
body.manage_all_contacts.index .mainVisualImage {
  width: 100%;
  height: 264px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
body.people.pc.show .red,
body.people.pc.edit .red,
body.manage_articles_contacts.index .red,
body.manage_all_contacts.index .red {
  background-color: #f04899;
}
body.people.pc.show .blue,
body.people.pc.edit .blue,
body.manage_articles_contacts.index .blue,
body.manage_all_contacts.index .blue {
  background-color: #48f0dc;
}
body.people.pc.show .green,
body.people.pc.edit .green,
body.manage_articles_contacts.index .green,
body.manage_all_contacts.index .green {
  background-color: #88f048;
}
body.people.pc.show .yellow,
body.people.pc.edit .yellow,
body.manage_articles_contacts.index .yellow,
body.manage_all_contacts.index .yellow {
  background-color: #edf048;
}
body.people.pc.show .mainProfileImage,
body.people.pc.edit .mainProfileImage,
body.manage_articles_contacts.index .mainProfileImage,
body.manage_all_contacts.index .mainProfileImage {
  text-align: center;
}
body.people.pc.show .mainProfileImage img,
body.people.pc.edit .mainProfileImage img,
body.manage_articles_contacts.index .mainProfileImage img,
body.manage_all_contacts.index .mainProfileImage img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 120px;
  width: 120px;
}
body.people.pc.show .mainProfile,
body.people.pc.edit .mainProfile,
body.manage_articles_contacts.index .mainProfile,
body.manage_all_contacts.index .mainProfile {
  text-align: center;
  margin-top: -100px;
}
body.people.pc.show .mainProfileInfo,
body.people.pc.edit .mainProfileInfo,
body.manage_articles_contacts.index .mainProfileInfo,
body.manage_all_contacts.index .mainProfileInfo {
  margin: 16px 0;
}
body.people.pc.show .lastUpdateInfo,
body.people.pc.edit .lastUpdateInfo,
body.manage_articles_contacts.index .lastUpdateInfo,
body.manage_all_contacts.index .lastUpdateInfo {
  color: #9d9d9d;
  text-align: right;
  padding-right: 16px;
  position: relative;
  bottom: 10px;
}
body.people.pc.show .mainProfileName,
body.people.pc.edit .mainProfileName,
body.manage_articles_contacts.index .mainProfileName,
body.manage_all_contacts.index .mainProfileName {
  font-size: 22px;
  padding-bottom: 8px;
}
body.people.pc.show .mainProfileRealName,
body.people.pc.edit .mainProfileRealName,
body.manage_articles_contacts.index .mainProfileRealName,
body.manage_all_contacts.index .mainProfileRealName {
  margin-top: 8px;
  line-height: 21px;
}
body.people.pc.show .mainProfileRealName span,
body.people.pc.edit .mainProfileRealName span,
body.manage_articles_contacts.index .mainProfileRealName span,
body.manage_all_contacts.index .mainProfileRealName span {
  color: #9d9d9d;
  font-size: 12px;
  margin-right: 10px;
}
body.people.pc.show .mainProfileOtherInfo,
body.people.pc.edit .mainProfileOtherInfo,
body.manage_articles_contacts.index .mainProfileOtherInfo,
body.manage_all_contacts.index .mainProfileOtherInfo {
  line-height: 21px;
}
body.people.pc.show .mainProfileOtherInfo span:not(:first-child):before,
body.people.pc.edit .mainProfileOtherInfo span:not(:first-child):before,
body.manage_articles_contacts.index .mainProfileOtherInfo span:not(:first-child):before,
body.manage_all_contacts.index .mainProfileOtherInfo span:not(:first-child):before {
  content: "・";
}
body.people.pc.show .l_mainContent,
body.people.pc.edit .l_mainContent,
body.manage_articles_contacts.index .l_mainContent,
body.manage_all_contacts.index .l_mainContent {
  width: 760px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
body.people.pc.show .l_subContent,
body.people.pc.edit .l_subContent,
body.manage_articles_contacts.index .l_subContent,
body.manage_all_contacts.index .l_subContent {
  float: right;
  width: 299px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
body.people.pc.show .profilePanel,
body.people.pc.edit .profilePanel,
body.manage_articles_contacts.index .profilePanel,
body.manage_all_contacts.index .profilePanel {
  padding: 12px 24px;
}
body.people.pc.show .profileTitle,
body.people.pc.edit .profileTitle,
body.manage_articles_contacts.index .profileTitle,
body.manage_all_contacts.index .profileTitle {
  font-size: 22px;
  padding: 13px 0;
  margin-bottom: 16px;
}
body.people.pc.show .profileTitle span,
body.people.pc.edit .profileTitle span,
body.manage_articles_contacts.index .profileTitle span,
body.manage_all_contacts.index .profileTitle span {
  float: right;
  font-size: 12px;
  color: #bbbbbb;
  line-height: 22px;
}
body.people.pc.show .introText p,
body.people.pc.edit .introText p,
body.manage_articles_contacts.index .introText p,
body.manage_all_contacts.index .introText p {
  line-height: 21px;
}
body.people.pc.show .activityCategoryItem,
body.people.pc.edit .activityCategoryItem,
body.manage_articles_contacts.index .activityCategoryItem,
body.manage_all_contacts.index .activityCategoryItem {
  display: flex;
  line-height: 21px;
  margin-top: 8px;
  margin-bottom: 16px;
  flex-direction: column;
}
body.people.pc.show .activityCategoryItem .content,
body.people.pc.edit .activityCategoryItem .content,
body.manage_articles_contacts.index .activityCategoryItem .content,
body.manage_all_contacts.index .activityCategoryItem .content {
  display: flex;
  margin-left: 16px;
}
body.people.pc.show .greenCheck:before,
body.people.pc.edit .greenCheck:before,
body.manage_articles_contacts.index .greenCheck:before,
body.manage_all_contacts.index .greenCheck:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #60c31d;
  font-size: 1.3em;
}
body.people.pc.show .activityCategoryLine,
body.people.pc.edit .activityCategoryLine,
body.manage_articles_contacts.index .activityCategoryLine,
body.manage_all_contacts.index .activityCategoryLine {
  display: inline-block;
  _display: inline;
  width: 32px;
  align-self: center;
  border-top: 1px solid #60c31d;
  margin: 0 7px;
}
body.people.pc.show .interestTheme .themeList li,
body.people.pc.edit .interestTheme .themeList li,
body.manage_articles_contacts.index .interestTheme .themeList li,
body.manage_all_contacts.index .interestTheme .themeList li {
  display: -ms-flex;
  display: flex;
  margin-bottom: 16px;
  margin-right: 24px;
}
body.people.pc.show .flexTurnBackBox,
body.people.pc.edit .flexTurnBackBox,
body.manage_articles_contacts.index .flexTurnBackBox,
body.manage_all_contacts.index .flexTurnBackBox {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
body.people.pc.show .roundedCornersGreenBlock,
body.people.pc.edit .roundedCornersGreenBlock,
body.manage_articles_contacts.index .roundedCornersGreenBlock,
body.manage_all_contacts.index .roundedCornersGreenBlock {
  background-color: #d9fdc5;
  border-radius: 50px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 6px 16px;
}
body.people.pc.show .interestSocialProblem .socialProblemList li,
body.people.pc.edit .interestSocialProblem .socialProblemList li,
body.manage_articles_contacts.index .interestSocialProblem .socialProblemList li,
body.manage_all_contacts.index .interestSocialProblem .socialProblemList li {
  padding: 6px 16px;
}
body.people.pc.show .skill .skillList li,
body.people.pc.edit .skill .skillList li,
body.manage_articles_contacts.index .skill .skillList li,
body.manage_all_contacts.index .skill .skillList li {
  padding: 6px 16px;
}
body.people.pc.show .interest .interestList li p,
body.people.pc.edit .interest .interestList li p,
body.manage_articles_contacts.index .interest .interestList li p,
body.manage_all_contacts.index .interest .interestList li p {
  margin-top: 16px;
  font-size: 14px;
  color: #6c6b6b;
}
body.people.pc.show .interest .interestList li:not(:first-child),
body.people.pc.edit .interest .interestList li:not(:first-child),
body.manage_articles_contacts.index .interest .interestList li:not(:first-child),
body.manage_all_contacts.index .interest .interestList li:not(:first-child) {
  margin-top: 16px;
}
body.people.pc.show .horizontalBox,
body.people.pc.edit .horizontalBox,
body.manage_articles_contacts.index .horizontalBox,
body.manage_all_contacts.index .horizontalBox {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
body.people.pc.show .textLineReturn,
body.people.pc.edit .textLineReturn,
body.manage_articles_contacts.index .textLineReturn,
body.manage_all_contacts.index .textLineReturn {
  white-space: pre-wrap;
  word-wrap: break-word;
}
body.people.pc.show .studyHistory .date,
body.people.pc.edit .studyHistory .date,
body.manage_articles_contacts.index .studyHistory .date,
body.manage_all_contacts.index .studyHistory .date {
  color: #60c31d;
  font-weight: bold;
}
body.people.pc.show .studyHistory .title,
body.people.pc.edit .studyHistory .title,
body.manage_articles_contacts.index .studyHistory .title,
body.manage_all_contacts.index .studyHistory .title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
}
body.people.pc.show .studyHistory .subTitle,
body.people.pc.edit .studyHistory .subTitle,
body.manage_articles_contacts.index .studyHistory .subTitle,
body.manage_all_contacts.index .studyHistory .subTitle {
  font-size: 16px;
  font-weight: bold;
}
body.people.pc.show .studyHistory .desc,
body.people.pc.edit .studyHistory .desc,
body.manage_articles_contacts.index .studyHistory .desc,
body.manage_all_contacts.index .studyHistory .desc {
  margin-top: 16px;
  color: #6c6b6b;
}
body.people.pc.show .historyList .historyItem,
body.people.pc.edit .historyList .historyItem,
body.manage_articles_contacts.index .historyList .historyItem,
body.manage_all_contacts.index .historyList .historyItem {
  padding-left: 26px;
  margin-left: 12px;
  border-left: #60c31d 3px solid;
  position: relative;
}
body.people.pc.show .historyList .historyItem:before,
body.people.pc.edit .historyList .historyItem:before,
body.manage_articles_contacts.index .historyList .historyItem:before,
body.manage_all_contacts.index .historyList .historyItem:before {
  content: "";
  height: 24px;
  width: 24px;
  background-color: #60c31d;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(calc(-50% - 2px)) translateY(-10%);
          transform: translateX(calc(-50% - 2px)) translateY(-10%);
  border-radius: 50%;
}
body.people.pc.show .historyList .historyItem:not(:last-child),
body.people.pc.edit .historyList .historyItem:not(:last-child),
body.manage_articles_contacts.index .historyList .historyItem:not(:last-child),
body.manage_all_contacts.index .historyList .historyItem:not(:last-child) {
  padding-bottom: 25px;
}
body.people.pc.show .careerHistory .period,
body.people.pc.edit .careerHistory .period,
body.manage_articles_contacts.index .careerHistory .period,
body.manage_all_contacts.index .careerHistory .period {
  color: #60c31d;
  font-weight: bold;
}
body.people.pc.show .careerHistory .workplace,
body.people.pc.edit .careerHistory .workplace,
body.manage_articles_contacts.index .careerHistory .workplace,
body.manage_all_contacts.index .careerHistory .workplace {
  margin-top: 16px;
  font-size: 16px;
}
body.people.pc.show .careerHistory .jobTypeHistory,
body.people.pc.edit .careerHistory .jobTypeHistory,
body.manage_articles_contacts.index .careerHistory .jobTypeHistory,
body.manage_all_contacts.index .careerHistory .jobTypeHistory {
  margin-top: 16px;
  padding: 6px 16px;
  background-color: #ededed;
  border-radius: 6px;
  display: inline-block;
}
body.people.pc.show .careerHistory .jobTypeHistoryDesc,
body.people.pc.edit .careerHistory .jobTypeHistoryDesc,
body.manage_articles_contacts.index .careerHistory .jobTypeHistoryDesc,
body.manage_all_contacts.index .careerHistory .jobTypeHistoryDesc {
  margin-top: 16px;
}
body.people.pc.show .socialActivityHistory .period,
body.people.pc.edit .socialActivityHistory .period,
body.manage_articles_contacts.index .socialActivityHistory .period,
body.manage_all_contacts.index .socialActivityHistory .period {
  color: #60c31d;
  font-weight: bold;
}
body.people.pc.show .socialActivityHistory .user,
body.people.pc.edit .socialActivityHistory .user,
body.manage_articles_contacts.index .socialActivityHistory .user,
body.manage_all_contacts.index .socialActivityHistory .user {
  color: #333333;
  font-size: 16px;
  margin-top: 16px;
}
body.people.pc.show .socialActivityHistory .projectTitle,
body.people.pc.edit .socialActivityHistory .projectTitle,
body.manage_articles_contacts.index .socialActivityHistory .projectTitle,
body.manage_all_contacts.index .socialActivityHistory .projectTitle {
  color: #6c6b6b;
  margin-top: 16px;
}
body.people.pc.show .socialActivityHistory .project,
body.people.pc.edit .socialActivityHistory .project,
body.manage_articles_contacts.index .socialActivityHistory .project,
body.manage_all_contacts.index .socialActivityHistory .project {
  color: #6c6b6b;
  margin-top: 16px;
}
body.people.pc.show .socialActivityHistory .project p,
body.people.pc.edit .socialActivityHistory .project p,
body.manage_articles_contacts.index .socialActivityHistory .project p,
body.manage_all_contacts.index .socialActivityHistory .project p {
  display: inline-block;
}
body.people.pc.show .socialActivityHistory .project:before,
body.people.pc.edit .socialActivityHistory .project:before,
body.manage_articles_contacts.index .socialActivityHistory .project:before,
body.manage_all_contacts.index .socialActivityHistory .project:before {
  content: "•";
  margin-right: 8px;
  color: #60c31d;
}
body.people.pc.show .socialActivityHistory .text,
body.people.pc.edit .socialActivityHistory .text,
body.manage_articles_contacts.index .socialActivityHistory .text,
body.manage_all_contacts.index .socialActivityHistory .text {
  color: #6c6b6b;
  margin-top: 16px;
}
body.people.pc.show .socialActivityHistory .url,
body.people.pc.edit .socialActivityHistory .url,
body.manage_articles_contacts.index .socialActivityHistory .url,
body.manage_all_contacts.index .socialActivityHistory .url {
  margin-top: 16px;
  color: #60c31d;
  display: block;
  text-decoration: none;
}
body.people.pc.show .socialActivityHistory .url:before,
body.people.pc.edit .socialActivityHistory .url:before,
body.manage_articles_contacts.index .socialActivityHistory .url:before,
body.manage_all_contacts.index .socialActivityHistory .url:before {
  content: "\f0c1";
  font-family: FontAwesome;
  margin-right: 8px;
}
body.people.pc.show .inProfileSupport .inProfileSupportList:not(:first-child),
body.people.pc.edit .inProfileSupport .inProfileSupportList:not(:first-child),
body.manage_articles_contacts.index .inProfileSupport .inProfileSupportList:not(:first-child),
body.manage_all_contacts.index .inProfileSupport .inProfileSupportList:not(:first-child) {
  margin-top: 26px;
}
body.people.pc.show .inProfileSupport .inProfileSupportList h3,
body.people.pc.edit .inProfileSupport .inProfileSupportList h3,
body.manage_articles_contacts.index .inProfileSupport .inProfileSupportList h3,
body.manage_all_contacts.index .inProfileSupport .inProfileSupportList h3 {
  font-size: 14px;
}
body.people.pc.show .inProfileSupport .inProfileSupportList .messageInfo,
body.people.pc.edit .inProfileSupport .inProfileSupportList .messageInfo,
body.manage_articles_contacts.index .inProfileSupport .inProfileSupportList .messageInfo,
body.manage_all_contacts.index .inProfileSupport .inProfileSupportList .messageInfo {
  color: #60c31d;
  font-size: 12px;
  margin-top: 16px;
  font-weight: bold;
}
body.people.pc.show .inProfileSupport .inProfileSupportList .message,
body.people.pc.edit .inProfileSupport .inProfileSupportList .message,
body.manage_articles_contacts.index .inProfileSupport .inProfileSupportList .message,
body.manage_all_contacts.index .inProfileSupport .inProfileSupportList .message {
  margin-top: 8px;
  background-color: #ededed;
  border-radius: 10px;
  padding: 16px;
  position: relative;
}
body.people.pc.show .inProfileSupport .inProfileSupportList .message:before,
body.people.pc.edit .inProfileSupport .inProfileSupportList .message:before,
body.manage_articles_contacts.index .inProfileSupport .inProfileSupportList .message:before,
body.manage_all_contacts.index .inProfileSupport .inProfileSupportList .message:before {
  content: "";
  width: 12px;
  height: 30px;
  background: #ededed;
  position: absolute;
  top: calc(0% + 13px);
  left: calc(100% - 6px);
  -webkit-transform: skewX(45deg) rotate(65deg);
          transform: skewX(45deg) rotate(65deg);
}
body.people.pc.show .inProfileSupport .inProfileSupportList .message p,
body.people.pc.edit .inProfileSupport .inProfileSupportList .message p,
body.manage_articles_contacts.index .inProfileSupport .inProfileSupportList .message p,
body.manage_all_contacts.index .inProfileSupport .inProfileSupportList .message p {
  color: #333333;
}
body.people.pc.show .license,
body.people.pc.edit .license,
body.manage_articles_contacts.index .license,
body.manage_all_contacts.index .license {
  padding-bottom: 35px;
}
body.people.pc.show .license .licenseList li,
body.people.pc.edit .license .licenseList li,
body.manage_articles_contacts.index .license .licenseList li,
body.manage_all_contacts.index .license .licenseList li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
body.people.pc.show .license .licenseList li:after,
body.people.pc.edit .license .licenseList li:after,
body.manage_articles_contacts.index .license .licenseList li:after,
body.manage_all_contacts.index .license .licenseList li:after {
  content: "";
  flex: auto;
  border-top: 1px solid #e5e5e5;
}
body.people.pc.show .license .licenseList h4,
body.people.pc.edit .license .licenseList h4,
body.manage_articles_contacts.index .license .licenseList h4,
body.manage_all_contacts.index .license .licenseList h4 {
  padding-right: 32px;
  margin-bottom: 0px;
  font-size: 14px;
}
body.people.pc.show .license .licenseList p,
body.people.pc.edit .license .licenseList p,
body.manage_articles_contacts.index .license .licenseList p,
body.manage_all_contacts.index .license .licenseList p {
  color: #9d9d9d;
  padding-left: 32px;
  margin-right: 15px;
  order: 1;
}
body.people.pc.show .l_sideContent,
body.people.pc.edit .l_sideContent,
body.manage_articles_contacts.index .l_sideContent,
body.manage_all_contacts.index .l_sideContent {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
body.people.pc.show .profileInfo,
body.people.pc.edit .profileInfo,
body.manage_articles_contacts.index .profileInfo,
body.manage_all_contacts.index .profileInfo {
  padding: 16px;
  color: #6c6b6b;
}
body.people.pc.show .profileInfo .title,
body.people.pc.edit .profileInfo .title,
body.manage_articles_contacts.index .profileInfo .title,
body.manage_all_contacts.index .profileInfo .title {
  font-size: 16px;
  padding: 13px 0;
  margin-bottom: 16px;
}
body.people.pc.show .profileInfo.contactInfo .contactInfoList .num,
body.people.pc.edit .profileInfo.contactInfo .contactInfoList .num,
body.manage_articles_contacts.index .profileInfo.contactInfo .contactInfoList .num,
body.manage_all_contacts.index .profileInfo.contactInfo .contactInfoList .num {
  margin-top: 8px;
}
body.people.pc.show .profileInfo.contactInfo .contactInfoList .num:before,
body.people.pc.edit .profileInfo.contactInfo .contactInfoList .num:before,
body.manage_articles_contacts.index .profileInfo.contactInfo .contactInfoList .num:before,
body.manage_all_contacts.index .profileInfo.contactInfo .contactInfoList .num:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 19px;
}
body.people.pc.show .profileInfo.contactInfo .contactInfoList .email,
body.people.pc.edit .profileInfo.contactInfo .contactInfoList .email,
body.manage_articles_contacts.index .profileInfo.contactInfo .contactInfoList .email,
body.manage_all_contacts.index .profileInfo.contactInfo .contactInfoList .email {
  margin-top: 8px;
}
body.people.pc.show .profileInfo.contactInfo .contactInfoList .email:before,
body.people.pc.edit .profileInfo.contactInfo .contactInfoList .email:before,
body.manage_articles_contacts.index .profileInfo.contactInfo .contactInfoList .email:before,
body.manage_all_contacts.index .profileInfo.contactInfo .contactInfoList .email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 16px;
}
body.people.pc.show .profileInfo.contactInfo .contactInfoList .additionalEmail,
body.people.pc.edit .profileInfo.contactInfo .contactInfoList .additionalEmail,
body.manage_articles_contacts.index .profileInfo.contactInfo .contactInfoList .additionalEmail,
body.manage_all_contacts.index .profileInfo.contactInfo .contactInfoList .additionalEmail {
  margin-top: 8px;
}
body.people.pc.show .profileInfo.contactInfo .contactInfoList .additionalEmail:before,
body.people.pc.edit .profileInfo.contactInfo .contactInfoList .additionalEmail:before,
body.manage_articles_contacts.index .profileInfo.contactInfo .contactInfoList .additionalEmail:before,
body.manage_all_contacts.index .profileInfo.contactInfo .contactInfoList .additionalEmail:before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 16px;
}
body.people.pc.show .profileInfo.contactInfo .noteForPublish,
body.people.pc.edit .profileInfo.contactInfo .noteForPublish,
body.manage_articles_contacts.index .profileInfo.contactInfo .noteForPublish,
body.manage_all_contacts.index .profileInfo.contactInfo .noteForPublish {
  font-size: 12px;
  color: #bbbbbb;
  padding-top: 16px;
}
body.people.pc.show .profileInfo.snsAccount .snsAccountList .twitter,
body.people.pc.edit .profileInfo.snsAccount .snsAccountList .twitter,
body.manage_articles_contacts.index .profileInfo.snsAccount .snsAccountList .twitter,
body.manage_all_contacts.index .profileInfo.snsAccount .snsAccountList .twitter {
  display: block;
  margin-top: 8px;
  color: #60c31d;
  word-break: break-all;
}
body.people.pc.show .profileInfo.snsAccount .snsAccountList .twitter:before,
body.people.pc.edit .profileInfo.snsAccount .snsAccountList .twitter:before,
body.manage_articles_contacts.index .profileInfo.snsAccount .snsAccountList .twitter:before,
body.manage_all_contacts.index .profileInfo.snsAccount .snsAccountList .twitter:before {
  content: "\f099";
  font-family: FontAwesome;
  margin-right: 16px;
}
body.people.pc.show .profileInfo.snsAccount .snsAccountList .facebook,
body.people.pc.edit .profileInfo.snsAccount .snsAccountList .facebook,
body.manage_articles_contacts.index .profileInfo.snsAccount .snsAccountList .facebook,
body.manage_all_contacts.index .profileInfo.snsAccount .snsAccountList .facebook {
  display: block;
  margin-top: 8px;
  color: #60c31d;
  word-break: break-all;
}
body.people.pc.show .profileInfo.snsAccount .snsAccountList .facebook:before,
body.people.pc.edit .profileInfo.snsAccount .snsAccountList .facebook:before,
body.manage_articles_contacts.index .profileInfo.snsAccount .snsAccountList .facebook:before,
body.manage_all_contacts.index .profileInfo.snsAccount .snsAccountList .facebook:before {
  content: "\f09a";
  font-family: FontAwesome;
  margin-right: 16px;
}
body.people.pc.show .profileInfo.snsAccount .snsAccountList .instagram,
body.people.pc.edit .profileInfo.snsAccount .snsAccountList .instagram,
body.manage_articles_contacts.index .profileInfo.snsAccount .snsAccountList .instagram,
body.manage_all_contacts.index .profileInfo.snsAccount .snsAccountList .instagram {
  display: block;
  margin-top: 8px;
  color: #60c31d;
  word-break: break-all;
}
body.people.pc.show .profileInfo.snsAccount .snsAccountList .instagram:before,
body.people.pc.edit .profileInfo.snsAccount .snsAccountList .instagram:before,
body.manage_articles_contacts.index .profileInfo.snsAccount .snsAccountList .instagram:before,
body.manage_all_contacts.index .profileInfo.snsAccount .snsAccountList .instagram:before {
  content: "\f16d";
  font-family: FontAwesome;
  margin-right: 16px;
}
body.people.pc.show .profileInfo.relatedLinks,
body.people.pc.edit .profileInfo.relatedLinks,
body.manage_articles_contacts.index .profileInfo.relatedLinks,
body.manage_all_contacts.index .profileInfo.relatedLinks {
  padding-bottom: 30px;
}
body.people.pc.show .profileInfo.relatedLinks .linkBlock,
body.people.pc.edit .profileInfo.relatedLinks .linkBlock,
body.manage_articles_contacts.index .profileInfo.relatedLinks .linkBlock,
body.manage_all_contacts.index .profileInfo.relatedLinks .linkBlock {
  margin-top: 8px;
  justify-content: space-between;
  display: flex;
}
body.people.pc.show .profileInfo.relatedLinks .url,
body.people.pc.edit .profileInfo.relatedLinks .url,
body.manage_articles_contacts.index .profileInfo.relatedLinks .url,
body.manage_all_contacts.index .profileInfo.relatedLinks .url {
  color: #60c31d;
  width: calc(100% - 42px);
  word-break: break-all;
  padding-top: 8px;
  display: block;
}
body.people.pc.show .profileInfo.relatedLinks .url:before,
body.people.pc.edit .profileInfo.relatedLinks .url:before,
body.manage_articles_contacts.index .profileInfo.relatedLinks .url:before,
body.manage_all_contacts.index .profileInfo.relatedLinks .url:before {
  content: "\f0c1";
  font-family: FontAwesome;
  margin-right: 8px;
}
body.people.pc.show .profileInfo.relatedLinks .p_btn,
body.people.pc.edit .profileInfo.relatedLinks .p_btn,
body.manage_articles_contacts.index .profileInfo.relatedLinks .p_btn,
body.manage_all_contacts.index .profileInfo.relatedLinks .p_btn {
  padding: 9px 14px;
  max-height: 34px;
}

body.static_pages.for_company_pr_ads.pc img {
  border-radius: 0 !important;
}
body.static_pages.for_company_pr_ads.pc .inner {
  margin: 0 auto;
}
body.static_pages.for_company_pr_ads.pc .content {
  width: 1024px;
  margin: 0 auto;
}
body.static_pages.for_company_pr_ads.pc .top {
  padding-top: 105px;
  padding-bottom: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(//static.activo.jp/assets/for_company_pr_ads/landing_top_visual-bc074f89ad858f0c83f9f3c9881276d64acf08805c653fd7153d755ba41c2ced.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body.static_pages.for_company_pr_ads.pc .top .inner {
  max-width: 770px;
}
body.static_pages.for_company_pr_ads.pc .top .title_box {
  background-color: #60c31d;
  padding: 25px 0;
  color: #fff;
  text-align: center;
}
body.static_pages.for_company_pr_ads.pc .top .title_box h1 {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
body.static_pages.for_company_pr_ads.pc .top .title_box span {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
}
body.static_pages.for_company_pr_ads.pc .top .sub_text {
  color: #fff;
  max-width: 730px;
  font-size: 22px;
  line-height: 33px;
  margin: 17px auto 0 auto;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.85);
  letter-spacing: 0.08em;
}
body.static_pages.for_company_pr_ads.pc .top .buttons_wrapper {
  margin-top: 40px;
}
body.static_pages.for_company_pr_ads.pc .buttons_wrapper {
  width: 100%;
}
body.static_pages.for_company_pr_ads.pc .buttons_wrapper .buttons_container {
  display: flex;
  justify-content: center;
}
body.static_pages.for_company_pr_ads.pc .buttons_wrapper .buttons_container a {
  background-color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
}
body.static_pages.for_company_pr_ads.pc .buttons_wrapper .buttons_container a:hover {
  background: #e9e9e9;
  color: #000;
  transition: 0.3s ease;
  text-decoration: none;
}
body.static_pages.for_company_pr_ads.pc .buttons_wrapper .buttons_container a.contact {
  margin-left: 24px;
}
body.static_pages.for_company_pr_ads.pc .section {
  padding-top: 60px;
  padding-bottom: 48px;
  text-align: center;
}
body.static_pages.for_company_pr_ads.pc .section_bg_white {
  background-color: #fff;
}
body.static_pages.for_company_pr_ads.pc .section_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
}
body.static_pages.for_company_pr_ads.pc .section_attention {
  color: #60c31d;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  position: relative;
}
body.static_pages.for_company_pr_ads.pc .section_attention:before {
  content: "|";
  position: absolute;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 0;
  left: -30px;
}
body.static_pages.for_company_pr_ads.pc .section_attention:after {
  content: "|";
  position: absolute;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 0;
  right: -30px;
}
body.static_pages.for_company_pr_ads.pc .section_point ul {
  font-size: 20px;
  max-width: 890px;
  text-align: left;
  margin: 36px auto 0;
}
body.static_pages.for_company_pr_ads.pc .section_point ul li {
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}
body.static_pages.for_company_pr_ads.pc .section_point ul li:before {
  content: "";
  width: 18px;
  height: 12px;
  border-left: 3px solid #25AF01;
  border-bottom: 3px solid #25AF01;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
}
body.static_pages.for_company_pr_ads.pc .section_point .green_block {
  color: #fff;
  background: #60c31d;
  border: 5px solid #60c31d;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 15px 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px auto 0;
}
body.static_pages.for_company_pr_ads.pc .section_point .green_block p {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
body.static_pages.for_company_pr_ads.pc .section_point .text {
  max-width: 960px;
  margin: 36px auto 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
}
body.static_pages.for_company_pr_ads.pc .section_point .text .under_line {
  background: linear-gradient(transparent 60%, #DBEBBC 60%);
}
body.static_pages.for_company_pr_ads.pc .section_feature .activo_logo {
  width: 214px;
  margin: 0 auto 15px;
}
body.static_pages.for_company_pr_ads.pc .section_feature .activo_logo img {
  width: 100%;
}
body.static_pages.for_company_pr_ads.pc .section_feature h2 {
  font-size: 24px;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.06em;
}
body.static_pages.for_company_pr_ads.pc .section_feature h2 small {
  font-size: 0.8rem;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl {
  margin: 30px auto 10px;
  text-align: left;
  background: url(//static.activo.jp/assets/for_company_pr_ads/landing_image_feature-c13148f3f0cf775b6c212dfbee4ff797fc5609e0ec93261640757dafbb828231.png) no-repeat right center/328px 200px;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dt:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: #60c31d;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -4px;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dt:after {
  content: "";
  color: #fff;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  z-index: 1;
  left: 9px;
  top: -1px;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dt.feature_point1:after {
  content: "1";
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dt.feature_point2:after {
  content: "2";
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dt.feature_point3:after {
  content: "3";
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dd {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 45px;
  letter-spacing: 0.06em;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dd:last-child {
  margin-bottom: 0;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dd div {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.06em;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dd div:first-child {
  margin-right: 30px;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dd div em {
  padding: 0 4px;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dd small {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  color: #666;
}
body.static_pages.for_company_pr_ads.pc .section_feature dl dd em {
  color: #60c31d;
  font-size: 1.5em;
  padding-right: 4px;
  letter-spacing: 0.02em;
  font-style: normal;
}
body.static_pages.for_company_pr_ads.pc .section_attribute h2 {
  font-size: 24px;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.06em;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .section_attention:before, body.static_pages.for_company_pr_ads.pc .section_attribute .section_attention:after {
  content: none;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .attribute_data_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px auto 0;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .attribute_data_wrapper img {
  width: 100%;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .attribute_data_wrapper .attribute_data_content:first-child {
  width: 46%;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .attribute_data_wrapper .attribute_data_content:last-child {
  width: 50%;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .attribute_data_wrapper .attribute_data_content dl {
  position: relative;
  border: 3px solid #60c31d;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 15px;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .attribute_data_wrapper .attribute_data_content dl dt {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.06em;
  top: 8px;
  left: 8px;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .attribute_data_wrapper .attribute_data_content dl dd ol {
  padding: 50px 10px 25px;
  text-align: left;
  font-size: 14px;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .attribute_data_wrapper .attribute_data_content dl dd ol li {
  margin-top: 16px;
  letter-spacing: 0.06em;
  list-style-type: decimal;
  margin-left: 1.5em;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .attribute_data_wrapper .attribute_data_content dl dd ol li:first-child {
  font-size: 1.2em;
  font-weight: bold;
  color: #60c31d;
  margin-top: 0;
}
body.static_pages.for_company_pr_ads.pc .section_attribute .buttons_wrapper {
  margin-top: 40px;
}
body.static_pages.for_company_pr_ads.pc .section_merit .inner {
  margin-top: 50px;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel {
  float: left;
  width: 49%;
  margin-bottom: 60px;
  text-align: left;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel:nth-child(even) {
  margin-left: 2%;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel h3 {
  background: #60C31C;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: left;
  padding: 20px 10px 18px 50px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel h3:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #56AF19;
  border-radius: 100%;
  left: -40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel h3:after {
  content: "";
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 16px;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel:nth-child(1) h3:after {
  content: "1";
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel:nth-child(2) h3:after {
  content: "2";
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel:nth-child(3) h3:after {
  content: "3";
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel .text {
  margin-top: 25px;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel .image_wrapper {
  position: relative;
  border: 3px solid #FF8945;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 15px;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel .image_wrapper figcaption {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.06em;
  top: 8px;
  left: 8px;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel .image_wrapper img {
  width: 100%;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel.panel_wide {
  width: 100%;
  margin-bottom: 0;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel.panel_wide .image_wrapper {
  width: 49%;
  float: left;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel.panel_wide .image_wrapper:nth-of-type(even) {
  margin-left: 2%;
}
body.static_pages.for_company_pr_ads.pc .section_merit .panel.panel_wide .pr_ad_note {
  clear: both;
}
body.static_pages.for_company_pr_ads.pc .section_merit .buttons_wrapper {
  margin-top: 48px;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .inner {
  max-width: 960px;
  margin-top: 50px;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .inner > p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: bold;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin-top: 36px;
  position: relative;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel:nth-of-type(n+2) {
  margin: 50px auto 40px;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .main {
  width: 600px;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .main h3 {
  font-weight: bold;
  font-size: 28px;
  margin: 8px 0px 20px;
  color: #60c31d;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .main h3 span {
  font-size: 0.7em;
  line-height: 1.8;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .main .text {
  font-size: 16px;
  line-height: 1.6;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .main .text img {
  width: 100%;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .panel_img {
  width: 300px;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .panel_img img {
  width: 100%;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan {
  width: 100%;
  margin: 25px auto 10px;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan > dl {
  margin-bottom: 20px;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan > dl > dt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan .menu_each_plan dl {
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border: 2px solid #60c31d;
  box-sizing: border-box;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan .menu_each_plan dl dt {
  width: 40%;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  border-right: 2px solid #60c31d;
  border-top: 2px solid #60c31d;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan .menu_each_plan dl dt.trial_plan {
  background: #AFDAA1;
  border-top: none;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan .menu_each_plan dl dt.trial_plan + dd {
  border-top: none;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan .menu_each_plan dl dt.standard_plan {
  background: #9AD286;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan .menu_each_plan dl dt.premium_plan {
  background: #55AC17;
  color: #fff;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan .menu_each_plan dl dd {
  width: 60%;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  border-top: 2px solid #60c31d;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan .menu_single_plan dd {
  border: 2px solid #60c31d;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px auto 0;
  text-align: center;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .panel .menu_plan .menu_contact_plan {
  border: 2px solid #60c31d;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px auto 0;
  text-align: center;
}
body.static_pages.for_company_pr_ads.pc .section_admenu .buttons_wrapper {
  margin-top: 48px;
}
body.static_pages.for_company_pr_ads.pc .section_campaign .content {
  text-align: center;
}
body.static_pages.for_company_pr_ads.pc .section_campaign .image_wrapper {
  max-width: 600px;
  margin: 30px auto 0;
}
body.static_pages.for_company_pr_ads.pc .section_campaign .image_wrapper img {
  width: 100%;
}
body.static_pages.for_company_pr_ads.pc .section_campaign .text {
  margin-top: 30px;
}
body.static_pages.for_company_pr_ads.pc .section_campaign .text p {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
body.static_pages.for_company_pr_ads.pc .section_campaign .buttons_wrapper {
  margin-top: 60px;
}
body.static_pages.for_company_pr_ads.pc .section_campaign .buttons_wrapper .button {
  width: 300px;
  height: 80px;
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
}
body.static_pages.for_company_pr_ads.pc .section_vision .inner {
  max-width: 960px;
}
body.static_pages.for_company_pr_ads.pc .section_vision .activo_photo {
  width: 100%;
  margin-top: 48px;
}
body.static_pages.for_company_pr_ads.pc .section_vision .activo_photo img {
  border-radius: 0px;
}
body.static_pages.for_company_pr_ads.pc .section_vision .text {
  text-align: left;
  margin: 36px auto 0;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBg {
  position: relative;
  background: #f0f0f0;
  height: 600px;
}
body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBg .contactBox {
  position: absolute;
  top: 27px;
  left: 50%;
  margin: 0;
  max-width: 384px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
}
body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBox {
  margin: 40px 0px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBox .formInput {
  margin-bottom: 16px;
}
body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBox .buttonArea {
  text-align: center;
}
body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBox label {
  display: block;
  margin-bottom: 8px;
}
body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBox label::after {
  content: "必須";
  padding: 3px 6px;
  margin-left: 8px;
  color: #fff;
  font-size: 10px;
  background-color: #60c31d;
}
body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBox input, body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBox textarea {
  width: 340px;
}
body.static_pages.for_company_pr_ads.pc .section_adcontact .contactBox .heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
body.static_pages.for_company_pr_ads.pc .pr_ad_note {
  font-size: 11px;
  color: #666;
  display: block;
  text-align: right;
}

body.pc.scraped_recruitment_infos.show .scrapedRecruitmentInfoBreadcrumb {
  min-width: 1060px;
  width: 100%;
  position: relative;
}
body.pc.scraped_recruitment_infos.show .scrapedRecruitmentInfoBreadcrumb ol.p_breadCrumbsNav {
  color: #333;
}
body.pc.scraped_recruitment_infos.show .scrapedRecruitmentInfoBreadcrumb ol.p_breadCrumbsNav a {
  color: #333;
}
body.pc.scraped_recruitment_infos.show .l_wrapper {
  position: relative;
  z-index: 1;
}
body.pc.scraped_recruitment_infos.show .l_mainContent {
  padding-top: 15px;
}
body.pc.scraped_recruitment_infos.show .l_mainContent h1.isScrapedRecruitmentInfo {
  font-size: 25px;
  color: #333;
  margin: 20px 0 20px;
  line-height: 1.5;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .ScrapedRecruitmentInfoHeadLine {
  height: 46px;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .ScrapedRecruitmentInfoHeadLine:before, body.pc.scraped_recruitment_infos.show .l_mainContent .ScrapedRecruitmentInfoHeadLine:after {
  content: " ";
  display: table;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .ScrapedRecruitmentInfoHeadLine:after {
  clear: both;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .ScrapedRecruitmentInfoHeadLine p.isScrapedRecruitmentInfoUser {
  float: left;
  font-size: 15px;
  margin: 8px 0 14px;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .ScrapedRecruitmentInfoHeadLine ul.crawledAt {
  float: right;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .ScrapedRecruitmentInfoHeadLine ul.crawledAt li {
  color: #6c6b6b;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .ScrapedRecruitmentInfoHeadLine ul.crawledAt li:first-child {
  margin-top: 8px;
  margin-bottom: 4px;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .ScrapedRecruitmentInfoHeadLine ul.crawledAt li:last-child {
  margin-bottom: 8px;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .p_scrapedRecruitmentInfoHeading {
  background-color: #f0f0f0;
  color: #4a4b4e;
  padding: 13px 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .m_infoSummary {
  margin-bottom: 20px;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .m_infoSummary:before, body.pc.scraped_recruitment_infos.show .l_mainContent .m_infoSummary:after {
  content: " ";
  display: table;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .m_infoSummary:after {
  clear: both;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .m_infoSummary .quoteText {
  padding-top: 8px;
  float: right;
  color: #6c6b6b;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .m_infoSummary .quoteText .quoteSourceSite {
  color: #6c6b6b;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .m_infoSummary .quoteText .quoteSourceSite:hover {
  text-decoration: underline;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .actionButtons {
  width: 50%;
  margin: 0 auto;
}
body.pc.scraped_recruitment_infos.show .l_mainContent .actionButtons p {
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px dotted #9f9fa0;
  color: #959494;
}
body.pc.scraped_recruitment_infos.show .actionBox {
  padding-top: 20px;
  text-align: center;
}
body.pc.scraped_recruitment_infos.show .actionBox .actionButtons i {
  margin-right: 7px;
}
body.pc.scraped_recruitment_infos.show .actionBox .actionButtons p .quoteSourceSite {
  color: #959494;
}
body.pc.scraped_recruitment_infos.show .l_sideContent .applyZone p {
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px dotted #9f9fa0;
  color: #959494;
}
body.pc.scraped_recruitment_infos.show .l_sideContent .l_childBox {
  overflow: hidden;
}
body.pc.scraped_recruitment_infos.show .m_infoTable .isApplyLink a {
  color: #ff8945;
}

body.pc.search_for_company.show .m_mainArticleList .resultBox .infoBox .resultBoxInline > a {
  -ms-grid-row: 1;
  grid-row: 1;
  float: left;
  width: 270px;
}
body.pc.search_for_company.show .m_mainArticleList .resultBox .infoBox .resultBoxInline > a img {
  height: auto;
}

body.pc.search, body.pc.search_for_company {
  /* ---------------------------------------------------------
   共通
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
   検索結果
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
   こだわり検索
  --------------------------------------------------------- */
}
body.pc.search .abTest1, body.pc.search .abTest2, body.pc.search .abTest3, body.pc.search_for_company .abTest1, body.pc.search_for_company .abTest2, body.pc.search_for_company .abTest3 {
  display: none;
}
body.pc.search .searchAreaBoxWrap, body.pc.search_for_company .searchAreaBoxWrap {
  display: block;
  bottom: 0;
  width: 798px;
  overflow: scroll;
  top: 20px !important;
  margin-top: 0 !important;
}
body.pc.search .searchAreaBox, body.pc.search_for_company .searchAreaBox {
  position: absolute;
  overflow: auto;
  width: 798px;
  text-align: left;
}
body.pc.search .searchAreaBox .modalTitle, body.pc.search_for_company .searchAreaBox .modalTitle {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
body.pc.search .searchAreaBox .areaList, body.pc.search_for_company .searchAreaBox .areaList {
  margin-top: 30px;
}
body.pc.search .searchAreaBox .modalCheckAll, body.pc.search_for_company .searchAreaBox .modalCheckAll {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #9f9fa0;
}
body.pc.search .searchAreaBox .modalCheckAll, body.pc.search .searchAreaBox .allArea, body.pc.search_for_company .searchAreaBox .modalCheckAll, body.pc.search_for_company .searchAreaBox .allArea {
  font-weight: bold;
}
body.pc.search .searchAreaBox .areaList li.checkList, body.pc.search_for_company .searchAreaBox .areaList li.checkList {
  margin-right: 30px;
}
body.pc.search .searchAreaBox .modalBtn, body.pc.search_for_company .searchAreaBox .modalBtn {
  text-align: center;
  margin-top: 20px;
}
body.pc.search .priceCategoryHide, body.pc.search_for_company .priceCategoryHide {
  display: none;
}
body.pc.search .rangeActivityHide, body.pc.search_for_company .rangeActivityHide {
  display: none;
}
body.pc.search.searchresult, body.pc.search.search_parallel_career, body.pc.search.bookmark, body.pc.search.recent, body.pc.search.show, body.pc.search_for_company.searchresult, body.pc.search_for_company.search_parallel_career, body.pc.search_for_company.bookmark, body.pc.search_for_company.recent, body.pc.search_for_company.show {
  /* sidebar
  --------------------------------------------------------- */
}
body.pc.search.searchresult .favorite, body.pc.search.search_parallel_career .favorite, body.pc.search.bookmark .favorite, body.pc.search.recent .favorite, body.pc.search.show .favorite, body.pc.search_for_company.searchresult .favorite, body.pc.search_for_company.search_parallel_career .favorite, body.pc.search_for_company.bookmark .favorite, body.pc.search_for_company.recent .favorite, body.pc.search_for_company.show .favorite {
  width: 170px;
  display: inline-block;
  margin-left: 580px;
  margin-top: -20px;
  margin-bottom: -7px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: #60c31d 2px solid;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
body.pc.search.searchresult .favorite:after, body.pc.search.searchresult .favorite:before, body.pc.search.search_parallel_career .favorite:after, body.pc.search.search_parallel_career .favorite:before, body.pc.search.bookmark .favorite:after, body.pc.search.bookmark .favorite:before, body.pc.search.recent .favorite:after, body.pc.search.recent .favorite:before, body.pc.search.show .favorite:after, body.pc.search.show .favorite:before, body.pc.search_for_company.searchresult .favorite:after, body.pc.search_for_company.searchresult .favorite:before, body.pc.search_for_company.search_parallel_career .favorite:after, body.pc.search_for_company.search_parallel_career .favorite:before, body.pc.search_for_company.bookmark .favorite:after, body.pc.search_for_company.bookmark .favorite:before, body.pc.search_for_company.recent .favorite:after, body.pc.search_for_company.recent .favorite:before, body.pc.search_for_company.show .favorite:after, body.pc.search_for_company.show .favorite:before {
  top: 100%;
  left: 81%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
body.pc.search.searchresult .favorite:after, body.pc.search.search_parallel_career .favorite:after, body.pc.search.bookmark .favorite:after, body.pc.search.recent .favorite:after, body.pc.search.show .favorite:after, body.pc.search_for_company.searchresult .favorite:after, body.pc.search_for_company.search_parallel_career .favorite:after, body.pc.search_for_company.bookmark .favorite:after, body.pc.search_for_company.recent .favorite:after, body.pc.search_for_company.show .favorite:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -19px;
}
body.pc.search.searchresult .favorite:before, body.pc.search.search_parallel_career .favorite:before, body.pc.search.bookmark .favorite:before, body.pc.search.recent .favorite:before, body.pc.search.show .favorite:before, body.pc.search_for_company.searchresult .favorite:before, body.pc.search_for_company.search_parallel_career .favorite:before, body.pc.search_for_company.bookmark .favorite:before, body.pc.search_for_company.recent .favorite:before, body.pc.search_for_company.show .favorite:before {
  border-color: rgba(96, 195, 29, 0);
  border-top-color: #60c31d;
  border-width: 12px;
  margin-left: -21px;
}
body.pc.search.searchresult a, body.pc.search.search_parallel_career a, body.pc.search.bookmark a, body.pc.search.recent a, body.pc.search.show a, body.pc.search_for_company.searchresult a, body.pc.search_for_company.search_parallel_career a, body.pc.search_for_company.bookmark a, body.pc.search_for_company.recent a, body.pc.search_for_company.show a {
  text-decoration: none;
}
body.pc.search.searchresult a:hover .recommendSentence p, body.pc.search.search_parallel_career a:hover .recommendSentence p, body.pc.search.bookmark a:hover .recommendSentence p, body.pc.search.recent a:hover .recommendSentence p, body.pc.search.show a:hover .recommendSentence p, body.pc.search_for_company.searchresult a:hover .recommendSentence p, body.pc.search_for_company.search_parallel_career a:hover .recommendSentence p, body.pc.search_for_company.bookmark a:hover .recommendSentence p, body.pc.search_for_company.recent a:hover .recommendSentence p, body.pc.search_for_company.show a:hover .recommendSentence p {
  color: #60c31d;
  text-decoration: none;
}
body.pc.search.searchresult .pagenaviNumDesc, body.pc.search.search_parallel_career .pagenaviNumDesc, body.pc.search.bookmark .pagenaviNumDesc, body.pc.search.recent .pagenaviNumDesc, body.pc.search.show .pagenaviNumDesc, body.pc.search_for_company.searchresult .pagenaviNumDesc, body.pc.search_for_company.search_parallel_career .pagenaviNumDesc, body.pc.search_for_company.bookmark .pagenaviNumDesc, body.pc.search_for_company.recent .pagenaviNumDesc, body.pc.search_for_company.show .pagenaviNumDesc {
  font-weight: bold;
}
body.pc.search.searchresult .jsContentWrap, body.pc.search.search_parallel_career .jsContentWrap, body.pc.search.bookmark .jsContentWrap, body.pc.search.recent .jsContentWrap, body.pc.search.show .jsContentWrap, body.pc.search_for_company.searchresult .jsContentWrap, body.pc.search_for_company.search_parallel_career .jsContentWrap, body.pc.search_for_company.bookmark .jsContentWrap, body.pc.search_for_company.recent .jsContentWrap, body.pc.search_for_company.show .jsContentWrap {
  display: none;
}
body.pc.search.searchresult .searchSuggest, body.pc.search.search_parallel_career .searchSuggest, body.pc.search.bookmark .searchSuggest, body.pc.search.recent .searchSuggest, body.pc.search.show .searchSuggest, body.pc.search_for_company.searchresult .searchSuggest, body.pc.search_for_company.search_parallel_career .searchSuggest, body.pc.search_for_company.bookmark .searchSuggest, body.pc.search_for_company.recent .searchSuggest, body.pc.search_for_company.show .searchSuggest {
  margin-top: 20px;
}
body.pc.search.searchresult .searchSuggest .m_linkListZone, body.pc.search.search_parallel_career .searchSuggest .m_linkListZone, body.pc.search.bookmark .searchSuggest .m_linkListZone, body.pc.search.recent .searchSuggest .m_linkListZone, body.pc.search.show .searchSuggest .m_linkListZone, body.pc.search_for_company.searchresult .searchSuggest .m_linkListZone, body.pc.search_for_company.search_parallel_career .searchSuggest .m_linkListZone, body.pc.search_for_company.bookmark .searchSuggest .m_linkListZone, body.pc.search_for_company.recent .searchSuggest .m_linkListZone, body.pc.search_for_company.show .searchSuggest .m_linkListZone {
  padding: 10px 20px;
}
body.pc.search.searchresult .probonoHeading, body.pc.search.search_parallel_career .probonoHeading, body.pc.search.bookmark .probonoHeading, body.pc.search.recent .probonoHeading, body.pc.search.show .probonoHeading, body.pc.search_for_company.searchresult .probonoHeading, body.pc.search_for_company.search_parallel_career .probonoHeading, body.pc.search_for_company.bookmark .probonoHeading, body.pc.search_for_company.recent .probonoHeading, body.pc.search_for_company.show .probonoHeading {
  position: relative;
  width: 741px;
  height: 143px;
  border: solid 2px #60c31d;
  background-color: #fff;
  margin-bottom: 22px;
}
body.pc.search.searchresult .probonoHeading:before, body.pc.search.search_parallel_career .probonoHeading:before, body.pc.search.bookmark .probonoHeading:before, body.pc.search.recent .probonoHeading:before, body.pc.search.show .probonoHeading:before, body.pc.search_for_company.searchresult .probonoHeading:before, body.pc.search_for_company.search_parallel_career .probonoHeading:before, body.pc.search_for_company.bookmark .probonoHeading:before, body.pc.search_for_company.recent .probonoHeading:before, body.pc.search_for_company.show .probonoHeading:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
body.pc.search.searchresult .probonoHeading:after, body.pc.search.search_parallel_career .probonoHeading:after, body.pc.search.bookmark .probonoHeading:after, body.pc.search.recent .probonoHeading:after, body.pc.search.show .probonoHeading:after, body.pc.search_for_company.searchresult .probonoHeading:after, body.pc.search_for_company.search_parallel_career .probonoHeading:after, body.pc.search_for_company.bookmark .probonoHeading:after, body.pc.search_for_company.recent .probonoHeading:after, body.pc.search_for_company.show .probonoHeading:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #60c31d;
  z-index: 1;
}
body.pc.search.searchresult .probonoHeading .imgPosition, body.pc.search.search_parallel_career .probonoHeading .imgPosition, body.pc.search.bookmark .probonoHeading .imgPosition, body.pc.search.recent .probonoHeading .imgPosition, body.pc.search.show .probonoHeading .imgPosition, body.pc.search_for_company.searchresult .probonoHeading .imgPosition, body.pc.search_for_company.search_parallel_career .probonoHeading .imgPosition, body.pc.search_for_company.bookmark .probonoHeading .imgPosition, body.pc.search_for_company.recent .probonoHeading .imgPosition, body.pc.search_for_company.show .probonoHeading .imgPosition {
  display: flex;
  position: relative;
}
body.pc.search.searchresult .probonoHeading .imgPosition:before, body.pc.search.search_parallel_career .probonoHeading .imgPosition:before, body.pc.search.bookmark .probonoHeading .imgPosition:before, body.pc.search.recent .probonoHeading .imgPosition:before, body.pc.search.show .probonoHeading .imgPosition:before, body.pc.search_for_company.searchresult .probonoHeading .imgPosition:before, body.pc.search_for_company.search_parallel_career .probonoHeading .imgPosition:before, body.pc.search_for_company.bookmark .probonoHeading .imgPosition:before, body.pc.search_for_company.recent .probonoHeading .imgPosition:before, body.pc.search_for_company.show .probonoHeading .imgPosition:before {
  content: url(//static.activo.jp/assets/probonoLeft-00bcb7d236eeffb0bccedbc8203ed09c0dd84c2239465a6832c5527f57bfe212.svg);
  margin: 13px;
}
body.pc.search.searchresult .probonoHeading .imgPosition:after, body.pc.search.search_parallel_career .probonoHeading .imgPosition:after, body.pc.search.bookmark .probonoHeading .imgPosition:after, body.pc.search.recent .probonoHeading .imgPosition:after, body.pc.search.show .probonoHeading .imgPosition:after, body.pc.search_for_company.searchresult .probonoHeading .imgPosition:after, body.pc.search_for_company.search_parallel_career .probonoHeading .imgPosition:after, body.pc.search_for_company.bookmark .probonoHeading .imgPosition:after, body.pc.search_for_company.recent .probonoHeading .imgPosition:after, body.pc.search_for_company.show .probonoHeading .imgPosition:after {
  content: url(//static.activo.jp/assets/probonoRight-b360bac1c464e915ba64905145ee1886138dc53b15de07ab05bb299318f7c70a.svg);
  position: absolute;
  right: 0px;
}
body.pc.search.searchresult .probonoHeading .imgPosition .txtPosition, body.pc.search.search_parallel_career .probonoHeading .imgPosition .txtPosition, body.pc.search.bookmark .probonoHeading .imgPosition .txtPosition, body.pc.search.recent .probonoHeading .imgPosition .txtPosition, body.pc.search.show .probonoHeading .imgPosition .txtPosition, body.pc.search_for_company.searchresult .probonoHeading .imgPosition .txtPosition, body.pc.search_for_company.search_parallel_career .probonoHeading .imgPosition .txtPosition, body.pc.search_for_company.bookmark .probonoHeading .imgPosition .txtPosition, body.pc.search_for_company.recent .probonoHeading .imgPosition .txtPosition, body.pc.search_for_company.show .probonoHeading .imgPosition .txtPosition {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: auto;
}
body.pc.search.searchresult .probonoHeading .imgPosition .txtPosition .titleLine1, body.pc.search.search_parallel_career .probonoHeading .imgPosition .txtPosition .titleLine1, body.pc.search.bookmark .probonoHeading .imgPosition .txtPosition .titleLine1, body.pc.search.recent .probonoHeading .imgPosition .txtPosition .titleLine1, body.pc.search.show .probonoHeading .imgPosition .txtPosition .titleLine1, body.pc.search_for_company.searchresult .probonoHeading .imgPosition .txtPosition .titleLine1, body.pc.search_for_company.search_parallel_career .probonoHeading .imgPosition .txtPosition .titleLine1, body.pc.search_for_company.bookmark .probonoHeading .imgPosition .txtPosition .titleLine1, body.pc.search_for_company.recent .probonoHeading .imgPosition .txtPosition .titleLine1, body.pc.search_for_company.show .probonoHeading .imgPosition .txtPosition .titleLine1 {
  font-size: 18px;
  color: #6c6b6b;
  margin-top: 30px;
}
body.pc.search.searchresult .probonoHeading .imgPosition .txtPosition .titleLine2, body.pc.search.search_parallel_career .probonoHeading .imgPosition .txtPosition .titleLine2, body.pc.search.bookmark .probonoHeading .imgPosition .txtPosition .titleLine2, body.pc.search.recent .probonoHeading .imgPosition .txtPosition .titleLine2, body.pc.search.show .probonoHeading .imgPosition .txtPosition .titleLine2, body.pc.search_for_company.searchresult .probonoHeading .imgPosition .txtPosition .titleLine2, body.pc.search_for_company.search_parallel_career .probonoHeading .imgPosition .txtPosition .titleLine2, body.pc.search_for_company.bookmark .probonoHeading .imgPosition .txtPosition .titleLine2, body.pc.search_for_company.recent .probonoHeading .imgPosition .txtPosition .titleLine2, body.pc.search_for_company.show .probonoHeading .imgPosition .txtPosition .titleLine2 {
  font-size: 32px;
  margin-top: 10px;
}
body.pc.search.searchresult .probonoHeading .imgPosition .txtPosition .titleLine2 span, body.pc.search.search_parallel_career .probonoHeading .imgPosition .txtPosition .titleLine2 span, body.pc.search.bookmark .probonoHeading .imgPosition .txtPosition .titleLine2 span, body.pc.search.recent .probonoHeading .imgPosition .txtPosition .titleLine2 span, body.pc.search.show .probonoHeading .imgPosition .txtPosition .titleLine2 span, body.pc.search_for_company.searchresult .probonoHeading .imgPosition .txtPosition .titleLine2 span, body.pc.search_for_company.search_parallel_career .probonoHeading .imgPosition .txtPosition .titleLine2 span, body.pc.search_for_company.bookmark .probonoHeading .imgPosition .txtPosition .titleLine2 span, body.pc.search_for_company.recent .probonoHeading .imgPosition .txtPosition .titleLine2 span, body.pc.search_for_company.show .probonoHeading .imgPosition .txtPosition .titleLine2 span {
  color: #60c31d;
  text-decoration: underline;
}
body.pc.search.searchresult .btnPosition, body.pc.search.search_parallel_career .btnPosition, body.pc.search.bookmark .btnPosition, body.pc.search.recent .btnPosition, body.pc.search.show .btnPosition, body.pc.search_for_company.searchresult .btnPosition, body.pc.search_for_company.search_parallel_career .btnPosition, body.pc.search_for_company.bookmark .btnPosition, body.pc.search_for_company.recent .btnPosition, body.pc.search_for_company.show .btnPosition {
  text-align: center;
}
body.pc.search.searchresult .leadToProbono:after, body.pc.search.search_parallel_career .leadToProbono:after, body.pc.search.bookmark .leadToProbono:after, body.pc.search.recent .leadToProbono:after, body.pc.search.show .leadToProbono:after, body.pc.search_for_company.searchresult .leadToProbono:after, body.pc.search_for_company.search_parallel_career .leadToProbono:after, body.pc.search_for_company.bookmark .leadToProbono:after, body.pc.search_for_company.recent .leadToProbono:after, body.pc.search_for_company.show .leadToProbono:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #60c31d;
  padding-left: 5px;
}
body.pc.search.searchresult .leadToProbono:hover:after, body.pc.search.search_parallel_career .leadToProbono:hover:after, body.pc.search.bookmark .leadToProbono:hover:after, body.pc.search.recent .leadToProbono:hover:after, body.pc.search.show .leadToProbono:hover:after, body.pc.search_for_company.searchresult .leadToProbono:hover:after, body.pc.search_for_company.search_parallel_career .leadToProbono:hover:after, body.pc.search_for_company.bookmark .leadToProbono:hover:after, body.pc.search_for_company.recent .leadToProbono:hover:after, body.pc.search_for_company.show .leadToProbono:hover:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  background: #60c31d;
  padding-left: 5px;
}
body.pc.search.searchresult .m_pagingInfo, body.pc.search.search_parallel_career .m_pagingInfo, body.pc.search.bookmark .m_pagingInfo, body.pc.search.recent .m_pagingInfo, body.pc.search.show .m_pagingInfo, body.pc.search_for_company.searchresult .m_pagingInfo, body.pc.search_for_company.search_parallel_career .m_pagingInfo, body.pc.search_for_company.bookmark .m_pagingInfo, body.pc.search_for_company.recent .m_pagingInfo, body.pc.search_for_company.show .m_pagingInfo {
  margin-bottom: 20px;
}
body.pc.search.searchresult .resultFooter .p_descLink, body.pc.search.search_parallel_career .resultFooter .p_descLink, body.pc.search.bookmark .resultFooter .p_descLink, body.pc.search.recent .resultFooter .p_descLink, body.pc.search.show .resultFooter .p_descLink, body.pc.search_for_company.searchresult .resultFooter .p_descLink, body.pc.search_for_company.search_parallel_career .resultFooter .p_descLink, body.pc.search_for_company.bookmark .resultFooter .p_descLink, body.pc.search_for_company.recent .resultFooter .p_descLink, body.pc.search_for_company.show .resultFooter .p_descLink {
  margin-bottom: 10px;
}
body.pc.search.searchresult .jumpGuideContent, body.pc.search.search_parallel_career .jumpGuideContent, body.pc.search.bookmark .jumpGuideContent, body.pc.search.recent .jumpGuideContent, body.pc.search.show .jumpGuideContent, body.pc.search_for_company.searchresult .jumpGuideContent, body.pc.search_for_company.search_parallel_career .jumpGuideContent, body.pc.search_for_company.bookmark .jumpGuideContent, body.pc.search_for_company.recent .jumpGuideContent, body.pc.search_for_company.show .jumpGuideContent {
  color: #ff8945;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 12px;
  display: inline-block;
  vertical-align: -2px;
}
body.pc.search.searchresult .jumpGuideContent:after, body.pc.search.search_parallel_career .jumpGuideContent:after, body.pc.search.bookmark .jumpGuideContent:after, body.pc.search.recent .jumpGuideContent:after, body.pc.search.show .jumpGuideContent:after, body.pc.search_for_company.searchresult .jumpGuideContent:after, body.pc.search_for_company.search_parallel_career .jumpGuideContent:after, body.pc.search_for_company.bookmark .jumpGuideContent:after, body.pc.search_for_company.recent .jumpGuideContent:after, body.pc.search_for_company.show .jumpGuideContent:after {
  content: "\f103";
  font-family: FontAwesome;
  color: #ff8945;
  text-decoration: none;
  margin-left: 4px;
  font-weight: bold;
  font-size: 20px;
  vertical-align: -1px;
  display: inline-block;
}
body.pc.search.searchresult .showSearchConditionsZone .searchConditionsTitle, body.pc.search.search_parallel_career .showSearchConditionsZone .searchConditionsTitle, body.pc.search.bookmark .showSearchConditionsZone .searchConditionsTitle, body.pc.search.recent .showSearchConditionsZone .searchConditionsTitle, body.pc.search.show .showSearchConditionsZone .searchConditionsTitle, body.pc.search_for_company.searchresult .showSearchConditionsZone .searchConditionsTitle, body.pc.search_for_company.search_parallel_career .showSearchConditionsZone .searchConditionsTitle, body.pc.search_for_company.bookmark .showSearchConditionsZone .searchConditionsTitle, body.pc.search_for_company.recent .showSearchConditionsZone .searchConditionsTitle, body.pc.search_for_company.show .showSearchConditionsZone .searchConditionsTitle {
  color: #717f86;
  float: left;
  font-weight: bold;
}
body.pc.search.searchresult .showSearchConditionsZone .searchConditionList, body.pc.search.search_parallel_career .showSearchConditionsZone .searchConditionList, body.pc.search.bookmark .showSearchConditionsZone .searchConditionList, body.pc.search.recent .showSearchConditionsZone .searchConditionList, body.pc.search.show .showSearchConditionsZone .searchConditionList, body.pc.search_for_company.searchresult .showSearchConditionsZone .searchConditionList, body.pc.search_for_company.search_parallel_career .showSearchConditionsZone .searchConditionList, body.pc.search_for_company.bookmark .showSearchConditionsZone .searchConditionList, body.pc.search_for_company.recent .showSearchConditionsZone .searchConditionList, body.pc.search_for_company.show .showSearchConditionsZone .searchConditionList {
  padding-left: 5em;
  width: 100%;
  margin-bottom: 5px;
}
body.pc.search.searchresult .showSearchConditionsZone .searchConditionList div, body.pc.search.search_parallel_career .showSearchConditionsZone .searchConditionList div, body.pc.search.bookmark .showSearchConditionsZone .searchConditionList div, body.pc.search.recent .showSearchConditionsZone .searchConditionList div, body.pc.search.show .showSearchConditionsZone .searchConditionList div, body.pc.search_for_company.searchresult .showSearchConditionsZone .searchConditionList div, body.pc.search_for_company.search_parallel_career .showSearchConditionsZone .searchConditionList div, body.pc.search_for_company.bookmark .showSearchConditionsZone .searchConditionList div, body.pc.search_for_company.recent .showSearchConditionsZone .searchConditionList div, body.pc.search_for_company.show .showSearchConditionsZone .searchConditionList div {
  display: inline-block;
}
body.pc.search.searchresult .showSearchConditionsZone .conditionName, body.pc.search.search_parallel_career .showSearchConditionsZone .conditionName, body.pc.search.bookmark .showSearchConditionsZone .conditionName, body.pc.search.recent .showSearchConditionsZone .conditionName, body.pc.search.show .showSearchConditionsZone .conditionName, body.pc.search_for_company.searchresult .showSearchConditionsZone .conditionName, body.pc.search_for_company.search_parallel_career .showSearchConditionsZone .conditionName, body.pc.search_for_company.bookmark .showSearchConditionsZone .conditionName, body.pc.search_for_company.recent .showSearchConditionsZone .conditionName, body.pc.search_for_company.show .showSearchConditionsZone .conditionName {
  color: #b2bab3;
}
body.pc.search.searchresult .l_sideContent .l_childBox.banner, body.pc.search.search_parallel_career .l_sideContent .l_childBox.banner, body.pc.search.bookmark .l_sideContent .l_childBox.banner, body.pc.search.recent .l_sideContent .l_childBox.banner, body.pc.search.show .l_sideContent .l_childBox.banner, body.pc.search_for_company.searchresult .l_sideContent .l_childBox.banner, body.pc.search_for_company.search_parallel_career .l_sideContent .l_childBox.banner, body.pc.search_for_company.bookmark .l_sideContent .l_childBox.banner, body.pc.search_for_company.recent .l_sideContent .l_childBox.banner, body.pc.search_for_company.show .l_sideContent .l_childBox.banner {
  height: 230px;
  padding: 0px;
}
body.pc.search.searchresult .l_sideContent .l_childBox.bannerGuideContents, body.pc.search.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents, body.pc.search.bookmark .l_sideContent .l_childBox.bannerGuideContents, body.pc.search.recent .l_sideContent .l_childBox.bannerGuideContents, body.pc.search.show .l_sideContent .l_childBox.bannerGuideContents, body.pc.search_for_company.searchresult .l_sideContent .l_childBox.bannerGuideContents, body.pc.search_for_company.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents, body.pc.search_for_company.bookmark .l_sideContent .l_childBox.bannerGuideContents, body.pc.search_for_company.recent .l_sideContent .l_childBox.bannerGuideContents, body.pc.search_for_company.show .l_sideContent .l_childBox.bannerGuideContents {
  height: 230px;
  padding: 0px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 300px;
}
body.pc.search.searchresult .l_sideContent .l_childBox.bannerGuideContents.TwoLine, body.pc.search.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents.TwoLine, body.pc.search.bookmark .l_sideContent .l_childBox.bannerGuideContents.TwoLine, body.pc.search.recent .l_sideContent .l_childBox.bannerGuideContents.TwoLine, body.pc.search.show .l_sideContent .l_childBox.bannerGuideContents.TwoLine, body.pc.search_for_company.searchresult .l_sideContent .l_childBox.bannerGuideContents.TwoLine, body.pc.search_for_company.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents.TwoLine, body.pc.search_for_company.bookmark .l_sideContent .l_childBox.bannerGuideContents.TwoLine, body.pc.search_for_company.recent .l_sideContent .l_childBox.bannerGuideContents.TwoLine, body.pc.search_for_company.show .l_sideContent .l_childBox.bannerGuideContents.TwoLine {
  background: url(//static.activo.jp/assets/guideContentsBanner2-a4bbd4a1867daa45bf54bda540040d2759b9dd8291417b4d4dfff956f602f6db.png);
  height: 150px;
  background-size: cover;
}
body.pc.search.searchresult .l_sideContent .l_childBox.bannerGuideContents.ThreeLine, body.pc.search.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents.ThreeLine, body.pc.search.bookmark .l_sideContent .l_childBox.bannerGuideContents.ThreeLine, body.pc.search.recent .l_sideContent .l_childBox.bannerGuideContents.ThreeLine, body.pc.search.show .l_sideContent .l_childBox.bannerGuideContents.ThreeLine, body.pc.search_for_company.searchresult .l_sideContent .l_childBox.bannerGuideContents.ThreeLine, body.pc.search_for_company.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents.ThreeLine, body.pc.search_for_company.bookmark .l_sideContent .l_childBox.bannerGuideContents.ThreeLine, body.pc.search_for_company.recent .l_sideContent .l_childBox.bannerGuideContents.ThreeLine, body.pc.search_for_company.show .l_sideContent .l_childBox.bannerGuideContents.ThreeLine {
  background: url(//static.activo.jp/assets/guideContentsBanner3-aec981b11cf2c252dcf1478ec7d8d61242e6cc7f5d32d37e440587562f3e8621.png);
  height: 176px;
  background-size: cover;
}
body.pc.search.searchresult .l_sideContent .l_childBox.bannerGuideContents p, body.pc.search.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents p, body.pc.search.bookmark .l_sideContent .l_childBox.bannerGuideContents p, body.pc.search.recent .l_sideContent .l_childBox.bannerGuideContents p, body.pc.search.show .l_sideContent .l_childBox.bannerGuideContents p, body.pc.search_for_company.searchresult .l_sideContent .l_childBox.bannerGuideContents p, body.pc.search_for_company.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents p, body.pc.search_for_company.bookmark .l_sideContent .l_childBox.bannerGuideContents p, body.pc.search_for_company.recent .l_sideContent .l_childBox.bannerGuideContents p, body.pc.search_for_company.show .l_sideContent .l_childBox.bannerGuideContents p {
  position: absolute;
  color: white;
  font-size: 17px;
  line-height: 1.7em;
}
body.pc.search.searchresult .l_sideContent .l_childBox.bannerGuideContents p + p, body.pc.search.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents p + p, body.pc.search.bookmark .l_sideContent .l_childBox.bannerGuideContents p + p, body.pc.search.recent .l_sideContent .l_childBox.bannerGuideContents p + p, body.pc.search.show .l_sideContent .l_childBox.bannerGuideContents p + p, body.pc.search_for_company.searchresult .l_sideContent .l_childBox.bannerGuideContents p + p, body.pc.search_for_company.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents p + p, body.pc.search_for_company.bookmark .l_sideContent .l_childBox.bannerGuideContents p + p, body.pc.search_for_company.recent .l_sideContent .l_childBox.bannerGuideContents p + p, body.pc.search_for_company.show .l_sideContent .l_childBox.bannerGuideContents p + p {
  margin-top: 6px;
}
body.pc.search.searchresult .l_sideContent .l_childBox.bannerGuideContents p:last-of-type, body.pc.search.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents p:last-of-type, body.pc.search.bookmark .l_sideContent .l_childBox.bannerGuideContents p:last-of-type, body.pc.search.recent .l_sideContent .l_childBox.bannerGuideContents p:last-of-type, body.pc.search.show .l_sideContent .l_childBox.bannerGuideContents p:last-of-type, body.pc.search_for_company.searchresult .l_sideContent .l_childBox.bannerGuideContents p:last-of-type, body.pc.search_for_company.search_parallel_career .l_sideContent .l_childBox.bannerGuideContents p:last-of-type, body.pc.search_for_company.bookmark .l_sideContent .l_childBox.bannerGuideContents p:last-of-type, body.pc.search_for_company.recent .l_sideContent .l_childBox.bannerGuideContents p:last-of-type, body.pc.search_for_company.show .l_sideContent .l_childBox.bannerGuideContents p:last-of-type {
  font-weight: normal;
}
body.pc.search.searchresult .l_sideContent .modalTop .p_tabs li.active span:after, body.pc.search.search_parallel_career .l_sideContent .modalTop .p_tabs li.active span:after, body.pc.search.bookmark .l_sideContent .modalTop .p_tabs li.active span:after, body.pc.search.recent .l_sideContent .modalTop .p_tabs li.active span:after, body.pc.search.show .l_sideContent .modalTop .p_tabs li.active span:after, body.pc.search_for_company.searchresult .l_sideContent .modalTop .p_tabs li.active span:after, body.pc.search_for_company.search_parallel_career .l_sideContent .modalTop .p_tabs li.active span:after, body.pc.search_for_company.bookmark .l_sideContent .modalTop .p_tabs li.active span:after, body.pc.search_for_company.recent .l_sideContent .modalTop .p_tabs li.active span:after, body.pc.search_for_company.show .l_sideContent .modalTop .p_tabs li.active span:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #003399;
  height: 0;
  transition-property: height;
  transition-duration: 200ms;
}
body.pc.search.searchresult img.banner, body.pc.search.search_parallel_career img.banner, body.pc.search.bookmark img.banner, body.pc.search.recent img.banner, body.pc.search.show img.banner, body.pc.search_for_company.searchresult img.banner, body.pc.search_for_company.search_parallel_career img.banner, body.pc.search_for_company.bookmark img.banner, body.pc.search_for_company.recent img.banner, body.pc.search_for_company.show img.banner {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
body.pc.search.searchresult .l_mainContent .p_adZone, body.pc.search_for_company.searchresult .l_mainContent .p_adZone {
  background: none;
}
body.pc.search.searchresult .l_mainContent .secondClosingArticle, body.pc.search_for_company.searchresult .l_mainContent .secondClosingArticle {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 50px;
}
body.pc.search.searchresult .l_mainContent .secondClosingArticle:before, body.pc.search_for_company.searchresult .l_mainContent .secondClosingArticle:before {
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #f0f0f0 80%);
}
body.pc.search.searchresult .l_mainContent .accordionClosingArticleSwitch, body.pc.search_for_company.searchresult .l_mainContent .accordionClosingArticleSwitch {
  display: block;
  position: relative;
  z-index: 5;
  margin: -110px auto 20px auto;
  width: 246px;
  height: 46px;
  padding: 0px;
}
body.pc.search.searchresult .l_mainContent .accordionClosingArticleSwitch p, body.pc.search_for_company.searchresult .l_mainContent .accordionClosingArticleSwitch p {
  line-height: 46px;
  padding: 0 20px 0 20px;
  font-size: 17px;
}
body.pc.search.detail_search .resultGuide, body.pc.search_for_company.detail_search .resultGuide {
  font-size: 14px;
  font-weight: normal;
}
body.pc.search.detail_search .resultGuide.isRight, body.pc.search_for_company.detail_search .resultGuide.isRight {
  float: right;
}
body.pc.search.detail_search .resultGuide.isLeft, body.pc.search_for_company.detail_search .resultGuide.isLeft {
  position: absolute;
  left: 0;
}
body.pc.search.detail_search .resultGuide .resultNum, body.pc.search_for_company.detail_search .resultGuide .resultNum {
  color: #ff8945;
  font-size: 17px;
  margin: 0 3px;
  font-weight: bold;
}
body.pc.search.detail_search .detailSearchBtnZone, body.pc.search_for_company.detail_search .detailSearchBtnZone {
  position: relative;
  text-align: center;
}

body.pc.search .m_mainArticleList .resultBoxContainer .articleTitle {
  margin-bottom: 12px !important;
}
body.pc.search .m_mainArticleList .resultBoxContainer .isUserName {
  margin-bottom: 12px;
  color: #6c6b6b;
  font-weight: bold;
  line-height: 1.5;
}
body.pc.search .m_mainArticleList .resultBoxContainer .resultElements {
  width: 100%;
}
body.pc.search .m_mainArticleList .resultBoxContainer .resultElements li {
  display: flex;
}
body.pc.search .m_mainArticleList .resultBoxContainer .resultElements li .resultElementsItem {
  vertical-align: middle;
  line-height: 23px;
  margin-right: 0 !important;
  display: inline-block;
}
body.pc.search .m_mainArticleList .resultBoxContainer .resultElements li .resultElementsItem:before {
  color: #60c31d;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  font-size: 15px;
}
body.pc.search .m_mainArticleList .resultBoxContainer p.resultDesc {
  padding: 0 20px;
}
body.pc.search .m_mainArticleList .resultBoxContainer .articleTags {
  padding: 0 20px 20px 20px;
}
body.pc.search .m_mainArticleList .resultBoxContainer .articleTags .tagName {
  display: inline-block;
  padding: 2px 10px;
  margin: 6px 5px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 3px;
  font-size: 0.685rem;
  color: #60c31d;
  border: solid 1px #60c31d;
}

body.pc.stories.show, body.pc.stories.index, body.pc.stories.hash_tags.show {
  /* ---------------------------------------------------------
    共通コンポーネント
  --------------------------------------------------------- */
}
body.pc.stories.show .calloutHeader .calloutIcon.left, body.pc.stories.index .calloutHeader .calloutIcon.left, body.pc.stories.hash_tags.show .calloutHeader .calloutIcon.left {
  margin-right: 32px;
}
body.pc.stories.show .calloutHeader .calloutTitle, body.pc.stories.index .calloutHeader .calloutTitle, body.pc.stories.hash_tags.show .calloutHeader .calloutTitle {
  margin-right: 32px;
}
body.pc.stories.show {
  /* ---------------------------------------------------------
    ストーリー個別ページ
  --------------------------------------------------------- */
}
body.pc.stories.show .storyContentMain {
  /* コンテンツ本体
  --------------------------------------------------------- */
  width: 740px;
  background-color: #fff;
  margin-top: 56px;
  margin-bottom: 72px;
}
body.pc.stories.show .storyContentMainBg {
  height: 340px;
}
body.pc.stories.show .storyContentMainText {
  padding: 48px 70px 56px 70px;
}
body.pc.stories.show .storyContentMainText.hasNoImg {
  padding-top: 56px;
}
body.pc.stories.show .storyContentMainText > .storyPostDate {
  display: none;
}
body.pc.stories.show .storyContentMainText .calloutMain {
  padding: 40px 61px 46px 61px;
  position: unset;
}
body.pc.stories.show .storyContentMainText .calloutMain .leadIcon {
  position: unset;
  left: unset;
  top: unset;
  width: 148px;
  height: auto;
}
body.pc.stories.show .storyContentMainText .calloutMain .leadTextHeading {
  padding-left: 0;
}
body.pc.stories.show .storyContentMainText .shareLink {
  padding: 32px;
}
body.pc.stories.show .storyContentMainText .shareLink .shareButton {
  width: calc(50% - 11px);
  max-width: 214px;
}
body.pc.stories.show .storyContentMainText .storyLikes {
  padding-bottom: 17px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 32px;
}
body.pc.stories.show .storyContentMainText .storyLikesAction {
  align-items: center;
}
body.pc.stories.show .storyContentMainText .storyLikesAction .likesCounter {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
body.pc.stories.show .storyContentMainText .storyLikesAction .likesCounter .onlySp {
  display: none;
}
body.pc.stories.show .storyContentMainText .commentsFeed .comment {
  margin-bottom: 27px;
}
body.pc.stories.show .storyContentMainText .commentsFeed .comment .commentReplyOutline {
  align-items: center;
}
body.pc.stories.show .storyContentMainText .commentsFeed .comment .commentReplyOutline .replyOutline {
  height: 16px;
}
body.pc.stories.show .storyContentMainText .commentPost .commentArea {
  width: calc(100% - 134px);
  height: 40px;
  min-height: 40px;
  line-height: 29px;
}
body.pc.stories.show .storyContentMainText .commentPost .commentSubmit {
  width: 72px;
  height: 40px;
  line-height: 40px;
}
body.pc.stories.show .storyContentMainText .orgName {
  font-size: 16px;
  line-height: 24px;
}
body.pc.stories.show .modalStoryThanks {
  padding: 56px;
  width: 492px;
}
body.pc.stories.show .modalStoryShare {
  padding: 64px 54px 54px 54px;
  width: 492px;
}
body.pc.stories.index .streamContainer, body.pc.stories.hash_tags.show .streamContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body.pc.stories.index .streamContainer .l_mainContent,
body.pc.stories.index .streamContainer .l_sideContent, body.pc.stories.hash_tags.show .streamContainer .l_mainContent,
body.pc.stories.hash_tags.show .streamContainer .l_sideContent {
  margin-top: 36px;
}
body.pc.stories.index .streamContainer .l_mainContent, body.pc.stories.hash_tags.show .streamContainer .l_mainContent {
  max-width: 610px;
  margin-right: 15px;
}
body.pc.stories.index .streamContainer .l_mainContent .stream, body.pc.stories.hash_tags.show .streamContainer .l_mainContent .stream {
  margin-bottom: 36px;
}
body.pc.stories.index .streamContainer .l_mainContent .streamHeader, body.pc.stories.hash_tags.show .streamContainer .l_mainContent .streamHeader {
  margin-bottom: 27px;
}
body.pc.stories.index .streamContainer .l_mainContent .streamHeader .p_btn.onlySp, body.pc.stories.hash_tags.show .streamContainer .l_mainContent .streamHeader .p_btn.onlySp {
  display: none;
}
body.pc.stories.index .streamContainer .l_mainContent .stream .storyCardContent .storyTitle, body.pc.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardContent .storyTitle {
  font-size: 24px;
  margin-bottom: 32px;
  color: #333;
  text-decoration: none;
}
body.pc.stories.index .streamContainer .l_mainContent .stream .storyCardContent .storyTitle:hover, body.pc.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardContent .storyTitle:hover {
  color: #60c31d;
}
body.pc.stories.index .streamContainer .l_mainContent .stream .storyCardContent .likesCounter .storyPostAuthor.onlySp, body.pc.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardContent .likesCounter .storyPostAuthor.onlySp {
  display: none;
}
body.pc.stories.index .streamContainer .l_mainContent .stream .storyCardContent .likesCounter, body.pc.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardContent .likesCounter {
  margin-top: 32px;
}
body.pc.stories.index .streamContainer .l_mainContent .stream .storyCardActions, body.pc.stories.hash_tags.show .streamContainer .l_mainContent .stream .storyCardActions {
  height: 47px;
}
body.pc.stories.index .streamContainer .l_sideContent, body.pc.stories.hash_tags.show .streamContainer .l_sideContent {
  max-width: 320px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 20px 20px 0 20px;
  margin-left: 15px;
}

body.tenth_anniversary_pages.pc {
  /* ---------------------------------------------------------
    LP用カスタムフッター
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
    LP用カスタムナブバー(pc)
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
    LP用メインコンテント
  --------------------------------------------------------- */
}
body.tenth_anniversary_pages.pc .footerWrapper {
  padding: 5% 3% 0 3%;
}
body.tenth_anniversary_pages.pc .footerWrapper .footerContainer {
  padding: 0 10% 5% 10%;
}
body.tenth_anniversary_pages.pc .footerWrapper .footerContainer .footerContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3%;
}
body.tenth_anniversary_pages.pc .footerWrapper .footerContainer .footerContent .footerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.tenth_anniversary_pages.pc .footerWrapper .footerContainer .footerContent .footerLogo img.footerLogoImg:first-child {
  max-width: 170px;
  max-height: 40px;
  margin-right: 20px;
}
body.tenth_anniversary_pages.pc .footerWrapper .footerContainer .footerContent .footerLogo img.footerLogoImg:last-child {
  max-height: 40px;
}
body.tenth_anniversary_pages.pc .footerWrapper .footerContainer .footerContent .footerButtons {
  display: flex;
}
body.tenth_anniversary_pages.pc .footerWrapper .footerContainer .footerContent .footerButtons .footerButtonWrapper .footerButton {
  padding: 12px 36px;
  text-align: center;
}
body.tenth_anniversary_pages.pc .footerWrapper .footerContainer .footerContent .footerButtons .footerButtonWrapper:first-child {
  margin-right: 20px;
}
body.tenth_anniversary_pages.pc .footerWrapper .footerContainer .footerCopyright {
  letter-spacing: 0.1rem;
}
body.tenth_anniversary_pages.pc .nav {
  padding: 1.2% 4%;
}
body.tenth_anniversary_pages.pc .nav .navLogo {
  height: 40px;
}
body.tenth_anniversary_pages.pc .nav .navLogo img.navLogoImg:first-child {
  max-width: 192px;
  height: inherit;
  margin-right: 20px;
}
body.tenth_anniversary_pages.pc .nav .navLogo img.navLogoImg:last-child {
  height: 40px;
  width: auto;
}
body.tenth_anniversary_pages.pc .nav .navSocialLinks a:first-child {
  margin-right: 12px;
}
body.tenth_anniversary_pages.pc .nav .navSocialLinks img.navSocialLink {
  height: 2.2em;
  width: 2.2em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryWrapper {
  padding: 0% 2% 2% 2% !important;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .heroBanner .heroBannerWrapper {
  padding: 0 2%;
  left: 0px;
  right: 0px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .heroBanner .heroBannerWrapper img.heroBannerImg {
  width: 100%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .mainStatementWrapper {
  padding: 5% 3% 0 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .mainStatementWrapper .mainStatementContainer {
  padding: 3% 15%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .mainStatementWrapper .mainStatementContainer.waterMark {
  background-image: url(//static.activo.jp/assets/tenth_anniversary/wm_thank_you-be2da3c5d13a41e14a8df46bbd80e20e28d0d0d709b4f01da92a2b758442c97f.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .mainStatementWrapper .mainStatementContainer p {
  text-align: center;
  font-weight: bold;
  line-height: 1.7em;
  letter-spacing: 0.1rem;
  font-size: 1.1em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .mainStatementWrapper .mainStatementContainer p .mainStatementIdeaPart::after {
  content: "\a";
  white-space: pre;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .mainStatementWrapper .mainStatementContainer p:not(:last-child) {
  margin-bottom: 1.5em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper {
  padding: 5% 3% 0 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer {
  padding: 5% 18%;
  background: linear-gradient(135deg, #9BC41D, #60C31D);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-align: center;
  color: white;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer .statsProofHeading {
  opacity: 0.7;
  margin-bottom: 1.5%;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-family: "Comfortaa";
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer h2.statsProofSubHeading {
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 4%;
  letter-spacing: 0.1em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer h3.statsProofSubHeading {
  line-height: 1.7em;
  font-size: 1em;
  margin-bottom: 5%;
  letter-spacing: 0.1rem;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer .statsProofContentList {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer .statsProofContent {
  margin: 5% 0;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer .statsProofContent:last-child {
  margin: 0;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer .statsProofContent .statsProofContentTitle {
  width: 100%;
  border-bottom: 2px solid white;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  font-size: 1.7em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer .statsProofContent .statsProofContentImg:not(:last-child) {
  width: 100%;
  font-weight: bold;
  margin-bottom: 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .statsProofWrapper .statsProofContainer .statsProofContent .statsProofContentCaption {
  line-height: 1.7em;
  letter-spacing: 0.1rem;
  font-size: 1em;
  font-weight: bold;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper {
  padding: 5% 3% 0 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper.waterMark {
  background-image: url(//static.activo.jp/assets/tenth_anniversary/wm_decade-00c0b6120752bf08cfd84cbba2786b3b67b0f69106e5ef3827b0d05845bfb736.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper .companyTimelineContainer {
  padding: 5% 18% 0 18%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper .companyTimelineContainer h1.companyTimelineHeading {
  color: #FF3200;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 1.5%;
  letter-spacing: 0.1em;
  font-family: "Comfortaa";
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper .companyTimelineContainer h2.companyTimelineSubHeading {
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 4%;
  letter-spacing: 0.1em;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper .companyTimelineContainer h3.companyTimelineSubHeading {
  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 15%;
  letter-spacing: 0.1rem;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper .companyTimelineContainer h3.companyTimelineSubHeading .companyTimelineSubHeadingIdeaPart::after {
  content: "\a";
  white-space: pre;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul {
  padding: 50px 0;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li {
  background: rgba(255, 137, 70, 0.4);
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
  max-height: 240px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li:last-child {
  padding-bottom: 7px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li:before {
  content: "";
  background: #FF8946;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #FF8946;
  border-radius: 50%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent {
  background: #fff;
  position: relative;
  top: -80px;
  width: 28vw;
  padding: 8px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent img {
  width: 100%;
  margin-bottom: 3%;
  height: auto;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent .companyTimelineCardContentInfo {
  max-width: 100%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent .companyTimelineCardContentInfo .companyTimelineCardDate {
  color: #FF3200;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent .companyTimelineCardContentInfo .companyTimelineCardTitle {
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0.1rem;
  line-height: 1.2em;
  margin-bottom: 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent .companyTimelineCardContentInfo .companyTimelineCardTitle .companyTimelineCardTitleCaution {
  font-size: 0.5em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent .companyTimelineCardContentInfo .companyTimelineCardInfo {
  letter-spacing: 0.1rem;
  line-height: 1.7em;
  margin-bottom: 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent .companyTimelineCardContentInfo .companyTimelineCardSubInfo {
  font-size: 0.8em;
  opacity: 0.8;
  letter-spacing: 0.1rem;
  line-height: 1.7em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent:before {
  content: "";
  background: #FF8946;
  position: absolute;
  top: 86px;
  width: 38px;
  height: 5px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li:nth-child(odd) .companyTimelineCardContent {
  left: 50px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li:nth-child(odd) .companyTimelineCardContent:before {
  left: -38px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li:nth-child(even) .companyTimelineCardContent {
  left: calc(-28vw - 45px);
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li:nth-child(even) .companyTimelineCardContent:before {
  right: -38px;
}
@media screen and (max-width: 1020px) {
  body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li .companyTimelineCardContent {
    width: 41vw;
  }
  body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyTimelineWrapper ul li:nth-child(even) .companyTimelineCardContent {
    left: calc(-41vw - 45px);
  }
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper {
  padding: 5% 3% 0 3%;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer {
  padding: 5% 18%;
  background: #F1F9DE;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer .companyNextGoalsHeading {
  color: #71CA35;
  margin-bottom: 1.5%;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-family: "Comfortaa";
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer h2.companyNextGoalsSubHeading {
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 4%;
  letter-spacing: 0.1em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer .companyNextGoalsContent {
  background: linear-gradient(135deg, #9BC41D, #60C31D);
  width: 100%;
  padding: 5% 3%;
  border-radius: 8px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer .companyNextGoalsContent h3.companyNextGoalsTitle {
  font-weight: bold;
  line-height: 1.7em;
  font-size: 1.8em;
  margin-bottom: 3%;
  color: white;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer .companyNextGoalsContent ul.companyNextGoalsList {
  list-style: none;
  margin: 0;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer .companyNextGoalsContent ul.companyNextGoalsList li.companyNextGoalsItem {
  display: flex;
  align-items: center;
  justify-content: start;
  background: #fff;
  padding: 3%;
  border-radius: 8px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer .companyNextGoalsContent ul.companyNextGoalsList li.companyNextGoalsItem:not(:last-child) {
  margin-bottom: 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer .companyNextGoalsContent ul.companyNextGoalsList li.companyNextGoalsItem .companyNextGoalsItemNumber {
  font-size: 2.8em;
  font-weight: bolder;
  color: #60C31D;
  margin-right: 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyNextGoalsWrapper .companyNextGoalsContainer .companyNextGoalsContent ul.companyNextGoalsList li.companyNextGoalsItem .companyNextGoalsItemInfo {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1rem;
  line-height: 1.5em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper {
  padding: 3% 3% 0 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer {
  padding: 5% 18%;
  background: #FFFDEE;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer .socialProofUsersHeading {
  margin-bottom: 1.5%;
  font-size: 0.8em;
  color: #FF3200;
  letter-spacing: 0.1rem;
  text-align: center;
  font-family: "Comfortaa";
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer .socialProofUsersSubHeading h2 {
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 4%;
  letter-spacing: 0.1em;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer .socialProofUsersSubHeading .socialProofUsersTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer .socialProofUsersSubHeading .socialProofUsersTitle h3 {
  max-width: 42vw;
  line-height: 1.7em;
  font-size: 1.2em;
  margin-bottom: 5%;
  letter-spacing: 0.1rem;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer .socialProofUsersButtonTopText {
  color: #FF8946;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  margin-top: 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer .socialProofUsersButtonWrapper {
  margin: 1% 0 5% 0;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer .socialProofUsersButtonWrapper .socialProofUsersButton {
  background-color: transparent;
  color: black;
  border: 1px solid #FF3200;
  padding: 1.8% 5.4%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 24px;
  font-weight: bold;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer .socialProofUsersButtonWrapper .socialProofUsersButton:hover {
  background: linear-gradient(to right, #FF8945, #FF3200);
  color: white;
  border: 1px solid #FFFDEE;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer .socialProofUsersContentTitle {
  color: #FF8946;
  width: 100%;
  border-bottom: 2px solid #FF8946;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  font-size: 1.7em;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer ul.socialProofUsersCards {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 100%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer ul.socialProofUsersCards li {
  margin: 2%;
  grid-column: span 6;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer ul.socialProofUsersCards .socialProofUsersCard {
  background: #fff;
  padding: 5.2%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer ul.socialProofUsersCards .socialProofUsersCard .socialProofUsersCardHeader {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 3%;
  border-bottom: 0.1rem solid;
  border-bottom-color: lightgrey;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer ul.socialProofUsersCards .socialProofUsersCard .socialProofUsersCardHeader img.socialProofUsersCardImg {
  max-width: 160px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer ul.socialProofUsersCards .socialProofUsersCard .socialProofUsersCardHeader .socialProofUsersCardCompanyName {
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.7em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer ul.socialProofUsersCards .socialProofUsersCard .socialProofUsersCardContent {
  line-height: 1.7em;
  letter-spacing: 0.1rem;
  font-size: 0.9em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofUsersWrapper .socialProofUsersContainer ul.socialProofUsersCards .socialProofUsersCard .socialProofUsersCardContent .socialProofUsersCardItem {
  margin: 3% 0 1% 0;
  color: #FF8946;
  font-weight: bold;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper {
  padding: 5% 3% 0 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer {
  padding: 5% 18% 0 18%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer h1.socialProofPartnersHeading {
  color: #60C31D;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 1.5%;
  letter-spacing: 0.1em;
  font-family: "Comfortaa";
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer h2.socialProofPartnersSubHeading {
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 4%;
  letter-spacing: 0.1em;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer h3.socialProofPartnersSubHeading {
  font-weight: bold;
  line-height: 1.7em;
  letter-spacing: 0.1rem;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 5%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer h4.socialProofPartnersTitle {
  color: #60C31D;
  width: 100%;
  border-bottom: 2px solid #60C31D;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  font-size: 1.7em;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer .socialProofPartnersSubTitle {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
  line-height: 1.7em;
  letter-spacing: 0.1rem;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer .socialProofPartnersSubTitle .socialProofPartnersSubTitleIdeaPart {
  content: "\a";
  white-space: pre;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer .socialProofPartnersContent {
  padding: 0 5%;
  max-width: 800px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer .socialProofPartnersContent:not(:last-child) {
  margin-bottom: 5%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer ul.socialProofPartnersLists {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer ul.socialProofPartnersLists li.socialProofPartnersItem {
  flex-basis: 30%;
  width: 30%;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer ul.socialProofPartnersLists li.socialProofPartnersItem img {
  max-width: 100%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofPartnersWrapper .socialProofPartnersContainer ul.socialProofPartnersLists li:nth-child(3n) {
  -webkit-column-break-after: always;
          break-after: always;
  page-break-after: always;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofParticipationWrapper {
  padding: 3% 3% 0 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofParticipationWrapper .socialProofParticipationContainer {
  padding: 5% 18% 0 18%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofParticipationWrapper .socialProofParticipationContainer h1.socialProofParticipationHeading {
  color: #60C31D;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 1.5%;
  letter-spacing: 0.1em;
  font-family: "Comfortaa";
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofParticipationWrapper .socialProofParticipationContainer h2.socialProofParticipationSubHeading {
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 4%;
  letter-spacing: 0.1em;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofParticipationWrapper .socialProofParticipationContainer .socialProofParticipationContent {
  padding: 0 5%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofParticipationWrapper .socialProofParticipationContainer ul.socialProofParticipationLists {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofParticipationWrapper .socialProofParticipationContainer ul.socialProofParticipationLists li.socialProofParticipationItem {
  flex-basis: 22%;
  width: 22%;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofParticipationWrapper .socialProofParticipationContainer ul.socialProofParticipationLists li.socialProofParticipationItem img {
  max-width: 100%;
  height: auto;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .socialProofParticipationWrapper .socialProofParticipationContainer ul.socialProofParticipationLists li:nth-child(3n) {
  -webkit-column-break-after: always;
          break-after: always;
  page-break-after: always;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper {
  padding: 5% 3% 0 3%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer {
  padding: 5% 18%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #fff;
  background-image: url(//static.activo.jp/assets/tenth_anniversary/wm_activo_logo-b596c53a4182de54c7eefb9f33346a6d1b562943c8829ba754056728e88e3008.svg);
  background-image: url(//static.activo.jp/assets/tenth_anniversary/wm_activo_logo-b596c53a4182de54c7eefb9f33346a6d1b562943c8829ba754056728e88e3008.svg), linear-gradient(135deg, #9BC41D, #60C31D);
  background-repeat: no-repeat no-repeat;
  background-position: bottom;
  background-size: 100%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyMessageHeading, body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyRecruitHeading {
  opacity: 0.7;
  color: #fff;
  margin-bottom: 1.5%;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Comfortaa";
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer h2.companyMessageSubHeading, body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer h2.companyRecruitSubHeading {
  font-weight: bold;
  color: #fff;
  font-size: 2.2em;
  margin-bottom: 4%;
  letter-spacing: 0.1em;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer h3.companyRecruitSubHeading {
  letter-spacing: 0.1em;
  line-height: 1.7em;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  width: 100%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer h3.companyRecruitSubHeading .companyRecruitSubHeadingIdeaPart {
  content: "\a";
  white-space: pre;
  overflow: inherit;
  text-overflow: ellipsis;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyRecruitContent {
  padding: 5% 8%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyRecruitContent .companyRecruitContentImg {
  flex: 1;
  margin: 0 0.5%;
  max-width: 8vw;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyRecruitButtonWrapper {
  margin: 3% 0 5% 0;
  text-align: center;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyRecruitButtonWrapper .companyRecruitButton {
  background-color: #60C31D;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 1.8% 9%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1.2em;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyRecruitButtonWrapper .companyRecruitButton:hover {
  background: white;
  color: #60C31D;
  font-weight: bold;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyMessageContent {
  background: #fff;
  width: 100%;
  padding: 5% 8%;
  border-radius: 8px;
  margin-bottom: 10%;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyMessageContentText {
  line-height: 1.7em;
  letter-spacing: 0.1rem;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyMessageContentText .companyMessageContentTextIdeaPart {
  content: "\a";
  overflow: inherit;
  text-overflow: ellipsis;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyMessageContentHeadshot {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyMessageContentHeadshot .companyMessageContentHeadshotImg {
  max-width: 10vw;
}
body.tenth_anniversary_pages.pc .tenthAnniversaryContainer .companyMessageWrapper .companyMessageContainer .companyMessageContentHeadshot .companyMessageContentHeadshotCaption {
  font-size: 0.9em;
  font-weight: bold;
  margin-right: 3%;
  line-height: 1.7em;
  letter-spacing: 0.1rem;
}

body.pc.users {
  /* ---------------------------------------------------------
  共通
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
  show_articles
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
  show
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
  index
  --------------------------------------------------------- */
}
body.pc.users .userTitle {
  color: #6c6b6b;
  margin-bottom: 20px;
  display: inline-block;
}
body.pc.users .userUpdatedAt {
  float: right;
}
body.pc.users .m_linkListZone {
  margin-bottom: 20px;
}
body.pc.users.show .l_mainContent .l_childBox .p_adZone.adPcMain {
  margin-left: -20px;
  background: none;
}
body.pc.users.show .u_onlySP {
  display: none;
}
body.pc.users .searchBtn {
  margin: 0 100px;
}
body.pc.users .searchBtn .p_btn {
  width: 100%;
}
body.pc.users .resultHeaderDesc {
  margin-bottom: 20px;
  font-weight: bold;
}
body.pc.users .resultHeaderDesc .mainHeadingAllNumber {
  color: #ff8945;
  font-size: 18px;
}
body.pc.users .p_descLink {
  text-decoration: none;
  margin-bottom: 10px;
}
body.pc.users .p_articleHeading {
  font-size: 22px;
}
body.pc.users .userRelatedArticles {
  position: relative;
  margin-bottom: 5px;
}
body.pc.users .userRelatedArticles .CarouselSlider .p_boxHeading {
  margin-bottom: 10px;
}
body.pc.users .userRelatedArticles .CarouselSlider .jsCarousel {
  margin-top: 15px;
  min-height: 132px;
}
body.pc.users .userRelatedArticles .CarouselSlider .slick-initialized .m_smallArticleList {
  display: block;
}
body.pc.users .userRelatedArticles .CarouselSlider .slick-slider {
  margin-bottom: 0;
}
body.pc.users .userRelatedArticles .CarouselSlider .m_smallArticleList {
  display: none;
  width: 300px !important;
  min-height: 132px;
  margin: 0 5px 5px;
  padding: 10px;
  border-bottom: 0;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
body.pc.users .userRelatedArticles .p_topLeftSlick, body.pc.users .userRelatedArticles .p_topRightSlick {
  display: none;
}
body.pc.users .userRelatedArticles .slick-arrow {
  cursor: pointer;
}
body.pc.users .userRelatedArticles .slick-arrow .p_topLeftSlick {
  display: block;
  left: 0;
}
body.pc.users .userRelatedArticles .slick-arrow .p_topLeftSlick::before {
  padding: 10px 10px 10px 4px;
  border-radius: 0 34px 34px 0;
}
body.pc.users .userRelatedArticles .slick-arrow .p_topRightSlick {
  display: block;
  right: 0;
}
body.pc.users .userRelatedArticles .slick-arrow .p_topRightSlick::before {
  padding: 10px 4px 10px 10px;
  border-radius: 34px 0 0 34px;
}
body.pc.users .user_related_search_links .p_boxHeading {
  margin-bottom: 10px;
}
body.pc.users .l_sideContent .l_childBox > .m_smallArticleList:nth-of-type(n+4) {
  display: none;
}

/* =========================================================
 * activo会員 マイページ共通
 * PCでマイページ以下のページ全てで適用させたいcssをここに書く
========================================================= */
body.people_mypage.pc .profilePicture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #000000;
  margin: 0 auto 20px;
}
body.people_mypage.pc .editFormPicture {
  width: 100px;
  height: 100px;
  background-color: #000000;
  margin: 0 auto;
}
body.people_mypage.pc .topBox {
  text-align: center;
}
body.people_mypage.pc .profileChange {
  margin-top: 10px;
  text-decoration: underline;
}
body.people_mypage.pc .btnPosition {
  margin-top: 20px;
  text-align: right;
}
body.people_mypage.pc .middleBox {
  font-size: 18px;
  font-weight: bold;
}
body.people_mypage.pc .liColor {
  color: #807f7f;
}
body.people_mypage.pc .liMypage {
  margin-bottom: 20px;
}
body.people_mypage.pc .liMypage:last-child {
  margin-bottom: 0;
}
body.people_mypage.pc .p_articleHeadingSecond {
  margin-top: 20px;
  margin-bottom: 0;
}
body.people_mypage.pc .mainSetting hr {
  margin: 15px 0;
}
body.people_mypage.pc .mainSetting .personNotificationLists {
  margin-bottom: 10px;
}
body.people_mypage.pc .smallPass {
  font-size: 12px;
  color: #b2bab3;
  margin: 20px 0;
}
body.people_mypage.pc .p_toggleBtn:checked + label::after {
  left: 19px;
}
body.people_mypage.pc .p_toggleBtn:checked + label {
  width: 42px;
}
body.people_mypage.pc .withdrawalLink {
  margin-top: 20px;
}
body.people_mypage.pc .withdrawalMessage {
  font-size: 13px;
}
body.people_mypage.pc .withdrawalMessage .withdrawalConfirmation {
  font-weight: bold;
  margin-bottom: 15px;
}
body.people_mypage.pc .withdrawalMessage .withdrawalConfirmation input {
  margin-bottom: 5px;
}
body.people_mypage.pc .withdrawalMessage ul {
  margin: 20px 0;
}
body.people_mypage.pc .withdrawalMessage ul li {
  margin: 10px 0;
}
body.people_mypage.pc.first_edit .p_mainHeading {
  margin-top: 20px;
}
body.people_mypage.pc.first_edit .laterText {
  color: #6c6b6b;
  font-weight: bold;
  margin: 15px 0;
  display: inline-block;
}
body.people_mypage.pc .p_numField {
  width: 40px;
  height: 24px;
}

/* =========================================================
 * PC activo会員 マイページ以下 people関連のcss
========================================================= */
body.people_mypage.pc {
  /* プロフィール編集ページ
  --------------------------------------------------------- */
}
body.people_mypage.pc.edit {
  position: relative;
}
body.people_mypage.pc.edit .editConfirmButtons {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
body.people_mypage.pc.edit .editConfirmButtons .updateButton, body.people_mypage.pc.edit .editConfirmButtons .cancelButton {
  outline: 0;
}
body.people_mypage.pc.edit .editConfirmButtons .updateButton {
  margin-left: 4px;
}
body.people_mypage.pc.edit .editConfirmButtons .cancelButton {
  color: #60c31d;
  padding: 0 20px;
}
body.people_mypage.pc.edit .editButton::before {
  content: "\f040";
  font-family: FontAwesome;
  margin-right: 7px;
}
body.people_mypage.pc.edit input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 8px;
  position: relative;
  top: calc(50% - 6px);
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 12px;
  cursor: pointer;
  outline: none;
  border-radius: 10%;
}
body.people_mypage.pc.edit input[type=checkbox]:checked {
  background: #60c31d;
}
body.people_mypage.pc.edit input[type=checkbox]:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.people_mypage.pc.edit input[type=checkbox]:checked:before {
  left: 12%;
  top: 7%;
  width: 7px;
  height: 5px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}
body.people_mypage.pc.edit .profileCheckboxList li {
  display: inline-block;
}
body.people_mypage.pc.edit .profileCheckboxList li label {
  position: relative;
  margin-right: 24px;
  margin-bottom: 25px;
}
body.people_mypage.pc.edit .editProfileInputTextBox {
  width: 100%;
  margin-bottom: 16px;
  outline: 0;
  line-height: 20px;
}
body.people_mypage.pc.edit .editProfileInputTextBox:focus {
  border: 2px solid #60c31d;
}
body.people_mypage.pc.edit .autoCompleteTextBox {
  margin-bottom: 16px;
}
body.people_mypage.pc.edit .autoCompleteTextBox input {
  width: 100%;
  outline: 0;
  line-height: 20px;
}
body.people_mypage.pc.edit .autoCompleteTextBox input:focus {
  border: 2px solid #60c31d;
}
body.people_mypage.pc.edit .autoCompleteTextBox ul {
  z-index: 1000;
  position: relative;
  max-height: 300px;
  background-color: white;
  overflow-y: auto;
  white-space: nowrap;
  box-shadow: 0 1px 1px 0 #e5e5e5;
}
body.people_mypage.pc.edit .autoCompleteTextBox ul li {
  width: 712px;
  height: 30px;
  padding: 8px 0 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.people_mypage.pc.edit .autoCompleteTextBox ul li.focus {
  background-color: #d9fdc5;
}
body.people_mypage.pc.edit .editProfileInputDate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
body.people_mypage.pc.edit .editProfileInputDate input {
  display: inline-block;
}
body.people_mypage.pc.edit .editProfileInputDate > div {
  width: 130px;
  height: 30px;
  margin-bottom: 15px;
}
body.people_mypage.pc.edit .editProfileInputDate > div:nth-of-type(2), body.people_mypage.pc.edit .editProfileInputDate > div:nth-of-type(4) {
  width: 90px;
}
body.people_mypage.pc.edit .editProfileInputDate > div:nth-of-type(n+2) {
  margin-left: 8px;
}
body.people_mypage.pc.edit .editProfileInputDate > div > div:first-of-type {
  height: 100%;
}
body.people_mypage.pc.edit .editProfileInputDate > div > div:first-of-type > div:first-of-type {
  height: 100%;
}
body.people_mypage.pc.edit .editProfileInputDate > div > div:first-of-type > div:first-of-type > div {
  position: absolute;
}
body.people_mypage.pc.edit .editProfileInputDate p {
  display: inline-block;
  margin: 0 8px 8px 16px;
}
body.people_mypage.pc.edit .editProfileTextArea {
  width: 100%;
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  outline: 0;
}
body.people_mypage.pc.edit .editProfileTextArea:focus {
  border: 2px solid #60c31d;
}
body.people_mypage.pc.edit .editProfileTextArea::-webkit-scrollbar {
  width: 7px;
}
body.people_mypage.pc.edit .editProfileTextArea::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #bbbbbb;
}
body.people_mypage.pc.edit .p_required {
  margin-left: 7px;
}
body.people_mypage.pc.edit .boxSelected:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  opacity: 0.5;
  visibility: visible;
  z-index: 1;
}
body.people_mypage.pc.edit .isEditing {
  z-index: 1;
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 5px #60c31d;
  border: 1px solid #60c31d;
}
body.people_mypage.pc.edit .isEditingNest {
  margin-left: -24px;
  margin-right: -24px;
  padding: 12px 24px;
}
body.people_mypage.pc.edit .isEditingSideNest {
  margin-left: -15px;
  margin-right: -15px;
  padding: 12px 24px;
}
body.people_mypage.pc.edit .l_mainContent > div h4 {
  font-size: 14px;
  color: #6c6b6b;
  font-weight: normal;
  margin-bottom: 8px;
}
body.people_mypage.pc.edit .deleteButton {
  color: #fb7070;
  float: right;
}
body.people_mypage.pc.edit .deleteButton:before {
  content: "\f056";
  font-family: FontAwesome;
  margin-right: 4px;
}
body.people_mypage.pc.edit .editingBox {
  position: relative;
}
body.people_mypage.pc.edit .editingBoxButtons {
  position: absolute;
  display: flex;
  top: -57px;
  right: 0;
}
body.people_mypage.pc.edit .editingBoxButtons .p_btn {
  padding: 9px 14px;
}
body.people_mypage.pc.edit .editingBoxButtons .p_toggleBtn + label {
  width: 77px;
  height: 32px;
  margin-left: 16px;
}
body.people_mypage.pc.edit .editingBoxButtons .p_toggleBtn + label:before {
  top: 10px;
  right: 9px;
}
body.people_mypage.pc.edit .editingBoxButtons .p_toggleBtn + label:after {
  top: 2px;
  width: 28px;
  height: 28px;
}
body.people_mypage.pc.edit .editingBoxButtons .p_toggleBtn:checked + label {
  width: 68px;
  margin-left: 25px;
}
body.people_mypage.pc.edit .editingBoxButtons .p_toggleBtn:checked + label:before {
  right: auto;
}
body.people_mypage.pc.edit .editingBoxButtons .p_toggleBtn:checked + label:after {
  left: 38px;
}
body.people_mypage.pc.edit .addButton {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: #6c6b6b;
  line-height: 21px;
  margin-top: 16px;
}
body.people_mypage.pc.edit .historyList .editButton {
  position: absolute;
  top: -10px;
  right: 0;
}
body.people_mypage.pc.edit .jsHoverPlaceholder {
  height: 0px;
  position: relative;
}
body.people_mypage.pc.edit .jsHoverPlaceholder > div {
  position: absolute;
  top: -50px;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border: 4px solid #9d9d9d;
  color: black;
  padding: 16px;
  background-color: white;
  letter-spacing: 0.1em;
}
body.people_mypage.pc.edit .jsHoverToggleBtnForPublish {
  position: absolute;
  z-index: 2;
  top: 120px;
  width: 280px;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 6px;
  border: 1px solid #6c6b6b;
  color: #ffffff;
  padding: 16px;
  background-color: #6c6b6b;
}
body.people_mypage.pc.edit .jsHoverToggleBtnForPublish:after {
  content: "";
  position: absolute;
  top: -24px;
  right: 8%;
  border: 13px solid transparent;
  border-bottom: 20px solid #6c6b6b;
}
body.people_mypage.pc.edit .mainVisual {
  position: relative;
}
body.people_mypage.pc.edit .mainProfileImage {
  position: relative;
}
body.people_mypage.pc.edit .imageSelectorButton {
  background: #60c31d;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
body.people_mypage.pc.edit .imageSelectorButton:before {
  content: "\f030";
  font-family: FontAwesome;
  font-size: 1.3em;
  color: white;
}
body.people_mypage.pc.edit .imageSelectorButton.header, body.people_mypage.pc.edit .m_guideContent .guideContentsWrapper .imageSelectorButton.headerTwoLine, .m_guideContent .guideContentsWrapper body.people_mypage.pc.edit .imageSelectorButton.headerTwoLine, body.people_mypage.pc.edit .m_guideContent .guideContentsWrapper .imageSelectorButton.headerThreeLine, .m_guideContent .guideContentsWrapper body.people_mypage.pc.edit .imageSelectorButton.headerThreeLine {
  position: absolute;
  right: 8px;
  top: 8px;
}
body.people_mypage.pc.edit .imageSelectorButton.icon {
  position: absolute;
  display: block;
  top: -10px;
  left: calc(50% + 30px);
}
body.people_mypage.pc.edit .ReactModal__Content--after-open {
  height: initial !important;
  width: 640px !important;
}
body.people_mypage.pc.edit .ReactModal__Content--after-open > div {
  padding: 24px;
}
body.people_mypage.pc.edit .ReactModal__Content--after-open .closeButton {
  float: right;
  color: #6c6b6b;
}
body.people_mypage.pc.edit .ReactModal__Content--after-open h3 {
  font-size: 24px;
}
body.people_mypage.pc.edit .headerImageDropZone {
  margin-top: 40px;
  text-align: center;
}
body.people_mypage.pc.edit .headerImageDropZone img {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 400px;
  border: 4px solid #f4a52d;
  border-radius: 4px;
}
body.people_mypage.pc.edit .headerImageDropZone .m_imgDnDzone {
  border: 2px solid #ededed;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  background-color: #ededed;
  padding: 24px 0;
  border-color: white !important;
}
body.people_mypage.pc.edit .headerImageDropZone .imgDnDzoneWrapper p:before {
  content: "\f030";
  display: block;
  font-family: FontAwesome;
  line-height: 1;
  height: 104px;
  font-size: 104px;
  margin-bottom: 16px;
  color: #6c6b6b;
}
body.people_mypage.pc.edit .headerSelectorOr {
  font-size: 24px;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
}
body.people_mypage.pc.edit .headerColorSelector {
  max-width: 360px;
  margin: 0 auto;
  padding: 48px 0 35px 0;
  border: 2px solid #ededed;
  border-radius: 3px;
}
body.people_mypage.pc.edit .headerColorSelector ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
body.people_mypage.pc.edit .headerColorSelector ul li {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
body.people_mypage.pc.edit .headerColorSelector p {
  font-size: 16px;
  text-align: center;
  margin-top: 32px;
}
body.people_mypage.pc.edit .headerImageActionButtons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
body.people_mypage.pc.edit .headerImageActionButtons .editConfirmButtons {
  margin: 0;
}
body.people_mypage.pc.edit .headerImageActionButtons .delete {
  background: #fff;
  color: #ff3200;
  border: 1px solid #ff3200;
}
body.people_mypage.pc.edit .headerImageActionButtons .delete:hover {
  color: #fff;
  background: #ff3200;
}
body.people_mypage.pc.edit .headerImageActionButtons .confirmButtons {
  display: flex;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm h3 {
  color: #6c6b6b;
  font-size: 16px;
  margin-bottom: 16px;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div {
  width: 40%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div > div {
  display: flex;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=prefecture] > div {
  width: 120px;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=gender] > div {
  width: 80px;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=birthday] {
  margin-left: 32px;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=birthday] > div {
  display: inline-block;
  width: 80px;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=birthday] > div:first-of-type {
  width: 105px;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=prefecture] > div, body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=birthday] > div, body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=gender] > div {
  height: 30px;
  margin-bottom: 15px;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=prefecture] > div:nth-of-type(n+2), body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=birthday] > div:nth-of-type(n+2), body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=gender] > div:nth-of-type(n+2) {
  margin-left: 8px;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=prefecture] > div > div:first-of-type, body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=birthday] > div > div:first-of-type, body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=gender] > div > div:first-of-type {
  height: 100%;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=prefecture] > div > div:first-of-type > div:first-of-type, body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=birthday] > div > div:first-of-type > div:first-of-type, body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=gender] > div > div:first-of-type > div:first-of-type {
  height: 100%;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=prefecture] > div > div:first-of-type > div:first-of-type > div, body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=birthday] > div > div:first-of-type > div:first-of-type > div, body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=gender] > div > div:first-of-type > div:first-of-type > div {
  position: absolute;
}
body.people_mypage.pc.edit .basicInfoEditZone > .editForm > div label[for=city] {
  width: calc(100% - 120px);
  margin-left: 20px;
}
body.people_mypage.pc.edit .basicInfoEditZone p {
  color: #6c6b6b;
}
body.people_mypage.pc.edit .profile .editButton {
  position: absolute;
  display: flex;
  top: -39px;
  right: 0;
  padding: 9px 14px;
}
body.people_mypage.pc.edit .profile .mainProfileOtherInfo {
  display: flex;
  justify-content: center;
}
body.people_mypage.pc.edit .profile .addButton {
  margin-top: 0;
  margin-bottom: 16px;
}
body.people_mypage.pc.edit .profile .fillMessage {
  color: #ff8846;
}
body.people_mypage.pc.edit .profile .fillMessage .sp_br {
  display: none;
}
body.people_mypage.pc.edit .intro .editProfileTextArea {
  height: 144px;
}
body.people_mypage.pc.edit .activityCategory h3 {
  margin-bottom: 25px;
  font-size: 16px;
}
body.people_mypage.pc.edit .activityCategory .editingBox ul:nth-of-type(n+2) .title {
  margin-top: 14px;
}
body.people_mypage.pc.edit .activityCategory .content {
  line-height: 1.5em;
  margin-top: 8px;
}
body.people_mypage.pc.edit .activityCategory .content .activityCategoryLine {
  padding-bottom: 0.4em;
  display: inline-block;
}
body.people_mypage.pc.edit .genre .themeList .horizontalBox:not(:last-child) {
  margin-right: 24px;
}
body.people_mypage.pc.edit .tag .tagEditZone ul {
  display: flex;
  flex-wrap: wrap;
}
body.people_mypage.pc.edit .tag .tagEditZone ul span::before {
  margin-right: 8px;
  content: "\f00d";
  font-family: FontAwesome;
}
body.people_mypage.pc.edit .tag .tagEditZone ul.valuesList li {
  padding: 6px 16px;
  background-color: #d9fdc5;
  border-radius: 50px;
  margin-bottom: 16px;
  margin-right: 16px;
  line-height: 1.6;
}
body.people_mypage.pc.edit .tag .tagEditZone p {
  font-size: 13px;
  color: #6c6b6b;
}
body.people_mypage.pc.edit .tag .tagEditZone ul.sample {
  margin-top: 16px;
}
body.people_mypage.pc.edit .tag .tagEditZone ul.sample li {
  padding: 6px 16px;
  background-color: #ededed;
  border-radius: 50px;
  margin-bottom: 16px;
  margin-right: 16px;
  line-height: 1.6;
}
body.people_mypage.pc.edit .tag .tagEditZone input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #60c31d;
  border-radius: 0;
}
body.people_mypage.pc.edit .tag .tagEditZone input[type=text]:focus {
  outline: 0;
}
body.people_mypage.pc.edit .skill .skillEditZone ul {
  display: flex;
  flex-wrap: wrap;
}
body.people_mypage.pc.edit .skill .skillEditZone ul span::before {
  margin-right: 8px;
  content: "\f00d";
  font-family: FontAwesome;
}
body.people_mypage.pc.edit .skill .skillEditZone ul.valuesList li {
  padding: 6px 16px;
  background-color: #d9fdc5;
  border-radius: 50px;
  margin-bottom: 16px;
  margin-right: 16px;
  line-height: 1.6;
}
body.people_mypage.pc.edit .skill .skillEditZone p {
  font-size: 13px;
  color: #6c6b6b;
}
body.people_mypage.pc.edit .skill .skillEditZone ul.sample {
  margin-top: 16px;
}
body.people_mypage.pc.edit .skill .skillEditZone ul.sample li {
  padding: 6px 16px;
  background-color: #ededed;
  border-radius: 50px;
  margin-bottom: 16px;
  margin-right: 16px;
  line-height: 1.6;
}
body.people_mypage.pc.edit .skill .skillEditZone input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #60c31d;
  border-radius: 0;
}
body.people_mypage.pc.edit .skill .skillEditZone input[type=text]:focus {
  outline: 0;
}
body.people_mypage.pc.edit .interest .profileCheckboxList li {
  display: block;
}
body.people_mypage.pc.edit .interest .profileCheckboxList li:nth-of-type(n+2) {
  margin-top: 16px;
}
body.people_mypage.pc.edit .interest .profileCheckboxList li label {
  margin-bottom: 12px;
}
body.people_mypage.pc.edit .interest .interestList h3 {
  font-size: 14px;
}
body.people_mypage.pc.edit .socialActivityHistory .howToInvolvedList {
  margin-top: 11px;
}
body.people_mypage.pc.edit .socialActivityHistory .howToInvolvedList li {
  margin-bottom: 22px;
}
body.people_mypage.pc.edit .socialActivityHistory .howToInvolvedList li:last-child {
  margin-bottom: 16px;
}
body.people_mypage.pc.edit .socialActivityHistory .other {
  margin-bottom: 20px;
}
body.people_mypage.pc.edit .socialActivityHistory .other label {
  width: 80px;
}
body.people_mypage.pc.edit .socialActivityHistory .other label input[type=checkbox] {
  margin-bottom: 0;
}
body.people_mypage.pc.edit .socialActivityHistory .other input[type=text] {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-bottom: 0;
}
body.people_mypage.pc.edit .socialActivityHistory .editProfileInputDate {
  margin-top: 16px;
}
body.people_mypage.pc.edit .studyHistory {
  position: relative;
}
body.people_mypage.pc.edit .studyHistory .editProfileTextArea {
  height: 63px;
  margin-bottom: 16px;
}
body.people_mypage.pc.edit .studyHistory .editingBoxButtons {
  top: 20px;
  right: 24px;
}
body.people_mypage.pc.edit .careerHistory {
  position: relative;
}
body.people_mypage.pc.edit .careerHistory .careerHistoryEditZone .inputExperienceDate {
  margin-bottom: 25px;
  display: flex;
}
body.people_mypage.pc.edit .careerHistory .careerHistoryEditZone .inputExperienceDate > div {
  width: 170px;
  height: 30px;
}
body.people_mypage.pc.edit .careerHistory .careerHistoryEditZone .inputExperienceDate > div > div:first-of-type {
  height: 100%;
}
body.people_mypage.pc.edit .careerHistory .careerHistoryEditZone .inputExperienceDate > div > div:first-of-type > div:first-of-type {
  height: 100%;
}
body.people_mypage.pc.edit .careerHistory .careerHistoryEditZone .inputExperienceDate > div > div:first-of-type > div:first-of-type > div {
  position: absolute;
}
body.people_mypage.pc.edit .careerHistory .careerHistoryEditZone .inputExperienceDate > div:last-of-type {
  padding-left: 8px;
}
body.people_mypage.pc.edit .careerHistory .editingBoxButtons {
  top: 20px;
  right: 24px;
}
body.people_mypage.pc.edit .careerHistory .editProfileTextArea {
  height: 63px;
}
body.people_mypage.pc.edit .careerHistory .editProfileInputDate {
  margin-top: 14px;
}
body.people_mypage.pc.edit .careerHistory .editCompanyInfo {
  margin-bottom: 16px;
}
body.people_mypage.pc.edit .careerHistory .editOccupationInfo {
  padding-left: 24px;
  margin-left: 12px;
  border-left: 2px solid #60c31d;
}
body.people_mypage.pc.edit .careerHistory .editOccupationInfoBlock {
  margin-bottom: 16px;
}
body.people_mypage.pc.edit .careerHistory input[type=month] {
  margin-bottom: 16px;
}
body.people_mypage.pc.edit .careerHistory .blockAddButton {
  height: 53px;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}
body.people_mypage.pc.edit .careerHistory .editButton {
  position: absolute;
  top: -10px;
  right: 10px;
}
body.people_mypage.pc.edit .careerHistory .jobTypeHistory > div {
  display: inline-block;
}
body.people_mypage.pc.edit .careerHistory .jobTypeHistory > div:nth-of-type(2) {
  margin-left: 16px;
}
body.people_mypage.pc.edit .inProfileSupport .editingBox {
  margin-top: 26px;
}
body.people_mypage.pc.edit .inProfileSupport .editButton {
  position: absolute;
  top: -10px;
  right: 0;
}
body.people_mypage.pc.edit .license {
  position: relative;
}
body.people_mypage.pc.edit .license .editingBoxButtons {
  top: 20px;
  right: 24px;
}
body.people_mypage.pc.edit .license .licenseList {
  width: calc(100% - 100px);
  display: inline-block;
  margin-right: 9px;
}
body.people_mypage.pc.edit .license .licenseList p {
  min-width: 85px;
}
body.people_mypage.pc.edit .l_sideContent .editButton:before {
  margin-right: 0;
}
body.people_mypage.pc.edit .l_sideContent .editForm label[for=phone_num], body.people_mypage.pc.edit .l_sideContent .editForm label[for=email], body.people_mypage.pc.edit .l_sideContent .editForm label[for=additional_email], body.people_mypage.pc.edit .l_sideContent .editForm label[for=twitter], body.people_mypage.pc.edit .l_sideContent .editForm label[for=facebook], body.people_mypage.pc.edit .l_sideContent .editForm label[for=instagram] {
  width: 100%;
}
body.people_mypage.pc.edit .l_sideContent .editForm label[for=twitter] .editProfileInputTextBox, body.people_mypage.pc.edit .l_sideContent .editForm label[for=instagram] .editProfileInputTextBox {
  width: calc(100% - 1.5em);
}
body.people_mypage.pc.edit .l_sideContent .editForm label[for=twitter]:before, body.people_mypage.pc.edit .l_sideContent .editForm label[for=instagram]:before {
  content: "@";
  margin-right: 0.5em;
}
body.people_mypage.pc.edit .relatedLinks {
  position: relative;
}
body.people_mypage.pc.edit .relatedLinks .url {
  word-break: break-all;
}
body.people_mypage.pc.edit .relatedLinks .editingBoxButtons {
  top: 18px;
  right: 12px;
}
body.people_mypage.pc.edit .relatedLinks .deleteButton {
  margin-bottom: 8px;
}
body.people_mypage.pc.search_results_notification_mail_settings .notificationSettingRemove {
  cursor: pointer;
}

.m_card:not(:nth-of-type(3n)) {
  margin-right: 35px;
}

.m_footer {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_header {
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 84px;
  width: 100%;
  padding: 15px 20px 0 20px;
  background: #FFF;
  font-size: 14px;
  box-sizing: border-box;
}
.m_header_logo {
  float: left;
  margin-right: 20px;
  margin-top: 1px;
}
.m_header_logo img {
  width: 120px;
  margin-top: 6px;
  height: auto;
}
.m_header_side {
  float: right;
  padding-top: 7px;
}
.m_header_side li {
  display: inline-block;
  padding-left: 20px;
}
.m_header_side li a.login {
  color: #60c31d;
}
.m_header a {
  text-decoration: none;
}
.m_header_nav {
  float: left;
}
.m_header_nav li {
  float: left;
}
.m_header_nav li:not(:first-child) {
  margin-left: 10px;
}
.m_header_nav li a {
  display: block;
  padding: 20px 10px 25px 10px;
}
.m_header_nav li .current {
  border-bottom: #60c31d 3px solid;
}

@media all and (min-width: 641px) {
  .m_registrationForm .section {
    padding: 80px 0 80px 0;
  }
}
@media all and (max-width: 640px) {
  .m_registrationForm .section {
    font-size: 12px;
    padding: 20px 0;
  }
}
.m_registrationForm .section_ttl {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media all and (min-width: 641px) {
  .m_registrationForm .section_ttl {
    margin-bottom: 30px;
  }
}
.m_registrationForm .section_ttl:after {
  content: "";
  display: block;
  width: 2em;
  margin: auto;
  border-bottom: #60c31d solid 3px;
  padding-top: 0.5em;
}
@media all and (max-width: 640px) {
  .m_registrationForm .section_ttl {
    margin-bottom: 20px;
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .m_registrationForm .section_ttl:after {
    width: 2em;
    border-bottom-width: 2px;
  }
}
.m_registrationForm .section_ttl small {
  display: block;
  font-size: 0.9rem;
  line-height: 1.6;
}
.m_registrationForm .section_ttl-white {
  color: #FFF;
}
.m_registrationForm .section_ttl-white:after {
  border-color: rgba(255, 255, 255, 0.6);
}
.m_registrationForm .entryBox {
  position: relative;
  z-index: 1;
}
.m_registrationForm .entryBox dl {
  margin-bottom: 10px;
}
.m_registrationForm .entryBox p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
}
.m_registrationForm .entryBox p a {
  text-decoration: underline;
}
.m_registrationForm .entryBox p.toRules {
  margin-bottom: 3px;
}
.m_registrationForm .entryBox input[type=text],
.m_registrationForm .entryBox input[type=email],
.m_registrationForm .entryBox input[type=url],
.m_registrationForm .entryBox input[type=password] {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: none;
  line-height: 1;
  font-size: 15px;
  box-sizing: border-box;
  color: #333;
}
@media all and (min-width: 641px) {
  .m_registrationForm .entryBox dt {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 640px) {
  .m_registrationForm .entryBox input[type=text] {
    height: 30px;
    font-size: 12px;
    border-radius: 3px;
  }
  .m_registrationForm .entryBox dt {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
  }
}
.m_registrationForm .entry {
  position: relative;
  color: #FFF;
  font-size: 12px;
  background-color: #60c31d;
}
.m_registrationForm .entry:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 632px 1159px;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
}
.m_registrationForm .entry_unit dl {
  margin-bottom: 40px;
}
.m_registrationForm .entry_unit dd {
  margin-bottom: 20px;
}
.m_registrationForm .entry_unit input {
  border-radius: 5px;
}
@media all and (min-width: 641px) {
  .m_registrationForm .entry_unit {
    width: 587px;
    margin: auto;
  }
}
@media all and (max-width: 640px) {
  .m_registrationForm .entry {
    padding: 35px 0 20px 0;
  }
  .m_registrationForm .entry dl {
    margin-bottom: 15px;
  }
  .m_registrationForm .entry dl dd {
    margin-bottom: 10px;
  }
  .m_registrationForm .entry .p_btn {
    width: 100%;
    font-size: 5.5vw;
    padding: 0.7em 0 0.7em 0.5em;
  }
}

.m_searchKeyword {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  min-width: 264px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.m_searchKeyword .tabGroup {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  height: 60px;
}
.m_searchKeyword .tab {
  position: relative;
  width: 250px;
  flex-grow: 1;
  padding: 17px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background: #60c31d;
  color: white;
}
.m_searchKeyword .tab + .tab {
  border-left: 2px solid white;
}
.m_searchKeyword .panelGroup {
  min-height: 100px;
  border: solid 1px #60c31d;
  border-top: none;
  background: white;
  padding: 40px 30px 20px 30px;
}
.m_searchKeyword .panelGroup li {
  font-size: 15px;
  line-height: 1.5em;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 25px;
}
.m_searchKeyword .panelGroup li:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 8px;
  color: #BDBDBD;
}
.m_searchKeyword .panelGroup li:active {
  text-decoration: underline;
  -webkit-text-decoration-color: #ff8945;
          text-decoration-color: #ff8945;
}
.m_searchKeyword .panel {
  display: none;
}
.m_searchKeyword .tab.isActive {
  position: relative;
  background: #77D734;
  color: #FFF;
  transition: all 0.2s ease-out;
}
.m_searchKeyword .tab.isActive:before {
  content: "";
  position: absolute;
  top: 0;
  right: 200px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.2);
  border-width: 60px 0 0 50px;
}
.m_searchKeyword .tab.isActive:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #77D734 transparent transparent transparent;
  border-width: 15px 20px 0 20px;
}
.m_searchKeyword .panel.isShow {
  display: block;
}

body.pc.customer_stories {
  /* ---------------------------------------------------------
    記事ページ
  --------------------------------------------------------- */
}
body.pc.customer_stories h1 {
  font-size: 35px;
  line-height: 1.5em;
  font-weight: bold;
}
body.pc.customer_stories h2 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
}
body.pc.customer_stories h3 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}
body.pc.customer_stories p {
  font-size: 15px;
  line-height: 1.5em;
}
body.pc.customer_stories p .small {
  font-size: 12px;
}
body.pc.customer_stories.index {
  margin-top: 84px;
  background-color: white;
  overflow: hidden;
  position: relative;
  min-width: 1000px;
}
body.pc.customer_stories.index:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 436px 1043px 0 0;
  border-color: #60c31d transparent transparent transparent;
  z-index: -1;
  margin-left: auto;
}
body.pc.customer_stories.index:before {
  content: "";
  position: absolute;
  top: 144px;
  right: -350px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 340px 770px 0 770px;
  border-color: #81cf4a transparent transparent transparent;
  z-index: -1;
}
body.pc.customer_stories.index html {
  overflow: auto;
}
body.pc.customer_stories.index .contents {
  width: 1000px;
  margin: 0 auto;
}
body.pc.customer_stories.index .contents h1 {
  position: relative;
  text-align: center;
  color: white;
  margin-top: 30px;
}
body.pc.customer_stories.index .contents h1:after {
  content: "";
  display: block;
  width: 2em;
  margin: auto;
  border-bottom: rgba(255, 255, 255, 0.6) solid 3px;
  padding-top: 0.5em;
}
body.pc.customer_stories.index .contents h1:before {
  content: "";
  position: absolute;
  padding: 0 500%;
  margin: 0 -500%;
  top: -30px;
  right: 0;
  width: 100%;
  height: 144px;
  background-color: #81cf4a;
  z-index: -1;
}
body.pc.customer_stories.index .contents .slideshow {
  margin-top: 40px;
}
body.pc.customer_stories.index .contents .slide {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 900px;
  height: 420px;
  margin: 0 auto;
}
body.pc.customer_stories.index .contents .slide .information_bg {
  position: absolute;
  width: 600px;
  border-bottom: 420px solid white;
  border-right: 348px solid transparent;
  height: 0;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin: 0 auto;
  color: white;
}
body.pc.customer_stories.index .contents .slide .information {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
body.pc.customer_stories.index .contents .slide .information .corporate_name {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
  width: 260px;
  margin-bottom: 25px;
}
body.pc.customer_stories.index .contents .slide .information .description_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 385px;
  height: 152px;
  margin-bottom: 10px;
  background-image: url(//static.activo.jp/assets/service_introduction/description_bg-7e4648e536feb15ca97f9ecc6b49fba94a6d7de85575c6337aa2da67f3f1ab45.svg);
  padding: 30px 25px;
}
body.pc.customer_stories.index .contents .slide .information .description_bg p {
  line-height: 1.6em;
}
body.pc.customer_stories.index .contents .slide .group_picture {
  display: block;
  width: 650px;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  z-index: -1;
}
body.pc.customer_stories.index .article_all {
  margin-bottom: 50px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
body.pc.customer_stories.index .fullBg {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.pc.customer_stories.index .m_card + .m_card {
  margin-bottom: 35px;
}
body.pc.customer_stories.show {
  margin-top: 84px;
  background-color: white;
  overflow: hidden;
  position: relative;
  min-width: 1000px;
}
body.pc.customer_stories.show .center {
  text-align: center;
}
body.pc.customer_stories.show .center .p_btn {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
body.pc.customer_stories.show .p_btn {
  text-decoration: none;
}
body.pc.customer_stories.show html {
  overflow: auto;
}
body.pc.customer_stories.show .contents {
  width: 1000px;
  margin: 0 auto;
}
body.pc.customer_stories.show .topPicture {
  position: relative;
  width: 100%;
  height: 520px;
}
body.pc.customer_stories.show .topPicture .groupPicture {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pc.customer_stories.show .topPicture .descriptionBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0, transparent 20%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.5));
}
body.pc.customer_stories.show .topPicture .descriptionBg .description {
  position: absolute;
  width: 900px;
  bottom: 40px;
  margin: 0 auto;
  right: 0;
  left: 0;
  color: white;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
body.pc.customer_stories.show .topPicture .descriptionBg .description .title {
  margin-bottom: 20px;
}
body.pc.customer_stories.show .corporateDescription {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #60c31d;
  width: 100%;
  color: white;
  padding: 35px 0;
}
body.pc.customer_stories.show .corporateDescription .employee {
  margin-right: 56px;
}
body.pc.customer_stories.show .corporateDescription .employee .num {
  margin: 18px 0 0 20px;
  font-size: 20px;
}
body.pc.customer_stories.show .corporateDescription .activity {
  width: 699px;
  margin-left: 64px;
}
body.pc.customer_stories.show .corporateDescription .activity a {
  color: white;
  text-decoration: underline;
}
body.pc.customer_stories.show .corporateDescription .activity .description {
  margin: 15px 0 0 20px;
}
body.pc.customer_stories.show .corporateDescription hr {
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: white;
  width: 1px;
}
body.pc.customer_stories.show .contents {
  padding-top: 50px;
  width: 900px;
}
body.pc.customer_stories.show .problemResult {
  margin-bottom: 50px;
}
body.pc.customer_stories.show .problemResult .problem {
  height: 180px;
  border: solid 4px #8A8A8A;
}
body.pc.customer_stories.show .problemResult .problem .problemBg {
  position: absolute;
  width: 239px;
  border-bottom: 172px solid #8A8A8A;
  border-right: 78px solid transparent;
}
body.pc.customer_stories.show .problemResult .problem .problemBg .problemTitle {
  position: absolute;
  top: 74px;
  bottom: 0;
  left: 63px;
  right: 0;
  font-size: 28px;
  color: white;
}
body.pc.customer_stories.show .problemResult .problem .problemList {
  padding: 24px 20px 24px 223px;
  display: flex;
  height: 100%;
  justify-content: space-around;
  flex-direction: column;
  font-size: 16px;
}
body.pc.customer_stories.show .problemResult .problem ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.pc.customer_stories.show .problemResult .problem ul li {
  font-size: 16px;
  margin-left: 5px;
}
body.pc.customer_stories.show .problemResult .problem ul li:before {
  position: relative;
  content: "・";
  color: #8A8A8A;
  font-size: 23px;
  font-weight: bold;
  top: 3px;
  right: 5px;
}
body.pc.customer_stories.show .problemResult .problem ul li + li {
  margin-left: 21px;
}
body.pc.customer_stories.show .problemResult .problem ul li + li + li {
  margin-left: 37px;
}
body.pc.customer_stories.show .problemResult .problem ul li + li + li + li {
  margin-left: 53px;
}
body.pc.customer_stories.show .problemResult .result {
  height: 180px;
  border: solid 4px #60c31d;
}
body.pc.customer_stories.show .problemResult .result .resultBg {
  position: absolute;
  width: 239px;
  border-bottom: 172px solid #60c31d;
  border-right: 78px solid transparent;
}
body.pc.customer_stories.show .problemResult .result .resultBg .resultTitle {
  position: absolute;
  top: 74px;
  bottom: 0;
  left: 63px;
  right: 0;
  font-size: 28px;
  color: white;
}
body.pc.customer_stories.show .problemResult .result .resultList {
  padding: 24px 20px 24px 223px;
  display: flex;
  height: 100%;
  justify-content: space-around;
  flex-direction: column;
  font-size: 16px;
}
body.pc.customer_stories.show .problemResult .result ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.pc.customer_stories.show .problemResult .result ul li {
  font-size: 16px;
  margin-left: 5px;
}
body.pc.customer_stories.show .problemResult .result ul li:before {
  position: relative;
  content: "・";
  color: #60c31d;
  font-size: 23px;
  font-weight: bold;
  top: 3px;
  right: 5px;
}
body.pc.customer_stories.show .problemResult .result ul li + li {
  margin-left: 21px;
}
body.pc.customer_stories.show .problemResult .result ul li + li + li {
  margin-left: 37px;
}
body.pc.customer_stories.show .problemResult .result ul li + li + li + li {
  margin-left: 53px;
}
body.pc.customer_stories.show .problemResult .pointDown {
  width: 0;
  height: 0;
  margin: 30px auto;
  border-style: solid;
  border-width: 23px 24px 0 24px;
  border-color: #8A8A8A transparent transparent transparent;
}
body.pc.customer_stories.show .interviewArticle {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 90px;
  text-align: justify;
}
body.pc.customer_stories.show .interviewArticle h2 {
  padding: 3px 10px;
  background: transparent;
  border-left: solid 4px #60c31d;
  margin-bottom: 30px;
}
body.pc.customer_stories.show .interviewArticle h3 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 22.5px;
  margin-bottom: 30px;
  padding-left: 30px;
}
body.pc.customer_stories.show .interviewArticle h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.26);
}
body.pc.customer_stories.show .interviewArticle p {
  margin-bottom: 30px;
  line-height: 2em;
}
body.pc.customer_stories.show .interviewArticle img {
  width: 100%;
}
body.pc.customer_stories.show .interviewArticle .snsShare {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
body.pc.customer_stories.show .relatedExample {
  margin-bottom: 90px;
}
body.pc.customer_stories.show .relatedExample h1 {
  text-align: center;
  margin-bottom: 40px;
}
body.pc.customer_stories.show .relatedExample h1:after {
  content: "";
  display: block;
  width: 2em;
  margin: auto;
  border-bottom: #60c31d solid 3px;
  padding-top: 0.5em;
}
body.pc.customer_stories.show .relatedExample .cardList {
  width: 1002px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}
body.pc.customer_stories.show .relatedExample .cardList .m_card {
  margin-bottom: 0px;
}
body.pc.customer_stories.show .relatedExample .goBack {
  font-size: 18px;
}

@media screen and (min-width: 641px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc_only {
    display: none !important;
  }
}
.p_btn {
  display: inline-block;
  padding: 10px 47px;
  font-size: 14px;
  line-height: 1.5em;
  border: none;
  box-sizing: border-box;
  border-radius: 35px;
  background: #ff8945;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.p_btnMini {
  padding: 10px 30px;
}

/* SNSフォントアイコン読み込み
--------------------------------------------------------- */
@font-face {
  font-family: "LigatureSymbols";
  src: url(//static.activo.jp/assets/LigatureSymbols-2.11-37d72098aa07df7494c99a67f77705ab511d07520a06e22fba37360aa3fcc99f.eot);
  src: url(//static.activo.jp/assets/LigatureSymbols-2.11-37d72098aa07df7494c99a67f77705ab511d07520a06e22fba37360aa3fcc99f.eot?#iefix) format("embedded-opentype"), url(//static.activo.jp/assets/LigatureSymbols-2.11-ab5a938f65700707f296114aa7c3ac2cee482099ddb4b208097b368c6067273b.woff) format("woff"), url(//static.activo.jp/assets/LigatureSymbols-2.11-d4f8de566452cc1c6e87881c75e9fb2457f3644379fc56506a1ace4b4853418a.ttf) format("truetype"), url(//static.activo.jp/assets/LigatureSymbols-2.11-2253712fc5557e95da183aa3f946b9d19a719594a7c64a663392f1cdc246f6b9.svg#LigatureSymbols) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* css
--------------------------------------------------------- */
.p_snsIcon:before {
  font-family: "LigatureSymbols";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.p_snsIcon.isLine:before {
  content: "line";
}
.p_snsIcon.isTwitter:before {
  content: "twitter";
}
.p_snsIcon.isFacebook:before {
  font-family: FontAwesome !important;
  content: "\f09a";
}

.m_card {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  width: 310px;
  height: 469px;
  transition: background-color 1s linear;
  overflow: hidden;
  position: relative;
  background-color: #F7F9F6;
}
.m_card .articleLink {
  text-decoration: none;
}
.m_card .image {
  overflow: hidden;
}
.m_card .image img {
  display: block;
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  transition-duration: 0.8s;
}
.m_card .information {
  padding: 25px 20px;
  position: relative;
  height: 241px;
}
.m_card .information .title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  line-height: 27px;
}
.m_card .information .corporate_info {
  position: absolute;
  bottom: 25px;
  width: 270px;
}
.m_card .information .corporate_name {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #60c31d;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.m_card .information .employees_num {
  font-size: 15px;
  line-height: 1.5em;
}
.m_card .read_more {
  position: absolute;
  height: 58px;
  padding: 22px 0 22px 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 15px;
  bottom: 0;
  right: 0;
  left: 0;
}
.m_card .read_more a {
  color: #60c31d;
  text-decoration: none;
}
.m_card:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition-duration: 0.8s; /*変化に掛かる時間*/
}
.m_card:hover .image {
  overflow: hidden;
}
.m_card:hover .image img {
  transition-duration: 0.8s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /*画像の拡大率*/
}
.m_card:hover .read_more {
  transition-duration: 0.8s;
  background-color: #ff8945;
}
.m_card:hover .read_more a {
  color: white;
}

/* ---------------------------------------------------------
 PC
--------------------------------------------------------- */
.pc .m_snsShare {
  height: 85px;
  margin-top: 20px;
}
.pc .m_snsShare .shareAttention {
  font-size: 15px;
  height: 36px;
  width: 326px;
}
.pc .m_snsShare .snsButtons li {
  width: 53px;
  height: 53px;
  margin-right: 53px;
}
.pc .m_snsShare .snsButtons .lineBox {
  font-size: 40px;
}
.pc .m_snsShare .snsButtons .twBox {
  font-size: 40px;
}
.pc .m_snsShare .snsButtons .fbBox {
  font-size: 30px;
}

/* ---------------------------------------------------------
 SP
--------------------------------------------------------- */
.sp .m_snsShare {
  height: 85px;
  margin: 15px auto 5px;
}
.sp .m_snsShare .shareAttention {
  background-size: cover;
  width: 203px;
  height: 22px;
  padding: 4px 0;
}
.sp .m_snsShare .snsButtons {
  margin: 15px 0 30px;
  height: 34px;
}
.sp .m_snsShare .snsButtons li {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
.sp .m_snsShare .snsButtons .lineBox {
  font-size: 34px;
}
.sp .m_snsShare .snsButtons .lineBox a {
  top: 2px;
  left: 0.5px;
}
.sp .m_snsShare .snsButtons .twBox {
  font-size: 28px;
}
.sp .m_snsShare .snsButtons .twBox a {
  top: 1px;
  left: 1px;
}
.sp .m_snsShare .snsButtons .fbBox {
  font-size: 22px;
}
.sp .m_snsShare .snsButtons .fbBox .p_snsIcon.isFacebook:before {
  display: inline-block;
  margin-top: 6px;
}

/* ---------------------------------------------------------
 共通
--------------------------------------------------------- */
.m_snsShare {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.m_snsShare .shareAttention {
  background: url(//static.activo.jp/assets/attention-cea6f56c1782af24c4d40f8a8869736a2f1c296f6d7b6ae82f317c94d9979883.svg);
  height: 36px;
  width: 326px;
  max-width: 100%;
}
.m_snsShare .shareAttention .shareSentence {
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}
.m_snsShare .snsButtons li:first-child {
  margin-right: 0px;
}
.m_snsShare .snsButtons li {
  text-align: center;
  width: 53px;
  height: 53px;
  margin-top: -4px;
  margin-right: 53px;
  border-radius: 50%;
  float: right;
  position: relative;
}
.m_snsShare .snsButtons a {
  position: absolute;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
}
.m_snsShare .snsButtons a :hover {
  color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.m_snsShare .snsButtons .lineBox {
  background: #00C300;
  font-size: 40px;
}
.m_snsShare .snsButtons .lineBox a {
  top: 2px;
}
.m_snsShare .snsButtons .lineBox :hover {
  background: #2bd92b;
}
.m_snsShare .snsButtons .twBox {
  background: #55acee;
  font-size: 40px;
}
.m_snsShare .snsButtons .twBox a {
  top: 2px;
  left: 1px;
}
.m_snsShare .snsButtons .twBox :hover {
  background: #83c3f3;
}
.m_snsShare .snsButtons .fbBox {
  background: #3b5998;
  font-size: 30px;
}
.m_snsShare .snsButtons .fbBox :hover {
  background: #4c70ba;
}
.m_snsShare .snsButtons .fbBox .p_snsIcon.isFacebook:before {
  display: inline-block;
  margin-top: 12px;
}
