/* 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;
}

body.pc.articles, body.manage_articles.pc {
  /* ---------------------------------------------------------
   記事ページ、編集ページ共通
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
   記事ページ
  --------------------------------------------------------- */
}
body.pc.articles.show .articleMainVisual, body.pc.articles.edit .articleMainVisual, body.pc.articles.new .articleMainVisual, body.manage_articles.pc.show .articleMainVisual, body.manage_articles.pc.edit .articleMainVisual, body.manage_articles.pc.new .articleMainVisual {
  min-width: 1060px;
  width: 100%;
  position: relative;
}
body.pc.articles.show .articleMainVisual ol.p_breadCrumbsNav, body.pc.articles.edit .articleMainVisual ol.p_breadCrumbsNav, body.pc.articles.new .articleMainVisual ol.p_breadCrumbsNav, body.manage_articles.pc.show .articleMainVisual ol.p_breadCrumbsNav, body.manage_articles.pc.edit .articleMainVisual ol.p_breadCrumbsNav, body.manage_articles.pc.new .articleMainVisual ol.p_breadCrumbsNav {
  color: #fff;
}
body.pc.articles.show .articleMainVisual ol.p_breadCrumbsNav a, body.pc.articles.edit .articleMainVisual ol.p_breadCrumbsNav a, body.pc.articles.new .articleMainVisual ol.p_breadCrumbsNav a, body.manage_articles.pc.show .articleMainVisual ol.p_breadCrumbsNav a, body.manage_articles.pc.edit .articleMainVisual ol.p_breadCrumbsNav a, body.manage_articles.pc.new .articleMainVisual ol.p_breadCrumbsNav a {
  color: #fff;
}
body.pc.articles.show .articleMainVisual h1.isArticle, body.pc.articles.edit .articleMainVisual h1.isArticle, body.pc.articles.new .articleMainVisual h1.isArticle, body.manage_articles.pc.show .articleMainVisual h1.isArticle, body.manage_articles.pc.edit .articleMainVisual h1.isArticle, body.manage_articles.pc.new .articleMainVisual h1.isArticle {
  font-size: 28px;
  color: #fff;
  margin: 20px 0;
  text-shadow: 1px 1px 2px #000;
  line-height: 1.5;
}
body.pc.articles.show .articleMainVisual .userName, body.pc.articles.edit .articleMainVisual .userName, body.pc.articles.new .articleMainVisual .userName, body.manage_articles.pc.show .articleMainVisual .userName, body.manage_articles.pc.edit .articleMainVisual .userName, body.manage_articles.pc.new .articleMainVisual .userName {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
}
body.pc.articles.show .articleMainVisual .userName:before, body.pc.articles.edit .articleMainVisual .userName:before, body.pc.articles.new .articleMainVisual .userName:before, body.manage_articles.pc.show .articleMainVisual .userName:before, body.manage_articles.pc.edit .articleMainVisual .userName:before, body.manage_articles.pc.new .articleMainVisual .userName:before {
  content: "\f0f7";
  font-family: FontAwesome;
  margin-right: 8px;
}
body.pc.articles.show .articleMainBg, body.pc.articles.edit .articleMainBg, body.pc.articles.new .articleMainBg, body.manage_articles.pc.show .articleMainBg, body.manage_articles.pc.edit .articleMainBg, body.manage_articles.pc.new .articleMainBg {
  z-index: -1;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
}
body.pc.articles.show .articleMainBg img, body.pc.articles.edit .articleMainBg img, body.pc.articles.new .articleMainBg img, body.manage_articles.pc.show .articleMainBg img, body.manage_articles.pc.edit .articleMainBg img, body.manage_articles.pc.new .articleMainBg img {
  width: 100%;
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-top: -150px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
body.pc.articles.show .imgOverlay, body.pc.articles.edit .imgOverlay, body.pc.articles.new .imgOverlay, body.manage_articles.pc.show .imgOverlay, body.manage_articles.pc.edit .imgOverlay, body.manage_articles.pc.new .imgOverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
body.pc.articles.show .l_mainContent,
body.pc.articles.show .l_sideContent, body.pc.articles.edit .l_mainContent,
body.pc.articles.edit .l_sideContent, body.pc.articles.new .l_mainContent,
body.pc.articles.new .l_sideContent, body.manage_articles.pc.show .l_mainContent,
body.manage_articles.pc.show .l_sideContent, body.manage_articles.pc.edit .l_mainContent,
body.manage_articles.pc.edit .l_sideContent, body.manage_articles.pc.new .l_mainContent,
body.manage_articles.pc.new .l_sideContent {
  margin-top: -50px;
}
body.pc.articles.show .mainPicZone, body.pc.articles.edit .mainPicZone, body.pc.articles.new .mainPicZone, body.manage_articles.pc.show .mainPicZone, body.manage_articles.pc.edit .mainPicZone, body.manage_articles.pc.new .mainPicZone {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
body.pc.articles.show .mainPicZone img, body.pc.articles.edit .mainPicZone img, body.pc.articles.new .mainPicZone img, body.manage_articles.pc.show .mainPicZone img, body.manage_articles.pc.edit .mainPicZone img, body.manage_articles.pc.new .mainPicZone img {
  max-width: 700px;
}
body.pc.articles.show .p_articleHeading:before, body.pc.articles.edit .p_articleHeading:before, body.pc.articles.new .p_articleHeading:before, body.manage_articles.pc.show .p_articleHeading:before, body.manage_articles.pc.edit .p_articleHeading:before, body.manage_articles.pc.new .p_articleHeading:before {
  font-family: FontAwesome;
  margin-right: 12px;
}
body.pc.articles.show .p_articleHeading.isInfo:before, body.pc.articles.edit .p_articleHeading.isInfo:before, body.pc.articles.new .p_articleHeading.isInfo:before, body.manage_articles.pc.show .p_articleHeading.isInfo:before, body.manage_articles.pc.edit .p_articleHeading.isInfo:before, body.manage_articles.pc.new .p_articleHeading.isInfo:before {
  content: "\f05a";
}
body.pc.articles.show .p_articleHeading.isDetail:before, body.pc.articles.edit .p_articleHeading.isDetail:before, body.pc.articles.new .p_articleHeading.isDetail:before, body.manage_articles.pc.show .p_articleHeading.isDetail:before, body.manage_articles.pc.edit .p_articleHeading.isDetail:before, body.manage_articles.pc.new .p_articleHeading.isDetail:before {
  content: "\f0f6";
}
body.pc.articles.show .p_articleHeading.isExperience:before, body.pc.articles.edit .p_articleHeading.isExperience:before, body.pc.articles.new .p_articleHeading.isExperience:before, body.manage_articles.pc.show .p_articleHeading.isExperience:before, body.manage_articles.pc.edit .p_articleHeading.isExperience:before, body.manage_articles.pc.new .p_articleHeading.isExperience:before {
  content: "\f130";
}
body.pc.articles.show .p_articleHeading.isCompany:before, body.pc.articles.edit .p_articleHeading.isCompany:before, body.pc.articles.new .p_articleHeading.isCompany:before, body.manage_articles.pc.show .p_articleHeading.isCompany:before, body.manage_articles.pc.edit .p_articleHeading.isCompany:before, body.manage_articles.pc.new .p_articleHeading.isCompany:before {
  content: "\f0c0";
}
body.pc.articles.show .p_articleHeading.isCustom:before, body.pc.articles.edit .p_articleHeading.isCustom:before, body.pc.articles.new .p_articleHeading.isCustom:before, body.manage_articles.pc.show .p_articleHeading.isCustom:before, body.manage_articles.pc.edit .p_articleHeading.isCustom:before, body.manage_articles.pc.new .p_articleHeading.isCustom:before {
  content: "\f005";
}
body.pc.articles.show .snsFollow, body.pc.articles.edit .snsFollow, body.pc.articles.new .snsFollow, body.manage_articles.pc.show .snsFollow, body.manage_articles.pc.edit .snsFollow, body.manage_articles.pc.new .snsFollow {
  margin-bottom: 5px;
}
body.pc.articles.show .snsFollow .fb-like, body.pc.articles.edit .snsFollow .fb-like, body.pc.articles.new .snsFollow .fb-like, body.manage_articles.pc.show .snsFollow .fb-like, body.manage_articles.pc.edit .snsFollow .fb-like, body.manage_articles.pc.new .snsFollow .fb-like {
  vertical-align: top;
  margin-right: 5px;
}
body.pc.articles.show .m_infoTable .isPositions p.u_marTop20, body.pc.articles.edit .m_infoTable .isPositions p.u_marTop20, body.pc.articles.new .m_infoTable .isPositions p.u_marTop20, body.manage_articles.pc.show .m_infoTable .isPositions p.u_marTop20, body.manage_articles.pc.edit .m_infoTable .isPositions p.u_marTop20, body.manage_articles.pc.new .m_infoTable .isPositions p.u_marTop20 {
  font-variant-east-asian: proportional-width;
}
body.pc.articles.show .m_infoTable .isRemarkablePoints li:before, body.pc.articles.edit .m_infoTable .isRemarkablePoints li:before, body.pc.articles.new .m_infoTable .isRemarkablePoints li:before, body.manage_articles.pc.show .m_infoTable .isRemarkablePoints li:before, body.manage_articles.pc.edit .m_infoTable .isRemarkablePoints li:before, body.manage_articles.pc.new .m_infoTable .isRemarkablePoints li:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #60c31d;
  margin-right: 5px;
}
body.pc.articles.show .m_infoTable .isApplyLink a, body.pc.articles.edit .m_infoTable .isApplyLink a, body.pc.articles.new .m_infoTable .isApplyLink a, body.manage_articles.pc.show .m_infoTable .isApplyLink a, body.manage_articles.pc.edit .m_infoTable .isApplyLink a, body.manage_articles.pc.new .m_infoTable .isApplyLink a {
  color: #ff8945;
}
body.pc.articles.show section.actionListAtClosing, body.pc.articles.edit section.actionListAtClosing, body.pc.articles.new section.actionListAtClosing, body.manage_articles.pc.show section.actionListAtClosing, body.manage_articles.pc.edit section.actionListAtClosing, body.manage_articles.pc.new section.actionListAtClosing {
  text-align: center;
  margin-bottom: 10px;
}
body.pc.articles.show section.actionListAtClosing p, body.pc.articles.edit section.actionListAtClosing p, body.pc.articles.new section.actionListAtClosing p, body.manage_articles.pc.show section.actionListAtClosing p, body.manage_articles.pc.edit section.actionListAtClosing p, body.manage_articles.pc.new section.actionListAtClosing p {
  font-size: 16px;
  line-height: 28px;
}
body.pc.articles.show section.actionListAtClosing .p_followBehavior a, body.pc.articles.edit section.actionListAtClosing .p_followBehavior a, body.pc.articles.new section.actionListAtClosing .p_followBehavior a, body.manage_articles.pc.show section.actionListAtClosing .p_followBehavior a, body.manage_articles.pc.edit section.actionListAtClosing .p_followBehavior a, body.manage_articles.pc.new section.actionListAtClosing .p_followBehavior a {
  margin: 10px 0;
}
body.pc.articles.show .descriptionZone, body.pc.articles.edit .descriptionZone, body.pc.articles.new .descriptionZone, body.manage_articles.pc.show .descriptionZone, body.manage_articles.pc.edit .descriptionZone, body.manage_articles.pc.new .descriptionZone {
  margin-bottom: 20px;
}
body.pc.articles.show .m_entryZone, body.pc.articles.edit .m_entryZone, body.pc.articles.new .m_entryZone, body.manage_articles.pc.show .m_entryZone, body.manage_articles.pc.edit .m_entryZone, body.manage_articles.pc.new .m_entryZone {
  margin: 20px 0;
}
body.pc.articles.show .userCatchCopy, body.pc.articles.edit .userCatchCopy, body.pc.articles.new .userCatchCopy, body.manage_articles.pc.show .userCatchCopy, body.manage_articles.pc.edit .userCatchCopy, body.manage_articles.pc.new .userCatchCopy {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
body.pc.articles.show .usersContentHeading, body.pc.articles.edit .usersContentHeading, body.pc.articles.new .usersContentHeading, body.manage_articles.pc.show .usersContentHeading, body.manage_articles.pc.edit .usersContentHeading, body.manage_articles.pc.new .usersContentHeading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.pc.articles.show .usersContent, body.pc.articles.edit .usersContent, body.pc.articles.new .usersContent, body.manage_articles.pc.show .usersContent, body.manage_articles.pc.edit .usersContent, body.manage_articles.pc.new .usersContent {
  margin-bottom: 20px;
}
body.pc.articles.show .socialIssueUpdatedAt, body.pc.articles.edit .socialIssueUpdatedAt, body.pc.articles.new .socialIssueUpdatedAt, body.manage_articles.pc.show .socialIssueUpdatedAt, body.manage_articles.pc.edit .socialIssueUpdatedAt, body.manage_articles.pc.new .socialIssueUpdatedAt {
  font-size: 12px;
  padding-left: 10px;
  font-weight: normal;
}
body.pc.articles.show .jsHideData, body.pc.articles.edit .jsHideData, body.pc.articles.new .jsHideData, body.manage_articles.pc.show .jsHideData, body.manage_articles.pc.edit .jsHideData, body.manage_articles.pc.new .jsHideData {
  display: none !important;
}
body.pc.articles.show #jsShowHideDatasButton, body.pc.articles.edit #jsShowHideDatasButton, body.pc.articles.new #jsShowHideDatasButton, body.manage_articles.pc.show #jsShowHideDatasButton, body.manage_articles.pc.edit #jsShowHideDatasButton, body.manage_articles.pc.new #jsShowHideDatasButton {
  cursor: pointer;
  text-decoration: underline;
}
body.pc.articles.show, body.manage_articles.pc.show {
  /*応募お問い合わせを固定スクロールで付与されるclass */
}
body.pc.articles.show .carousel, body.manage_articles.pc.show .carousel {
  height: 450px;
  max-width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.pc.articles.show .carousel .carouselButton, body.manage_articles.pc.show .carousel .carouselButton {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #808080;
  border-radius: 50%;
  border: 0;
  height: 50px;
  width: 50px;
  font-size: 36px;
  font-weight: bolder;
  color: #F0F0F0;
  z-index: 1;
}
body.pc.articles.show .carousel .carouselButton.prevButton, body.manage_articles.pc.show .carousel .carouselButton.prevButton {
  left: 0;
}
body.pc.articles.show .carousel .carouselButton.nextButton, body.manage_articles.pc.show .carousel .carouselButton.nextButton {
  right: 0;
}
body.pc.articles.show .carousel .carouselButton.isHidden, body.manage_articles.pc.show .carousel .carouselButton.isHidden {
  display: none;
}
body.pc.articles.show .carousel .picModalBtnWrapper, body.manage_articles.pc.show .carousel .picModalBtnWrapper {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
body.pc.articles.show .carousel .carouselTrackWrapper, body.manage_articles.pc.show .carousel .carouselTrackWrapper {
  height: 100%;
  position: relative;
}
body.pc.articles.show .carousel .carouselTrackWrapper img, body.manage_articles.pc.show .carousel .carouselTrackWrapper img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
body.pc.articles.show .carousel .carouselTrackWrapper .carouselTrack, body.manage_articles.pc.show .carousel .carouselTrackWrapper .carouselTrack {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  height: 100%;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}
body.pc.articles.show .carousel .carouselTrackWrapper .carouselTrack .carouselSlide, body.manage_articles.pc.show .carousel .carouselTrackWrapper .carouselTrack .carouselSlide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
body.pc.articles.show .carousel .carouselTrackWrapper .carouselTrack .carouselSlide .carouselImage, body.manage_articles.pc.show .carousel .carouselTrackWrapper .carouselTrack .carouselSlide .carouselImage {
  position: relative;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pc.articles.show .picModal, body.manage_articles.pc.show .picModal {
  display: none;
  position: fixed;
  z-index: 1005 !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: modalAppearence;
          animation-name: modalAppearence;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  padding: 50px 0;
}
body.pc.articles.show .picModal .picModalContent, body.manage_articles.pc.show .picModal .picModalContent {
  overflow-y: scroll !important;
  scrollbar-width: thin;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  width: 720px;
  padding: 32px 40px;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
body.pc.articles.show .picModal .picModalContent ::-webkit-scrollbar, body.manage_articles.pc.show .picModal .picModalContent ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
body.pc.articles.show .picModal .picModalContent ::-webkit-scrollbar-thumb, body.manage_articles.pc.show .picModal .picModalContent ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
body.pc.articles.show .picModal .picModalContent .picModalCloseWrapper, body.manage_articles.pc.show .picModal .picModalContent .picModalCloseWrapper {
  display: flex;
  justify-content: flex-end;
}
body.pc.articles.show .picModal .picModalContent .picModalCloseWrapper .picModalCloseBtnText, body.manage_articles.pc.show .picModal .picModalContent .picModalCloseWrapper .picModalCloseBtnText {
  text-decoration: none;
  color: rgb(34, 34, 34);
  font-size: 30px;
  margin: 0 0 15px 0;
}
body.pc.articles.show .picModal .picModalContent .picModalImgWrapper, body.manage_articles.pc.show .picModal .picModalContent .picModalImgWrapper {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.pc.articles.show .picModal .picModalContent .picModalImgWrapper .picModalImgContainer, body.manage_articles.pc.show .picModal .picModalContent .picModalImgWrapper .picModalImgContainer {
  text-align: center;
  max-width: 600px;
  border-radius: 6px;
  margin-bottom: 60px;
}
body.pc.articles.show .picModal .picModalContent .picModalImgWrapper .picModalImg, body.manage_articles.pc.show .picModal .picModalContent .picModalImgWrapper .picModalImg {
  margin: 0;
  max-width: 560px;
  max-height: 500px;
  padding: 10px 0;
}
body.pc.articles.show .picModalTrigger, body.manage_articles.pc.show .picModalTrigger {
  cursor: pointer;
  text-decoration: none;
}
@-webkit-keyframes modalAppearence {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalAppearence {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.pc.articles.show .articleMainVisual .l_wrapper, body.manage_articles.pc.show .articleMainVisual .l_wrapper {
  padding-bottom: 70px;
}
body.pc.articles.show .articleMainVisual.class_a .updatedAt, body.manage_articles.pc.show .articleMainVisual.class_a .updatedAt {
  color: #333;
}
body.pc.articles.show .articleMainVisual.class_a .isBgTransparent .p_label.isAccent, body.manage_articles.pc.show .articleMainVisual.class_a .isBgTransparent .p_label.isAccent {
  background: none;
  text-shadow: none;
}
body.pc.articles.show .articleMainVisual.class_a h1.isArticle, body.manage_articles.pc.show .articleMainVisual.class_a h1.isArticle {
  color: #333;
  text-shadow: none;
  font-size: 26px;
  margin: 15px auto 10px;
}
body.pc.articles.show .articleMainVisual.class_a .userName, body.manage_articles.pc.show .articleMainVisual.class_a .userName {
  color: #333;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper {
  padding-bottom: 60px;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper ol.p_breadCrumbsNav a, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper ol.p_breadCrumbsNav a {
  color: #333;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper ol.p_breadCrumbsNav, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper ol.p_breadCrumbsNav {
  color: #333;
  margin: 15px auto 20px;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper .titleFooter, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper .titleFooter {
  margin-top: 20px;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 3px;
  align-content: flex-start;
  height: 70px;
  width: 100%;
  margin-top: 15px;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .p_icon:before, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .p_icon:before {
  color: #60c31d;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .basicInfoList, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .basicInfoList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-right: 16px;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .basicInfoList .articleHeaderInfoItem, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .basicInfoList .articleHeaderInfoItem {
  margin-right: 10px;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .basicInfoList p, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .basicInfoList p {
  max-width: 530px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .basicInfoList .itemContent, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleHeaderInfo .basicInfoList .itemContent {
  max-width: 80%;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleTags, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleTags {
  margin-top: 10px;
}
body.pc.articles.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleTags .tagName, body.manage_articles.pc.show .articleMainVisual.class_a .l_wrapper .titleFooter ul.articleTags .tagName {
  display: inline-block;
  padding: 2px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 3px;
  font-size: 0.685rem;
  color: #ff8945;
  border: solid 1px #ff8945;
}
body.pc.articles.show .articleMainVisual.class_a .articleMainBg img, body.manage_articles.pc.show .articleMainVisual.class_a .articleMainBg img {
  display: none;
}
body.pc.articles.show .articleMainVisual.class_a .articleMainBg .imgOverlay, body.manage_articles.pc.show .articleMainVisual.class_a .articleMainBg .imgOverlay {
  background: #fff;
}
body.pc.articles.show .articleMainVisual.class_a .articleMainBg, body.manage_articles.pc.show .articleMainVisual.class_a .articleMainBg {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
}
body.pc.articles.show .mapModal, body.manage_articles.pc.show .mapModal {
  width: 100%;
}
body.pc.articles.show .actionButtons i, body.manage_articles.pc.show .actionButtons i {
  margin-right: 7px;
}
body.pc.articles.show .articleSupportBtnText, body.manage_articles.pc.show .articleSupportBtnText {
  color: #60c31d;
}
body.pc.articles.show .m_userSupportBtnZone, body.manage_articles.pc.show .m_userSupportBtnZone {
  margin-bottom: 20px;
}
body.pc.articles.show .l_mainContent .descriptionZone, body.manage_articles.pc.show .l_mainContent .descriptionZone {
  margin-bottom: 20px;
}
body.pc.articles.show .l_mainContent .descriptionZone p, body.manage_articles.pc.show .l_mainContent .descriptionZone p {
  font-weight: bold;
}
body.pc.articles.show .l_mainContent .actionButtons, body.manage_articles.pc.show .l_mainContent .actionButtons {
  width: 570px;
  margin: 20px auto;
  overflow: hidden;
}
body.pc.articles.show .l_mainContent .actionButtons .isApply, body.manage_articles.pc.show .l_mainContent .actionButtons .isApply {
  float: right;
  width: 270px;
}
body.pc.articles.show .l_mainContent .actionButtons .isBookmark, body.manage_articles.pc.show .l_mainContent .actionButtons .isBookmark {
  width: 270px;
}
body.pc.articles.show .l_mainContent .actionButtons .followZone, body.manage_articles.pc.show .l_mainContent .actionButtons .followZone {
  display: none !important;
}
body.pc.articles.show .l_mainContent .p_descLink, body.manage_articles.pc.show .l_mainContent .p_descLink {
  clear: both;
}
body.pc.articles.show .l_mainContent .m_infoTable .jsHideArea, body.manage_articles.pc.show .l_mainContent .m_infoTable .jsHideArea {
  display: none !important;
}
body.pc.articles.show .l_mainContent .m_infoTable #jsShowHideAreasButton, body.manage_articles.pc.show .l_mainContent .m_infoTable #jsShowHideAreasButton {
  cursor: pointer;
  text-decoration: underline;
}
body.pc.articles.show .supportBox, body.manage_articles.pc.show .supportBox {
  text-align: left;
}
body.pc.articles.show .supportBox p, body.manage_articles.pc.show .supportBox p {
  font-size: 14px;
  padding-bottom: 10px;
}
body.pc.articles.show .supportBox .modalTitle, body.manage_articles.pc.show .supportBox .modalTitle {
  text-align: left;
  font-size: 23px;
  border-bottom: 1px dotted #9f9fa0;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
body.pc.articles.show .l_sideContent .applyZone h4, body.manage_articles.pc.show .l_sideContent .applyZone h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px dotted #9f9fa0;
  text-align: center;
  color: #615f5f;
  line-height: 1.5;
}
body.pc.articles.show .l_sideContent .applyZone p, body.manage_articles.pc.show .l_sideContent .applyZone p {
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px dotted #9f9fa0;
  color: #959494;
}
body.pc.articles.show .l_sideContent .applyZone a.p_descLink, body.manage_articles.pc.show .l_sideContent .applyZone a.p_descLink {
  margin-top: 6px;
}
body.pc.articles.show .l_sideContent .applyZone .actionBox, body.manage_articles.pc.show .l_sideContent .applyZone .actionBox {
  padding-top: 20px;
  text-align: center;
}
body.pc.articles.show .l_sideContent .applyZone .deadlineNotice, body.manage_articles.pc.show .l_sideContent .applyZone .deadlineNotice {
  margin-top: 10px;
  font-weight: bold;
}
body.pc.articles.show .l_sideContent .applyZone .deadlineNotice span, body.manage_articles.pc.show .l_sideContent .applyZone .deadlineNotice span {
  color: #ff8945;
}
body.pc.articles.show .l_sideContent .isApply, body.manage_articles.pc.show .l_sideContent .isApply {
  margin-bottom: 10px;
}
body.pc.articles.show .l_sideContent .isBookmark, body.manage_articles.pc.show .l_sideContent .isBookmark {
  margin-bottom: 10px;
}
body.pc.articles.show .l_sideContent .l_childBox, body.manage_articles.pc.show .l_sideContent .l_childBox {
  overflow: hidden;
}
body.pc.articles.show .l_sideContent .l_childBox .isSupport, body.manage_articles.pc.show .l_sideContent .l_childBox .isSupport {
  margin-bottom: 5px;
}
body.pc.articles.show .l_sideContent .l_childBox .isSupport:before, body.manage_articles.pc.show .l_sideContent .l_childBox .isSupport:before {
  font-family: FontAwesome;
  content: "\f0a1";
  margin-right: 10px;
}
body.pc.articles.show .l_sideContent .l_childBox .commentShow, body.manage_articles.pc.show .l_sideContent .l_childBox .commentShow {
  margin-top: 20px;
  text-decoration: underline;
  float: right;
  font-size: 12px;
}
body.pc.articles.show .l_sideContent .l_childBox .commentShow i, body.manage_articles.pc.show .l_sideContent .l_childBox .commentShow i {
  color: #60c31d;
  margin-left: 5px;
}
body.pc.articles.show .double, body.manage_articles.pc.show .double {
  height: 0;
  margin: 0;
  padding: 0;
}
body.pc.articles.show .actionBox.is_stuck, body.manage_articles.pc.show .actionBox.is_stuck {
  width: 300px !important;
  z-index: 1;
  padding: 20px;
  margin-left: -20px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
body.pc.articles.show .isFollowWith, body.manage_articles.pc.show .isFollowWith {
  position: fixed;
  width: 300px;
}
body.pc.articles.show .bottomContent, body.manage_articles.pc.show .bottomContent {
  margin-top: 20px;
}
body.pc.articles.show .sideContent .isApply, body.manage_articles.pc.show .sideContent .isApply {
  margin-bottom: 10px;
}
body.pc.articles.show .jsAppearFixed, body.manage_articles.pc.show .jsAppearFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
body.pc.articles.show .jsAppearFixed .overlayContent, body.manage_articles.pc.show .jsAppearFixed .overlayContent {
  height: 100%;
  margin: 0 auto;
  max-width: 1060px;
}
body.pc.articles.show .jsAppearFixed .overlayContent .actionButtons, body.manage_articles.pc.show .jsAppearFixed .overlayContent .actionButtons {
  overflow: hidden;
  text-align: center;
}
body.pc.articles.show .jsAppearFixed .overlayContent .actionButtons .p_btn, body.manage_articles.pc.show .jsAppearFixed .overlayContent .actionButtons .p_btn {
  margin: 23px 0;
  font-size: 23px;
}
body.pc.articles.show .jsAppearFixed .overlayContent .actionButtons .isApply, body.manage_articles.pc.show .jsAppearFixed .overlayContent .actionButtons .isApply {
  float: left;
  width: 46%;
}
body.pc.articles.show .jsAppearFixed .overlayContent .actionButtons .p_bookmarkBehavior, body.manage_articles.pc.show .jsAppearFixed .overlayContent .actionButtons .p_bookmarkBehavior {
  display: inline-block;
  margin: auto;
  width: 46%;
  float: right;
}
body.pc.articles.show .jsAppearFixed .overlayContent .actionButtons .isBookmark, body.manage_articles.pc.show .jsAppearFixed .overlayContent .actionButtons .isBookmark {
  background-color: white;
}
body.pc.articles.show .jsAppearFixed .overlayContent .actionButtons .followZone, body.manage_articles.pc.show .jsAppearFixed .overlayContent .actionButtons .followZone {
  float: right;
  width: 30%;
}
body.pc.articles.show .jsAppearFixed .overlayContent .actionButtons .isFollowGroup, body.manage_articles.pc.show .jsAppearFixed .overlayContent .actionButtons .isFollowGroup {
  background: white;
}
body.pc.articles.show .jsAppearFixed .pageEditOverlayContent, body.manage_articles.pc.show .jsAppearFixed .pageEditOverlayContent {
  height: 100%;
  margin: 0 auto;
  max-width: 1060px;
  text-align: center;
}
body.pc.articles.show .jsAppearFixed .pageEditOverlayContent .isEdit, body.manage_articles.pc.show .jsAppearFixed .pageEditOverlayContent .isEdit {
  display: inline-block;
  margin: 23px 0;
  font-size: 23px;
  overflow: hidden;
  width: 46%;
}
body.pc.articles.show .articlesMenu, body.manage_articles.pc.show .articlesMenu {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  height: 50px;
  vertical-align: middle;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
body.pc.articles.show .articlesMenu ol, body.manage_articles.pc.show .articlesMenu ol {
  height: 100%;
  display: flex;
}
body.pc.articles.show .articlesMenu ol li, body.manage_articles.pc.show .articlesMenu ol li {
  margin-right: 30px;
  padding: 20px 0;
}
body.pc.articles.show .articlesMenu ol li a, body.manage_articles.pc.show .articlesMenu ol li a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0px;
  color: #6c6b6b;
  text-decoration: none;
}
body.pc.articles.show .articlesMenu ol li a:hover, body.manage_articles.pc.show .articlesMenu ol li a:hover {
  color: #60c31d;
  text-decoration: none;
  cursor: pointer;
}
body.pc.articles.show .articlesMenu ol li a.current, body.manage_articles.pc.show .articlesMenu ol li a.current {
  color: #60c31d;
  border-bottom: 2px solid #60c31d;
}
body.pc.articles.show .stickyMenu, body.manage_articles.pc.show .stickyMenu {
  display: none;
}
body.pc.articles.show .stickyMenu.is-show, body.manage_articles.pc.show .stickyMenu.is-show {
  display: block;
  margin-left: 0px;
  padding-left: 15px;
  height: 50px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: fadeIn 0.3s linear;
          animation: fadeIn 0.3s linear;
}
body.pc.articles.show .ageGroupContent, body.manage_articles.pc.show .ageGroupContent {
  margin-top: 20px;
}
body.pc.articles.show .ageGroupContent .ageGroupTags li, body.manage_articles.pc.show .ageGroupContent .ageGroupTags li {
  padding: 8px 10px;
  margin: 4px 0;
  color: #60c31d;
  background-color: #fff;
  border: 1px solid #60c31d;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  line-height: 1;
}
body.pc.articles.show .m_infoTable .isGenres .isTags, body.manage_articles.pc.show .m_infoTable .isGenres .isTags {
  margin-top: 10px;
}
body.pc.articles.show .m_infoTable .isGenres .isTags .p_tag, body.manage_articles.pc.show .m_infoTable .isGenres .isTags .p_tag {
  text-decoration: none;
}
body.pc.articles.show .m_infoTable .isGenres .isTags .p_tag:hover, body.manage_articles.pc.show .m_infoTable .isGenres .isTags .p_tag:hover {
  opacity: 0.7;
  text-decoration: underline;
}
body.pc.articles.show .m_infoTable .isGetAreas li.areaItem, body.manage_articles.pc.show .m_infoTable .isGetAreas li.areaItem {
  display: block;
  margin-right: 5px;
}
body.pc.articles.show .p_btn.isSub, body.manage_articles.pc.show .p_btn.isSub {
  padding: 8px 10px;
  margin: 4px 0px 4px 0;
}
body.pc.articles.show ul.articleLabels .p_btn, body.manage_articles.pc.show ul.articleLabels .p_btn {
  padding: 6px 12px;
  box-shadow: none;
  margin-right: 10px;
  margin-bottom: 5px;
}
body.pc.articles.show ul.articleLabels .p_btn li, body.manage_articles.pc.show ul.articleLabels .p_btn li {
  margin: 0;
}

body.pc.contacts, body.pc.buyer_company_contacts {
  /* ---------------------------------------------------------
   応募ページ（拡散用や企業用ページと共通）
  --------------------------------------------------------- */
}
body.pc.contacts.new .contactHeader, body.pc.contacts.edit .contactHeader, body.pc.contacts.apply .contactHeader, body.pc.buyer_company_contacts.new .contactHeader, body.pc.buyer_company_contacts.edit .contactHeader, body.pc.buyer_company_contacts.apply .contactHeader {
  padding: 20px 0;
}
body.pc.contacts.new h2, body.pc.contacts.edit h2, body.pc.contacts.apply h2, body.pc.buyer_company_contacts.new h2, body.pc.buyer_company_contacts.edit h2, body.pc.buyer_company_contacts.apply h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
body.pc.contacts.new h2 i, body.pc.contacts.edit h2 i, body.pc.contacts.apply h2 i, body.pc.buyer_company_contacts.new h2 i, body.pc.buyer_company_contacts.edit h2 i, body.pc.buyer_company_contacts.apply h2 i {
  border-radius: 50%;
  background-color: #60c31d;
  color: #fff;
  width: 30px;
  margin-right: 10px;
  text-align: center;
  padding: 6px;
}
body.pc.contacts.new h2 i.fa-building, body.pc.contacts.edit h2 i.fa-building, body.pc.contacts.apply h2 i.fa-building, body.pc.buyer_company_contacts.new h2 i.fa-building, body.pc.buyer_company_contacts.edit h2 i.fa-building, body.pc.buyer_company_contacts.apply h2 i.fa-building {
  padding: 6px 8px;
}
body.pc.contacts.new h2 i.fa-heart, body.pc.contacts.edit h2 i.fa-heart, body.pc.contacts.apply h2 i.fa-heart, body.pc.buyer_company_contacts.new h2 i.fa-heart, body.pc.buyer_company_contacts.edit h2 i.fa-heart, body.pc.buyer_company_contacts.apply h2 i.fa-heart {
  padding: 7px 8px 5px 6px;
}
body.pc.contacts.new h2 i.fa-credit-card, body.pc.contacts.edit h2 i.fa-credit-card, body.pc.contacts.apply h2 i.fa-credit-card, body.pc.buyer_company_contacts.new h2 i.fa-credit-card, body.pc.buyer_company_contacts.edit h2 i.fa-credit-card, body.pc.buyer_company_contacts.apply h2 i.fa-credit-card {
  font-size: 17px;
}
body.pc.contacts.new .mailSupplement, body.pc.contacts.edit .mailSupplement, body.pc.contacts.apply .mailSupplement, body.pc.buyer_company_contacts.new .mailSupplement, body.pc.buyer_company_contacts.edit .mailSupplement, body.pc.buyer_company_contacts.apply .mailSupplement {
  margin-bottom: 20px;
}
body.pc.contacts.new .btnZone, body.pc.contacts.edit .btnZone, body.pc.contacts.apply .btnZone, body.pc.buyer_company_contacts.new .btnZone, body.pc.buyer_company_contacts.edit .btnZone, body.pc.buyer_company_contacts.apply .btnZone {
  margin-bottom: 10px;
}
body.pc.contacts.new .btnZone:before, body.pc.contacts.new .btnZone:after, body.pc.contacts.edit .btnZone:before, body.pc.contacts.edit .btnZone:after, body.pc.contacts.apply .btnZone:before, body.pc.contacts.apply .btnZone:after, body.pc.buyer_company_contacts.new .btnZone:before, body.pc.buyer_company_contacts.new .btnZone:after, body.pc.buyer_company_contacts.edit .btnZone:before, body.pc.buyer_company_contacts.edit .btnZone:after, body.pc.buyer_company_contacts.apply .btnZone:before, body.pc.buyer_company_contacts.apply .btnZone:after {
  content: " ";
  display: table;
}
body.pc.contacts.new .btnZone:after, body.pc.contacts.edit .btnZone:after, body.pc.contacts.apply .btnZone:after, body.pc.buyer_company_contacts.new .btnZone:after, body.pc.buyer_company_contacts.edit .btnZone:after, body.pc.buyer_company_contacts.apply .btnZone:after {
  clear: both;
}
body.pc.contacts.new .personBtnBox, body.pc.contacts.edit .personBtnBox, body.pc.contacts.apply .personBtnBox, body.pc.buyer_company_contacts.new .personBtnBox, body.pc.buyer_company_contacts.edit .personBtnBox, body.pc.buyer_company_contacts.apply .personBtnBox {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
}
body.pc.contacts.new .personBtnBox span, body.pc.contacts.edit .personBtnBox span, body.pc.contacts.apply .personBtnBox span, body.pc.buyer_company_contacts.new .personBtnBox span, body.pc.buyer_company_contacts.edit .personBtnBox span, body.pc.buyer_company_contacts.apply .personBtnBox span {
  display: block;
  margin-top: 5px;
}
body.pc.contacts.new .m_infoTable th, body.pc.contacts.edit .m_infoTable th, body.pc.contacts.apply .m_infoTable th, body.pc.buyer_company_contacts.new .m_infoTable th, body.pc.buyer_company_contacts.edit .m_infoTable th, body.pc.buyer_company_contacts.apply .m_infoTable th {
  width: 200px;
}
body.pc.contacts.new .applyBtnZone, body.pc.contacts.edit .applyBtnZone, body.pc.contacts.apply .applyBtnZone, body.pc.buyer_company_contacts.new .applyBtnZone, body.pc.buyer_company_contacts.edit .applyBtnZone, body.pc.buyer_company_contacts.apply .applyBtnZone {
  width: 400px;
  margin: 0 auto;
}
body.pc.contacts.new .applyBtnZone .p_btn, body.pc.contacts.edit .applyBtnZone .p_btn, body.pc.contacts.apply .applyBtnZone .p_btn, body.pc.buyer_company_contacts.new .applyBtnZone .p_btn, body.pc.buyer_company_contacts.edit .applyBtnZone .p_btn, body.pc.buyer_company_contacts.apply .applyBtnZone .p_btn {
  margin-bottom: 10px;
}
body.pc.contacts.new .applyBtnZone a, body.pc.contacts.edit .applyBtnZone a, body.pc.contacts.apply .applyBtnZone a, body.pc.buyer_company_contacts.new .applyBtnZone a, body.pc.buyer_company_contacts.edit .applyBtnZone a, body.pc.buyer_company_contacts.apply .applyBtnZone a {
  text-decoration: underline;
}
body.pc.contacts.new .applyBtnZone .applyAlertText, body.pc.contacts.edit .applyBtnZone .applyAlertText, body.pc.contacts.apply .applyBtnZone .applyAlertText, body.pc.buyer_company_contacts.new .applyBtnZone .applyAlertText, body.pc.buyer_company_contacts.edit .applyBtnZone .applyAlertText, body.pc.buyer_company_contacts.apply .applyBtnZone .applyAlertText {
  color: #ff8945;
}
body.pc.contacts.new .articleLinkBtn, body.pc.contacts.edit .articleLinkBtn, body.pc.contacts.apply .articleLinkBtn, body.pc.buyer_company_contacts.new .articleLinkBtn, body.pc.buyer_company_contacts.edit .articleLinkBtn, body.pc.buyer_company_contacts.apply .articleLinkBtn {
  margin-bottom: 10px;
}

body.pc.contacts, body.pc.buyer_company_contacts {
  /* ---------------------------------------------------------
   応募ページ
  --------------------------------------------------------- */
}
body.pc.contacts.new .l_wrapper .l_mediumContent, body.pc.contacts.apply .l_wrapper .l_mediumContent, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent {
  padding: 22px 40px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.mailSupplement, body.pc.contacts.apply .l_wrapper .l_mediumContent.mailSupplement, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.mailSupplement, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.mailSupplement {
  padding: 0;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle {
  margin-bottom: 30px;
  position: relative;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleTitle, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleTitle, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleTitle, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleTitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleOutline, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleOutline, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleOutline, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleOutline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleOutline .userName, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleOutline .userName, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleOutline .userName, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleOutline .userName {
  margin-left: 12px;
  font-size: 15px;
  line-height: 1.5;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleOutline .userName i, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleOutline .userName i, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleOutline .userName i, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleOutline .userName i {
  margin-right: 4px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table {
  background-color: #f9f9f9;
  font-size: 12px;
  width: 100%;
  border-radius: 3px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr th, body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr th, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr th, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr th, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td {
  vertical-align: top;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr th, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr th, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr th, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr th {
  white-space: nowrap;
  padding: 12px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td {
  padding: 12px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td ul.dataZone li, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td ul.dataZone li, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td ul.dataZone li, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td ul.dataZone li {
  margin-bottom: 10px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td ul.dataZone li:last-child, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td ul.dataZone li:last-child, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td ul.dataZone li:last-child, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td ul.dataZone li:last-child {
  margin-bottom: 0;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td a.readMore, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td a.readMore, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td a.readMore, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr td a.readMore {
  text-decoration: underline;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr.isGetAreas td ul.dataZone li, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr.isGetAreas td ul.dataZone li, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr.isGetAreas td ul.dataZone li, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr.isGetAreas td ul.dataZone li {
  display: inline-block;
  margin-right: 15px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:first-child th, body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:first-child td, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:first-child th, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:first-child td, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:first-child th, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:first-child td, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:first-child th, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:first-child td {
  padding-top: 12px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:last-child th, body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:last-child td, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:last-child th, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:last-child td, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:last-child th, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:last-child td, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:last-child th, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table tr:last-child td {
  padding-bottom: 12px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table .jsHideData, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table .jsHideData, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table .jsHideData, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table .jsHideData {
  display: none !important;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table #jsShowHideDatasButton, body.pc.contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table #jsShowHideDatasButton, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isArticle .articleInfo table #jsShowHideDatasButton, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isArticle .articleInfo table #jsShowHideDatasButton {
  cursor: pointer;
  text-decoration: underline;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isForm h2, body.pc.contacts.apply .l_wrapper .l_mediumContent.isForm h2, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isForm h2, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isForm h2 {
  margin-bottom: 24px;
}
body.pc.contacts.new .l_wrapper .l_mediumContent.isForm .btnZone, body.pc.contacts.apply .l_wrapper .l_mediumContent.isForm .btnZone, body.pc.buyer_company_contacts.new .l_wrapper .l_mediumContent.isForm .btnZone, body.pc.buyer_company_contacts.apply .l_wrapper .l_mediumContent.isForm .btnZone {
  margin-bottom: 20px;
}
body.pc.contacts.new .applyBtnZone a, body.pc.contacts.apply .applyBtnZone a, body.pc.buyer_company_contacts.new .applyBtnZone a, body.pc.buyer_company_contacts.apply .applyBtnZone a {
  text-decoration: underline;
}
body.pc.contacts.new .testAB.articleDetailInfo, body.pc.contacts.apply .testAB.articleDetailInfo, body.pc.buyer_company_contacts.new .testAB.articleDetailInfo, body.pc.buyer_company_contacts.apply .testAB.articleDetailInfo {
  display: none;
}
body.pc.contacts.new .testAB.isOpen, body.pc.contacts.apply .testAB.isOpen, body.pc.buyer_company_contacts.new .testAB.isOpen, body.pc.buyer_company_contacts.apply .testAB.isOpen {
  display: block;
  padding-bottom: 5px;
}
body.pc.contacts.create .contactHeader, body.pc.contacts.complete .contactHeader, body.pc.buyer_company_contacts.create .contactHeader, body.pc.buyer_company_contacts.complete .contactHeader {
  padding: 20px 0;
}
body.pc.contacts.create h1, body.pc.contacts.complete h1, body.pc.buyer_company_contacts.create h1, body.pc.buyer_company_contacts.complete h1 {
  font-size: 24px;
  margin-bottom: 5px;
}
body.pc.contacts.create h2, body.pc.contacts.complete h2, body.pc.buyer_company_contacts.create h2, body.pc.buyer_company_contacts.complete h2 {
  font-size: 16px;
}
body.pc.contacts.create h2 span, body.pc.contacts.complete h2 span, body.pc.buyer_company_contacts.create h2 span, body.pc.buyer_company_contacts.complete h2 span {
  color: #60c31d;
}
body.pc.contacts.create p, body.pc.contacts.complete p, body.pc.buyer_company_contacts.create p, body.pc.buyer_company_contacts.complete p {
  font-size: 13px;
  line-height: 15px;
}
body.pc.contacts.create .centerBox, body.pc.contacts.complete .centerBox, body.pc.buyer_company_contacts.create .centerBox, body.pc.buyer_company_contacts.complete .centerBox {
  margin: 80px auto;
  width: 485px;
  background: white;
  text-align: center;
  padding: 0 60px 60px;
}
body.pc.contacts.create .centerBox i.contactComplete, body.pc.contacts.complete .centerBox i.contactComplete, body.pc.buyer_company_contacts.create .centerBox i.contactComplete, body.pc.buyer_company_contacts.complete .centerBox i.contactComplete {
  font-size: 40px;
  margin-top: -20px;
  color: #60c31d;
}
body.pc.contacts.create .centerBox .p_btn, body.pc.contacts.complete .centerBox .p_btn, body.pc.buyer_company_contacts.create .centerBox .p_btn, body.pc.buyer_company_contacts.complete .centerBox .p_btn {
  border-radius: 0;
}
body.pc.contacts.create .completeAnnounceSection, body.pc.contacts.complete .completeAnnounceSection, body.pc.buyer_company_contacts.create .completeAnnounceSection, body.pc.buyer_company_contacts.complete .completeAnnounceSection {
  padding: 15px 0 30px;
}
body.pc.contacts.create .completeAnnounceSection p, body.pc.contacts.complete .completeAnnounceSection p, body.pc.buyer_company_contacts.create .completeAnnounceSection p, body.pc.buyer_company_contacts.complete .completeAnnounceSection p {
  font-weight: bold;
}
body.pc.contacts.create .addProfileSection, body.pc.contacts.complete .addProfileSection, body.pc.buyer_company_contacts.create .addProfileSection, body.pc.buyer_company_contacts.complete .addProfileSection {
  width: 100%;
  padding: 30px 0;
}
body.pc.contacts.create .addProfileSection .addProfileFormArea, body.pc.contacts.complete .addProfileSection .addProfileFormArea, body.pc.buyer_company_contacts.create .addProfileSection .addProfileFormArea, body.pc.buyer_company_contacts.complete .addProfileSection .addProfileFormArea {
  position: relative;
  width: 100%;
  height: 100%;
}
body.pc.contacts.create .addProfileSection .addProfileForm, body.pc.contacts.complete .addProfileSection .addProfileForm, body.pc.buyer_company_contacts.create .addProfileSection .addProfileForm, body.pc.buyer_company_contacts.complete .addProfileSection .addProfileForm {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
body.pc.contacts.create .addProfileSection .addProfileComplete, body.pc.contacts.complete .addProfileSection .addProfileComplete, body.pc.buyer_company_contacts.create .addProfileSection .addProfileComplete, body.pc.buyer_company_contacts.complete .addProfileSection .addProfileComplete {
  display: none;
}
body.pc.contacts.create .addProfileSection form h2, body.pc.contacts.complete .addProfileSection form h2, body.pc.buyer_company_contacts.create .addProfileSection form h2, body.pc.buyer_company_contacts.complete .addProfileSection form h2 {
  margin-bottom: 15px;
}
body.pc.contacts.create .addProfileSection form p, body.pc.contacts.complete .addProfileSection form p, body.pc.buyer_company_contacts.create .addProfileSection form p, body.pc.buyer_company_contacts.complete .addProfileSection form p {
  margin-bottom: 10px;
}
body.pc.contacts.create .addProfileSection form input:not([type=submit]), body.pc.contacts.complete .addProfileSection form input:not([type=submit]), body.pc.buyer_company_contacts.create .addProfileSection form input:not([type=submit]), body.pc.buyer_company_contacts.complete .addProfileSection form input:not([type=submit]) {
  width: 300px;
  display: inline-block;
  border-radius: 0;
}
body.pc.contacts.create .addProfileSection form .p_btn, body.pc.contacts.complete .addProfileSection form .p_btn, body.pc.buyer_company_contacts.create .addProfileSection form .p_btn, body.pc.buyer_company_contacts.complete .addProfileSection form .p_btn {
  text-align: center;
  width: 60px;
  height: 34px;
  padding: 0;
}
body.pc.contacts.create .addProfileSection .addProfileCompleteMessage, body.pc.contacts.complete .addProfileSection .addProfileCompleteMessage, body.pc.buyer_company_contacts.create .addProfileSection .addProfileCompleteMessage, body.pc.buyer_company_contacts.complete .addProfileSection .addProfileCompleteMessage {
  display: flex;
  justify-content: center;
}
body.pc.contacts.create .addProfileSection .addProfileCompleteMessage i, body.pc.contacts.complete .addProfileSection .addProfileCompleteMessage i, body.pc.buyer_company_contacts.create .addProfileSection .addProfileCompleteMessage i, body.pc.buyer_company_contacts.complete .addProfileSection .addProfileCompleteMessage i {
  font-size: 21px;
  color: #60c31d;
}
body.pc.contacts.create .addProfileSection .addProfileCompleteMessage h2, body.pc.contacts.complete .addProfileSection .addProfileCompleteMessage h2, body.pc.buyer_company_contacts.create .addProfileSection .addProfileCompleteMessage h2, body.pc.buyer_company_contacts.complete .addProfileSection .addProfileCompleteMessage h2 {
  height: 24px;
  line-height: 24px;
}
body.pc.contacts.create .borderBottom, body.pc.contacts.complete .borderBottom, body.pc.buyer_company_contacts.create .borderBottom, body.pc.buyer_company_contacts.complete .borderBottom {
  position: relative;
}
body.pc.contacts.create .borderBottom::after, body.pc.contacts.complete .borderBottom::after, body.pc.buyer_company_contacts.create .borderBottom::after, body.pc.buyer_company_contacts.complete .borderBottom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  width: 288px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #CCCCCC;
}
body.pc.contacts.create .leadSection, body.pc.contacts.complete .leadSection, body.pc.buyer_company_contacts.create .leadSection, body.pc.buyer_company_contacts.complete .leadSection {
  padding-top: 30px;
}
body.pc.contacts.create .leadSection h2, body.pc.contacts.complete .leadSection h2, body.pc.buyer_company_contacts.create .leadSection h2, body.pc.buyer_company_contacts.complete .leadSection h2 {
  margin-bottom: 8px;
}
body.pc.contacts.create .leadSection p, body.pc.contacts.complete .leadSection p, body.pc.buyer_company_contacts.create .leadSection p, body.pc.buyer_company_contacts.complete .leadSection p {
  margin-bottom: 15px;
}
body.pc.contacts.create .completeWrapper, body.pc.contacts.complete .completeWrapper, body.pc.buyer_company_contacts.create .completeWrapper, body.pc.buyer_company_contacts.complete .completeWrapper {
  display: flex;
  height: 100%;
}
body.pc.contacts.create .leftBack, body.pc.contacts.create .rightBack, body.pc.contacts.complete .leftBack, body.pc.contacts.complete .rightBack, body.pc.buyer_company_contacts.create .leftBack, body.pc.buyer_company_contacts.create .rightBack, body.pc.buyer_company_contacts.complete .leftBack, body.pc.buyer_company_contacts.complete .rightBack {
  width: calc((100% - 485px) / 2);
  min-height: 300px;
  margin-top: 5px;
  position: relative;
  z-index: 1;
  background: #f0f0f0;
}

body.pc.reg_users {
  /* ---------------------------------------------------------
  共通
  --------------------------------------------------------- */
  background-color: #fff;
  /* ---------------------------------------------------------
  show
  --------------------------------------------------------- */
  /* ---------------------------------------------------------
  show_articles
  --------------------------------------------------------- */
  /* ---------------------------------------------------------*/
  /* ---------------------------------------------------------
  stories
  --------------------------------------------------------- */
}
body.pc.reg_users .usersMainBack {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
body.pc.reg_users .usersMainBack .usersContentImgMain {
  position: absolute;
  z-index: -1;
  background-position: center;
  background-size: cover;
  width: 100%;
}
body.pc.reg_users .usersMainBlack {
  height: 340px;
  background: rgba(0, 0, 0, 0.45);
}
body.pc.reg_users .usersMainBlack .usersMainText {
  height: 340px;
  width: 1060px;
  margin: auto;
  position: relative;
}
body.pc.reg_users .usersMainBlack .usersMainText .userCopy {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
}
body.pc.reg_users .usersProfile {
  width: 1060px;
  margin: auto;
  display: flex;
  align-items: center;
  height: auto;
  margin-top: -50px;
}
body.pc.reg_users .usersProfile .usersIcon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
body.pc.reg_users .usersProfile .usersIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
body.pc.reg_users .usersProfile .usersMenu {
  margin-left: 20px;
  height: 100px;
  padding-top: 10px;
  z-index: 2;
}
body.pc.reg_users .usersProfile .usersMenu > p {
  margin-bottom: 24px;
}
body.pc.reg_users .usersProfile .usersMenu p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
body.pc.reg_users .usersProfile .usersMenu .usersMenuBar {
  display: flex;
}
body.pc.reg_users .usersProfile .usersMenu .usersMenuBar p {
  margin-right: 30px;
}
body.pc.reg_users .usersProfile .usersMenu .usersMenuBar p a {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #6c6b6b;
}
body.pc.reg_users .usersProfile .usersMenu .usersMenuBar p.active a {
  color: #60c31d;
}
body.pc.reg_users .usersProfile .usersMenu .usersMenuBar p.active a span {
  color: #fff;
  background-color: #60c31d;
  opacity: 0.7;
}
body.pc.reg_users .usersProfile .usersMenu .usersMenuBar p span {
  font-size: 11px;
  font-weight: bold;
  color: #ff8945;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 3px 8px;
  margin-left: 5px;
}
body.pc.reg_users .usersProfile .usersMenu .usersMenuBar a:hover {
  color: #60c31d;
  text-decoration: none;
  cursor: pointer;
}
body.pc.reg_users .usersProfile .usersMenu .usersMenuBar a:hover span {
  color: #fff;
  background-color: #60c31d;
  opacity: 0.7;
}
body.pc.reg_users .usersProfile .stickyMenu {
  display: none;
}
body.pc.reg_users .usersProfile .stickyMenu.is-show {
  display: block;
  margin-left: 0px;
  padding: 10px 50px 0px;
  height: 50px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  z-index: 20;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: fadeIn 0.3s linear;
          animation: fadeIn 0.3s linear;
}
body.pc.reg_users .usersProfile .stickyMenu p.active a {
  border-bottom: 2px solid #60c31d;
}
body.pc.reg_users .m_infoTable td a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeIn {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
body.pc.reg_users h2, body.pc.reg_users .regUserHeading {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
}
body.pc.reg_users .usersOtherBack {
  background-color: #f0f0f0;
  padding: 50px 0;
  margin-top: 50px;
}
body.pc.reg_users .usersOtherBack .p_adZone {
  margin: 0 auto 30px;
  background: none;
}
body.pc.reg_users .usersOther {
  width: 1060px;
  margin: auto;
}
body.pc.reg_users .usersOther ul {
  width: 700px;
}
body.pc.reg_users .usersWrapper {
  display: flex;
}
body.pc.reg_users .userSideMenuAll .is_stuck {
  z-index: 10;
  right: auto;
}
body.pc.reg_users .userSideMenuAll .usersContentRight {
  width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  right: 0;
  top: 20px;
  margin-left: 32px;
}
body.pc.reg_users .userSideMenuAll .usersContentRight .userSideMenu {
  color: #6c6b6b;
  display: block;
  margin-top: 15px;
}
body.pc.reg_users .userSideMenuAll .usersContentRight .userSideMenu.userSideMenuChild {
  margin-left: 15px;
}
body.pc.reg_users .userSideMenuAll .usersContentRight .userSideMenu.isSelected {
  color: #60c31d;
}
body.pc.reg_users .userSideMenuAll .usersContentRight .userSideMenu a {
  display: block;
  position: relative;
}
body.pc.reg_users .userSideMenuAll .usersContentRight .userSideMenu a.current {
  color: #60c31d;
}
body.pc.reg_users .userSideMenuAll .usersContentRight h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.pc.reg_users .userSideMenuAll .usersContentRight .p_btn:hover {
  opacity: 0.7;
}
body.pc.reg_users .userSideMenuAll .usersContentRight a.p_btn.usersBtnSupport {
  margin-bottom: 10px;
  padding: 15px;
}
body.pc.reg_users .userSideMenuAll .usersContentRight a.p_btn.usersBtnFollow {
  border-radius: 4px !important;
  padding: 15px 8px;
  font-size: 15px;
}
body.pc.reg_users .userSideMenuAll .usersContentRight a:hover {
  background-position: right center;
}
body.pc.reg_users .usersContentLeft {
  width: 728px;
}
body.pc.reg_users .usersContentLeft .usersContent {
  padding-top: 60px;
}
body.pc.reg_users .usersContentLeft .usersContent h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}
body.pc.reg_users .usersContentLeft .usersContent h3 {
  font-size: 18px;
  color: #6c6b6b;
  margin-bottom: 30px;
  line-height: 1.4;
}
body.pc.reg_users .usersContentLeft .usersContent .usersArticleTitle {
  display: flex;
}
body.pc.reg_users .usersContentLeft .usersContent .usersArticleDate {
  font-size: 12px;
  padding-left: 20px;
  font-weight: normal;
  margin-top: 45px;
}
body.pc.reg_users .usersContentLeft .usersContent .usersArticleImg {
  margin-bottom: 30px;
}
body.pc.reg_users .usersContentLeft .usersContent p {
  font-size: 14px;
  color: #333;
}
body.pc.reg_users .usersContentLeft .usersContent p a {
  color: #60c31d;
  text-decoration: underline;
}
body.pc.reg_users .usersContentLeft .usersContent p span {
  color: #6c6b6b;
}
body.pc.reg_users .usersContentLeft .usersContent .usersSupport {
  display: flex;
  padding: 30px 0 0;
  line-height: 1.4;
}
body.pc.reg_users .usersContentLeft .usersContent .usersSupport h3 {
  width: 300px;
  max-width: 270px;
}
body.pc.reg_users .usersContentLeft .usersContent .usersSupport p {
  max-width: 400px;
  margin-left: 30px;
}
body.pc.reg_users .usersContentLeft .usersContent .usersSupport i {
  display: none;
}
body.pc.reg_users .usersContentLeft .usersContent .usersSupport img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
body.pc.reg_users .usersContentLeft .usersContent .usersSupportBottom {
  border-bottom: 1px solid #ccc;
}
body.pc.reg_users .usersContentLeft .usersContent .usersList {
  display: flex;
  width: 100px;
  margin-right: 30px;
}
body.pc.reg_users .usersContentLeft .usersContent .usersList i {
  font-family: FontAwesome;
  color: #60c31d;
  font-style: normal;
  margin-right: 10px;
  width: 20px;
  vertical-align: middle;
  text-align: center;
}
body.pc.reg_users .usersContentLeft .usersContent .usersList .fa-icon {
  font-size: 1.5em !important;
}
body.pc.reg_users .usersContentLeft .usersContent .usersList p {
  color: #60c31d;
  font-weight: bold;
}
body.pc.reg_users .usersContentLeft .usersContent .usersContentImg {
  max-width: 700px;
  margin-top: 30px;
}
body.pc.reg_users .usersContentLeft .usersContentArticle h2 {
  margin-bottom: 0;
}
body.pc.reg_users .usersContentLeft .usersContentArticle h3 {
  margin-top: -20px;
  padding-top: 60px;
}
body.pc.reg_users .usersContentLeft .usersContentArticle img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
body.pc.reg_users .usersContentLeft .usersListContent .usersMap {
  height: 220px;
  width: 100%;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
body.pc.reg_users .usersContentLeft .usersListContent li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body.pc.reg_users .usersContentLeft .usersListContent li p {
  font-size: 13px;
}
body.pc.reg_users .userSideMenuAll {
  position: -webkit-sticky;
  position: sticky;
}
body.pc.reg_users .usersArticles h3 {
  margin-top: 30px;
}
body.pc.reg_users .moreLink {
  margin-top: 20px;
}
body.pc.reg_users .m_storySmall {
  margin-top: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  display: block;
  font-size: 15px;
}
body.pc.reg_users .m_storySmall .listStoryContent {
  margin: 16px 0 6px;
}
body.pc.reg_users .m_storySmall .listStoryInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.pc.reg_users .m_storySmall .storyTitle {
  width: auto;
}
body.pc.reg_users .m_storySmall .storyPostAuthor {
  width: auto;
}
body.pc.reg_users .p_adZone {
  margin: 40px auto 0;
}
body.pc.reg_users footer {
  margin-top: 0;
}
body.pc.reg_users.show #jsMsgForOwnRegUserPage {
  margin-top: 20px;
}
body.pc.reg_users.show #jsMsgForOwnRegUserPage .l_wrapper {
  width: auto;
}
body.pc.reg_users.show_articles .usersWrapper {
  display: inherit;
  width: 740px;
}
body.pc.reg_users.show_articles .usersContent {
  padding-top: 50px;
}
body.pc.reg_users.show_articles .usersMainBlack {
  height: 150px;
}
body.pc.reg_users.show_articles .userSeoBox {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
body.pc.reg_users.show_articles .followZone {
  display: flex;
}
body.pc.reg_users.show_articles .p_btn:hover {
  opacity: 0.7;
}
body.pc.reg_users.show_articles .p_btn.usersBtnSupport {
  margin-bottom: 10px;
  color: #fff;
  background-image: linear-gradient(135deg, #60c31d, #9bc41d);
  margin-left: 8px;
}
body.pc.reg_users.show_articles .p_btn.isGrey {
  margin-bottom: 5px;
}
body.pc.reg_users.show_articles .p_btn.isLarge.isWide {
  font-size: 11px;
  font-weight: bold;
  padding: 9px;
  border-radius: 15px;
  width: 120px;
  height: 30px;
}
body.pc.reg_users.show_articles a:hover {
  background-position: right center;
}
body.pc.reg_users.show_articles .usersArticleBtn {
  display: flex;
  text-align: right;
  margin: 60px 0px 0px auto;
}
body.pc.reg_users.show_articles .usersArticleBtn .usersBtnSupport {
  margin-bottom: 0px;
}
body.pc.reg_users.show_articles .usersArticleBtn .followZone {
  margin-left: 10px;
}
body.pc.reg_users.show_articles .stickyMenu .usersArticleBtn {
  margin: 0px 0px 0px auto;
}
body.pc.reg_users.show_articles .userArticleWrapper {
  width: 1060px;
  margin: 0 auto;
}
body.pc.reg_users.show_articles .m_mainArticleList {
  margin: 15px auto;
}
body.pc.reg_users.stories.index {
  /* content */
}
body.pc.reg_users.stories.index .hasNoStories {
  width: 100%;
  padding: 140px 0 35px 0;
  font-size: 16px;
  color: #7b7b7b;
}
body.pc.reg_users.stories.index .storiesList {
  margin-top: 72px;
  margin-bottom: 52px;
  /* 共通 */
  /* 個別 */
}
body.pc.reg_users.stories.index .storiesList h2.sectionTitle {
  font-size: 22px;
  color: #333;
  margin-bottom: 32px;
}
body.pc.reg_users.stories.index .storiesList .storyRow {
  display: flex;
  justify-content: space-between;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardThumbnail {
  background-position: center center;
  background-size: cover;
  border-radius: 3px;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent * {
  transition: all 0.3s ease;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent *:hover {
  text-decoration: none;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent .title {
  color: #333;
  line-height: 1.5;
  text-decoration: none;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent .title:hover {
  color: #60c31d;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent .postInfo .likesCounter .p_likedPeople .avatar {
  width: 22px;
  height: 22px;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent .actionsBtn {
  display: flex;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent .actionsBtn .btn {
  text-decoration: none;
  height: 100%;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  color: #7b7b7b;
  text-align: center;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent .actionsBtn .btn.like {
  border-radius: 3px 0 0 3px;
  border-left: solid 1px #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent .actionsBtn .btn.share {
  border-radius: 0 3px 3px 0;
  border-right: solid 1px #e0e0e0;
}
body.pc.reg_users.stories.index .storiesList .storyRow .storyCardContent .actionsBtn .btn.share img {
  width: auto;
  border-radius: 0;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large {
  margin-bottom: 50px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardThumbnail {
  width: 460px;
  height: 211px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardContent {
  width: 568px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-between;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardContent .title {
  font-size: 24px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardContent .actions .likesCounter {
  margin-bottom: 16px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardContent .actions .actionsBtn {
  height: 47px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardContent .actions .actionsBtn .btn {
  font-size: 16px;
  line-height: 47px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardContent .actions .actionsBtn .btn.like {
  width: 165px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardContent .actions .actionsBtn .btn.share {
  width: 403px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardContent .actions .actionsBtn .btn.share i {
  font-size: 14px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.large .storyCardContent .actions .actionsBtn .btn.share img {
  height: 14px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small {
  margin-bottom: 41px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small.marginBottom56 {
  margin-bottom: 56px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small.marginBottom72 {
  margin-bottom: 72px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCard {
  width: 314px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCard:nth-child(1) {
  width: 343px;
  padding-right: 29px;
  border-right: 1px solid #e0e0e0;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCard:nth-child(2) {
  width: 373px;
  padding-left: 29px;
  padding-right: 29px;
  border-right: 1px solid #e0e0e0;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCard:nth-child(3) {
  width: 343px;
  padding-left: 29px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardThumbnail {
  height: 166px;
  margin-bottom: 12px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardContent .title {
  font-size: 18px;
  margin-bottom: 32px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardContent .postInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardContent .postInfo .postDate {
  font-size: 8px;
  color: #7b7b7b;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardContent .actionsBtn {
  height: 39px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardContent .actionsBtn .btn {
  font-size: 16px;
  line-height: 39px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardContent .actionsBtn .btn.like {
  width: 106px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardContent .actionsBtn .btn.share {
  width: 207px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardContent .actionsBtn .btn.share i {
  font-size: 12px;
}
body.pc.reg_users.stories.index .storiesList .storyRow.small .storyCardContent .actionsBtn .btn.share img {
  height: 12px;
}
body.pc.reg_users.stories.index .storiesList .viewMore .p_btn {
  width: 158px;
  height: 40px;
  line-height: 20px;
  color: #7b7b7b;
  border: solid 1px #cccccc;
}

body.pc.summer_children2025 .mainContent {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid border-color;
  overflow: hidden;
}
body.pc.summer_children2025 .mainContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(//static.activo.jp/assets/mainVisualDefault-c0d620c48328122bb3f94248f084f499ad0ce8299e9f08c94f44805a6dd20ca2.jpg);
  background-size: cover;
  background-position-y: center;
  filter: blur(4px) brightness(0.7);
  -webkit-filter: blur(4px) brightness(0.7);
  margin: -4px;
}
body.pc.summer_children2025 .mainContent .l_wrapper {
  position: relative;
  z-index: 2;
}
body.pc.summer_children2025 .indexContainer {
  margin-top: 32px;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #ccc;
}
body.pc.summer_children2025 .indexContainer p {
  font-size: 20px;
  font-weight: bold;
}
body.pc.summer_children2025 .indexContainer ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.pc.summer_children2025 .indexContainer ul li {
  padding-left: 48px;
  position: relative;
}
body.pc.summer_children2025 .indexContainer ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0.5;
  color: #acacac;
  font-style: italic;
}
body.pc.summer_children2025 .indexContainer ul li:nth-child(1)::before {
  content: "01";
}
body.pc.summer_children2025 .indexContainer ul li:nth-child(2)::before {
  content: "02";
}
body.pc.summer_children2025 .indexContainer ul li a {
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #60c31d;
  position: relative;
  z-index: 2;
}
body.pc.summer_children2025 .indexContainer .fa-link {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 4px;
}
body.pc.summer_children2025 .p_flashBox {
  margin-top: 16px;
  font-weight: normal;
  font-size: 16px;
  border-radius: 8px;
}
body.pc.summer_children2025 .pageDescription {
  color: #fff;
  font-size: 16px;
}
body.pc.summer_children2025 .p_mainHeading {
  color: #fff;
  margin-bottom: 10px;
}
body.pc.summer_children2025 .p_boxHeading {
  margin-bottom: 0;
  padding-top: 32px;
  font-size: 21px;
  padding-bottom: 14px;
}
body.pc.summer_children2025 .subHeading {
  font-size: 18px;
  margin-bottom: 16px;
}
body.pc.summer_children2025 .m_smallArticleList li.p_icon::before {
  color: #60c31d;
}
body.pc.summer_children2025 .m_smallArticleList a ul li {
  line-height: 1.3;
}
body.pc.summer_children2025 .m_smallArticleList img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.pc.summer_children2025 .m_articleMapViewer {
  margin: 32px 0;
}
body.pc.summer_children2025 .m_mainArticleList > h2, body.pc.summer_children2025 .m_mainArticleList > hr {
  display: none;
}
body.pc.summer_children2025 .m_mainArticleList .resultBox p {
  padding: 0 20px;
}
body.pc.summer_children2025 .m_mainArticleList .resultBox img {
  width: 360px;
  max-width: 90%;
}
body.pc.summer_children2025 .m_mainArticleList .resultBoxInline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.pc.summer_children2025 .m_mainArticleList .resultBoxInline::before, body.pc.summer_children2025 .m_mainArticleList .resultBoxInline::after {
  display: none;
}
body.pc.summer_children2025 .m_mainArticleList .resultBoxInline .resultBoxTop {
  flex: 1;
  width: 100%;
}
body.pc.summer_children2025 .m_mainArticleList .resultBoxInline .resultBoxBottom {
  width: auto;
  max-width: 60%;
  flex-grow: 1;
}
body.pc.summer_children2025 .remoteActivities {
  margin: 0 auto;
  width: 738px;
  min-width: 738px !important;
}
body.pc.summer_children2025 #CompanyPCArticleList-probono {
  margin-top: 32px;
}
body.pc.summer_children2025 .articleTags {
  margin-top: 8px;
  display: flex;
  gap: 2px;
  color: #60c31d;
  padding: 0 20px 20px 20px;
}
body.pc.summer_children2025 .articleTags .tagName {
  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;
}

/* # =================================================================
   # 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;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
  margin-top: -20px;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

.react-datepicker__current-month--hasYearDropdown {
  margin-bottom: 16px;
}

.react-datepicker__navigation {
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  text-indent: -999em;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month {
  margin: 5px;
  text-align: center;
}

.react-datepicker__day-name,
.react-datepicker__day {
  color: #000;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  margin: 2px;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 4px;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--selected, .react-datepicker__day--in-range {
  border-radius: 4px;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view {
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.react-datepicker__year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow {
  border-top-color: #ccc;
  margin-bottom: 3px;
  left: 5px;
  top: 9px;
  position: relative;
  border-width: 6px;
}

.react-datepicker__year-read-view--selected-year {
  right: 6px;
  position: relative;
}

.react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.react-datepicker__year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.react-datepicker__year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected {
  position: absolute;
  left: 30px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #6c6b6b;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "×";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}

.react-datepicker__tether-element {
  z-index: 2147483647;
}

/* HACK: おそらくreact-datepickerのバージョンによって不具合が発生している。バージョン新しくなると下記は消しても良いかも知れない。 */
.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker__navigation {
  z-index: 10;
}

.react-datepicker__navigation.react-datepicker__navigation--previous:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: -7px;
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}

.react-datepicker__navigation.react-datepicker__navigation--next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -7px;
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}

.m_spreadHeader {
  height: 80px;
}
.m_spreadHeader .simpleHeader {
  padding: 20px 0;
  text-align: center;
}
.m_spreadHeader .simpleHeader img {
  height: 40px;
}
.m_spreadHeader .headerContents {
  position: relative;
}
.m_spreadHeader .headerContents .headerBox {
  position: absolute;
  top: 20px;
}
.m_spreadHeader .headerContents .headerBox.isRight {
  right: 0px;
  top: 35px;
}
.m_spreadHeader .headerContents .headerBox.companyLinks a {
  margin-right: 25px;
}
.m_spreadHeader .headerContents .headerBox.companyLinks a:hover {
  color: #b2bab3;
}
.m_spreadHeader .headerContents .headerBox.companyLinks a:last-child {
  margin-right: 0;
}
.m_spreadHeader .companyLogo img {
  height: 40px;
}
.m_spreadHeader .companyLogo .volunteerPortal {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-left: 5px;
}
.m_spreadHeader .companyLogo .volunteerPortal span.by {
  font-size: 11px;
  display: block;
  padding: 2px 0 0 1px;
}

.m_spreadUserNavi {
  position: relative;
}
.m_spreadUserNavi .userBgImg {
  overflow: hidden;
  width: 100%;
  height: 85px;
  border: 1px solid #ccc;
  align-items: center;
  display: flex;
}
.m_spreadUserNavi .userBgImg img {
  max-width: 100%;
  border-radius: 0px;
}
.m_spreadUserNavi .followZone {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.m_spreadUserNavi .userIcon {
  position: relative;
  vertical-align: bottom;
  padding: 10px 0 10px 10px;
}
.m_spreadUserNavi .userIcon a {
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  position: relative;
  margin-top: -55px;
  margin-left: 15px;
  background-color: #fff;
  display: block;
}
.m_spreadUserNavi .userIcon img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  margin: 1px 1px 1px 0;
  max-width: 76px;
  max-height: 76px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 0px;
}
.m_spreadUserNavi .userName {
  padding-top: 10px;
  padding-left: 15px;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}
.m_spreadUserNavi .userName h2 {
  font-size: 18px;
  line-height: 1.3;
}
.m_spreadUserNavi .userName a {
  word-break: break-all;
}

body.pc.spread.articles.show .isGetAreas .p_label {
  margin-bottom: 5px;
  margin-right: 5px;
}
body.pc.spread.articles.show .p_label {
  padding: 0px 8px;
  font-size: 11px;
}
body.pc.spread.articles.show .mainPicZone {
  margin-bottom: 15px;
}
body.pc.spread.articles.show .m_userNavi .followZone {
  top: 52%;
}
body.pc.spread.articles.show .m_userNavi .userExternalUrl {
  padding-left: 15px;
}
body.pc.spread.articles.show .userHPLink {
  text-align: center;
}
body.pc.spread.articles.show .userHPLink .p_btn {
  width: 270px;
}
body.pc.spread.articles.show .userSideInfo .userSubInfo {
  padding-left: 15px;
  padding-right: 15px;
}
body.pc.spread.articles.show .userSideInfo .snsFollow {
  margin: 8px 0 0 0;
}
body.pc.spread.articles.show .userSideInfo .userCatchCopy {
  font-size: 14px;
  text-align: center;
  padding: 10px 0px;
}
body.pc.spread.articles.show .userSideInfo .m_infoTable.sideways {
  margin-top: 5px;
}
body.pc.spread.articles.show .userSideInfo .m_infoTable.sideways th, body.pc.spread.articles.show .userSideInfo .m_infoTable.sideways td {
  border: none;
  padding: 5px;
}
body.pc.spread.articles.show .userSideInfo .m_infoTable.sideways th {
  width: 80px;
  vertical-align: middle;
}
body.pc.spread.articles.show .categoryLinkTag.isActive:hover {
  color: #60c31d;
  background-color: #fff;
}
body.pc.spread.articles.show .categoryLinkTag:hover {
  cursor: auto;
}

/* # =================================================================
   # 変数定義
   # ================================================================= */
/* z-indexの定義
--------------------------------------------------------- */
/* # =================================================================
   # mixin
   # ================================================================= */
/* bookmarkボタンのオン、オフ切り替え
--------------------------------------------------------- */
/* ホバー時の文字色の変化等の効果
--------------------------------------------------------- */
/* メディアクエリ
--------------------------------------------------------- */
.m_articleRecommendationBubble {
  position: relative;
  background-color: #fff;
  padding: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  /* 吹き出し */
  /* 吹き出し三角の縁取り部分 */
  /* 吹き出し三角の白い部分 */
}

.m_articleRecommendationBubble a:active .title, .m_articleRecommendationBubble a:hover .title {
  text-decoration: none !important;
}

.m_articleRecommendationBubble .title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 2px;
}

.m_articleRecommendationBubble .content {
  padding-bottom: 2px;
}

.m_articleRecommendationBubble .author {
  color: #757575;
  text-align: right;
  font-size: 12px;
}

.m_articleRecommendationBubble::before, .m_articleRecommendationBubble::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  border-style: solid;
  display: block;
}

.m_articleRecommendationBubble::before {
  top: -15px;
  left: 38px;
  border-width: 0 15px 15px 15px;
}

.m_articleRecommendationBubble::after {
  top: -12px;
  left: 39px;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #fff transparent;
}

.m_articleRecommendationBubble.isRecommend {
  border: 2px solid #60c31d;
  /* 吹き出し三角の縁取り部分 */
}

.m_articleRecommendationBubble.isRecommend::before {
  border-color: transparent transparent #60c31d transparent;
}

.m_articleRecommendationBubble.isRecommend .title {
  color: #60c31d;
}

.m_articleRecommendationBubble.isParticipant {
  border: 2px solid #ff8945;
  /* 吹き出し三角の縁取り部分 */
}

.m_articleRecommendationBubble.isParticipant::before {
  border-color: transparent transparent #ff8945 transparent;
}

.m_articleRecommendationBubble.isParticipant .title {
  color: #ff8945;
}

.m_participantComments .commentsTitle {
  color: #fd8747;
  position: relative;
  padding: 20px 0 0 41px;
  font-weight: bold;
  font-size: 14px;
}

.m_participantComments .commentsTitle::before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 10px));
          transform: translateY(calc(-50% + 10px));
  content: "";
  height: 14px;
  width: 14px;
  background-image: url(//static.activo.jp/assets/commentIcon-6f230ea12a730e6cdccebfc11d2f191b77d05ed2b12421e57dfc18d9466c324b.svg);
  background-size: cover;
}

.m_participantComments .commentsItem {
  padding: 9px 14px 6px 14px;
  border-bottom: 1px solid #d9d9d9;
}

.m_participantComments .commentsItem > p:last-child {
  color: #757575;
  text-align: right;
  font-size: 12px;
}

.m_participantComments .commentsItem.isRecommend > p:last-child {
  text-align: left;
}

.m_participantComments .recommendationTitle {
  color: #60c31d;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0 0 31px;
  position: relative;
}

.m_participantComments .recommendationTitle::before {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 7px));
          transform: translateY(calc(-50% + 7px));
  content: "";
  height: 14px;
  width: 14px;
  background-image: url(//static.activo.jp/assets/bulbIcon-6819f888a6391d20e6ace7e5de2324551b607c28154a1e338134f5f567eb669c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.m_participantComments .author.isParticipant {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m_participantComments .author.isParticipant:hover {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.m_participantComments .author.isRecommend {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m_participantComments .author.isRecommend:hover {
  display: block;
  -webkit-line-clamp: unset;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.m_partnerCompanies .partnerCompanies {
  background-color: #05A3DA;
  color: #f0f0f0;
}

.m_partnerCompanies .partnerCompanies .l_wrapper {
  padding: 42px 0;
}

.m_partnerCompanies .partnerCompaniesHeadline {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
}

.m_partnerCompanies .partnerCompaniesList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.m_partnerCompanies .partnerCompaniesList li {
  display: inline;
}

.m_partnerCompanies .partnerCompaniesList li:last-child {
  display: block;
}

.m_mainGenreList .resultBoxBottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
}
.m_mainGenreList .resultBoxBottom .resultBoxBottomSub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_mainGenreList .resultBoxBottom .resultBoxBottom .p_label.isSmall {
  padding: 2px 10px;
  font-size: 0.875rem;
}
.m_mainGenreList .resultBoxBottom .resultBoxBottomSub .resultBoxBottomSubDate {
  color: #6c6b6b;
  font-size: 12px;
}
.m_mainGenreList .resultBoxBottom .resultBoxBottomMain .featureContentBody {
  line-height: 1.5;
}

.pickupSpeechBubble {
  position: relative;
  display: inline-block;
  width: 100% !important;
  padding: 12px 10px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px !important;
}
.pickupSpeechBubble .pickupSpeechBubbleHeading {
  margin-bottom: 4px;
  color: #60c31d;
  font-weight: 600;
  font-size: 10px;
  line-height: 160%;
}
.pickupSpeechBubble .pickupSpeechBubbleSubHeading {
  margin-bottom: 8px;
  color: #333;
  line-height: 160%;
  font-size: 13px;
  font-weight: 300;
}
.pickupSpeechBubble .pickupSpeechBubbleCompanyName {
  float: right;
  color: #6c6b6b;
  font-weight: 300;
  font-size: 10px;
  line-height: 160%;
}

.pickupSpeechBubble:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: white transparent;
  border-width: 0 10px 10px 10px;
  top: -10px;
  left: 3%;
  margin-left: -10px;
}

.m_sideInfoList {
  padding: 15px 0 15px 0;
  border-bottom: 1px dotted #ccc;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.m_sideInfoList * {
  transition: all 0.3s ease;
}
.m_sideInfoList *:hover {
  text-decoration: none;
}
.m_sideInfoList .sideInfoListWrapper {
  display: flex;
  justify-content: space-between;
}
.m_sideInfoList .sideInfoImg {
  height: 76px;
  width: 76px;
  margin-right: 10px;
}
.m_sideInfoList .sideInfoDesc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m_sideInfoList .sideInfoDesc .sideInfoDescSub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_sideInfoList .sideInfoDesc .sideInfoDescSub .p_label.isSmall {
  padding: 2px 10px;
  font-size: 0.6875rem;
}
.m_sideInfoList .contentUrl:hover .sideInfoTitle {
  color: #60c31d;
}
.m_sideInfoList .sideInfoTitle {
  line-height: 1.15;
  font-size: 14px;
  overflow: auto;
  margin-bottom: 0;
}
.m_sideInfoList ul {
  width: 100%;
  display: inline-block;
}
.m_sideInfoList ul li {
  font-size: 13px;
}
.m_sideInfoList ul li:last-child {
  margin-bottom: 0;
}
.m_sideInfoList .p_icon.isUpdatedAt {
  float: right;
}
.m_sideInfoList .featureThumbnail {
  float: left;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  width: inherit;
  height: inherit;
  margin-right: 5px;
}

body.spread.companies.features.show .m_storyBody p > img {
  border: none !important;
}

/* # =================================================================
   # 変数定義
   # ================================================================= */
/* z-indexの定義
--------------------------------------------------------- */
/* # =================================================================
   # mixin
   # ================================================================= */
/* bookmarkボタンのオン、オフ切り替え
--------------------------------------------------------- */
/* ホバー時の文字色の変化等の効果
--------------------------------------------------------- */
/* メディアクエリ
--------------------------------------------------------- */
body.spread.companies.social_wednesday.articles .deadlineNotice span {
  color: #E680A9 !important;
}

body.spread.companies.social_wednesday.articles .ageGroupTags li {
  color: #05A3DA !important;
  border: 1px solid #05A3DA !important;
}

body.spread.companies.social_wednesday.articles .p_articleHeadingSecond {
  color: #05A3DA !important;
}

body.spread.companies.social_wednesday.articles .companySiteUserPresenceSummary {
  color: #6c6b6b;
  margin-bottom: 13px;
}

body.spread.companies.social_wednesday.articles .companySiteUserPresenceSummary .formattedContactCount {
  color: #E680A9;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
}

body.spread.companies.social_wednesday.articles .oneOffActivityDateSummary {
  align-self: flex-end;
  text-align: center;
  color: #E680A9 !important;
  font-weight: bold;
  font-size: 12px;
}

body.spread.companies.social_wednesday.articles .oneOffActivityDateSummaryContent {
  line-height: 1.5;
}

body.spread.companies.social_wednesday.articles .oneOffActivityDateSummaryPrefix {
  margin-bottom: 2px;
}

body.spread.companies.social_wednesday.articles .l_subMainContent {
  background: transparent !important;
}

body.spread.companies.social_wednesday.articles .l_wideContent {
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: none !important;
}

body.spread.companies.social_wednesday.articles .m_partnerCompanies {
  margin-top: 24px;
}

body.spread.companies.social_wednesday.articles .m_partnerCompanies .partnerCompanies {
  background-color: white;
  color: #05A3DA;
}

body.spread.companies.social_wednesday.articles footer {
  margin-top: 0;
}

body.spread.companies.social_wednesday.buyer_company_contacts h2 i {
  background-color: #05A3DA !important;
}

body.spread.companies.social_wednesday.buyer_company_contacts ul.articleLabels.isBgTransparent .p_label.isMain {
  background: #05A3DA;
  border: 1px solid #05A3DA;
}

body.spread.companies.social_wednesday.buyer_company_contacts .p_showMore .showMoreIcon {
  background: #05A3DA !important;
}

body.spread.companies.social_wednesday.buyer_company_contacts .itemHead .material-icons,
body.spread.companies.social_wednesday.buyer_company_contacts i.contactComplete {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.buyer_company_contacts .companyNameInputDesc {
  color: #6c6b6b;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .diagonalRight, body.spread.companies.social_wednesday.buyer_company_contacts.create .diagonalLeft, body.spread.companies.social_wednesday.buyer_company_contacts.complete .diagonalRight, body.spread.companies.social_wednesday.buyer_company_contacts.complete .diagonalLeft {
  height: 2px !important;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper {
  padding: 26px 40px;
  margin: 30px auto;
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: white;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent {
  width: 720px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeHeaderSectionTitle, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeHeaderSectionTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  height: 36px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeHeaderSectionTitle h1, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeHeaderSectionTitle h1 {
  font-size: 24px !important;
  margin: 0;
  line-height: 36px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeHeaderSectionTitle i.contactComplete, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeHeaderSectionTitle i.contactComplete {
  font-size: 24px;
  color: #05A3DA !important;
  margin-right: 12px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeHeaderSectionImage, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeHeaderSectionImage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-bottom: 12px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeHeaderSectionDesc, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeHeaderSectionDesc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeHeaderSectionDesc p, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeHeaderSectionDesc p {
  line-height: 22px;
  font-size: 14px !important;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeHeaderSectionDesc p:first-child, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeHeaderSectionDesc p:first-child {
  margin-bottom: 14px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent hr, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent hr {
  border: none;
  border-top: 1px solid rgb(204, 204, 204);
  margin-bottom: 24px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeShareVolunteerSection, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeShareVolunteerSection {
  margin-bottom: 36px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeShareVolunteerSectionHeader, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeShareVolunteerSectionHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-bottom: 16px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeShareVolunteerSectionHeader p, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeShareVolunteerSectionHeader p {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeShareVolunteerSectionContent, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeShareVolunteerSectionContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeShareVolunteerSectionContentTextWrapper, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeShareVolunteerSectionContentTextWrapper {
  width: 550px;
  height: 100%;
  line-height: 20px;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 12px;
  border-radius: 5px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeShareVolunteerSectionContent .p_btn.isSub, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeShareVolunteerSectionContent .p_btn.isSub {
  height: 34px;
  width: 157px;
  font-size: 14px !important;
  font-weight: bold;
  text-align: center;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeShareVolunteerSectionAdditionalInfo, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeShareVolunteerSectionAdditionalInfo {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeShareVolunteerSectionAdditionalInfo p, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeShareVolunteerSectionAdditionalInfo p {
  font-size: 14px;
  line-height: 24px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeOpenFirstModalBtnWrapper, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeOpenFirstModalBtnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLinkContent, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLinkContent {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  justify-items: center;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal {
  background: white;
  padding: 28px 40px;
  width: 800px;
  height: 720px;
  position: relative;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModalHeading, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModalHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModalHeading img, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModalHeading img {
  height: 26px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModalHeading p, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModalHeading p {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal .diagonalWrapper, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal .diagonalWrapper {
  margin-bottom: 14px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal .diagonalWrapper .volunteerSurveyTitle p, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal .diagonalWrapper .volunteerSurveyTitle p {
  font-size: 14px;
  line-height: 22px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal .diagonalWrapper .diagonalRight, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal .diagonalWrapper .diagonalRight {
  margin-left: 4px;
  width: 20px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal .diagonalWrapper .diagonalLeft, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModal .diagonalWrapper .diagonalLeft {
  margin-right: 4px;
  width: 20px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModalBackdrop, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeFirstModalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop .completeSecondModal, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop .completeSecondModal {
  background: white;
  padding: 28px 42px;
  width: 800px;
  height: 440px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop .completeSecondModalHeading, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop .completeSecondModalHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop .completeSecondModalHeading p, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop .completeSecondModalHeading p {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop .completeSecondModalHeading img, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .completeSecondModalBackdrop .completeSecondModalHeading img {
  height: 26px;
  width: 26px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .p_btn.isMain, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .p_btn.isMain {
  width: 365px;
  height: 34px;
  text-align: center;
  font-weight: bold;
  font-size: 14px !important;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyForm input[type=checkbox], body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyForm input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyForm input[type=checkbox]:checked:after, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyForm input[type=checkbox]:checked:after {
  content: "✓";
  color: #05A3DA;
  font-size: 20px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplying, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplying {
  margin-bottom: 16px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:not(:last-child), body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:not(:last-child) {
  margin-bottom: 4px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem {
  font-size: 14px;
  line-height: 32px;
  display: flex;
  justify-content: start;
  align-items: center;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:last-child, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:last-child input[type=text], body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:last-child input[type=text] {
  width: 468px;
  border: 1px solid #ccc;
  padding: 12px;
  outline: none;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:last-child input[type=text]:focus, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:last-child input[type=text]:focus {
  border: 2px solid #05A3DA;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:last-child div, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingItem:last-child div {
  display: flex !important;
  align-items: center !important;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingQuestion, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormMotivationForApplyingQuestion {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 2px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormComment, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormComment {
  margin-bottom: 16px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormCommentQuestion, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormCommentQuestion {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormComment input[type=text], body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormComment input[type=text] {
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
  width: 716px;
  height: 44px;
  border: 1px solid #ccc;
  padding: 12px;
  outline: none;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormComment input[type=text]:focus, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormComment input[type=text]:focus {
  border: 2px solid #05A3DA;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreement, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreement {
  margin-bottom: 18px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreementQuestion, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreementQuestion {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreementContent, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreementContent {
  line-height: 18px;
  font-size: 12px;
  width: 720px;
  height: 60px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 14px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreementQuestion, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreementQuestion {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreementCheckbox, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormAgreementCheckbox {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  font-size: 14px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormBtn, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormBtn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: white;
  z-index: 2;
  padding-top: 8px;
  text-align: center;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormBtnWrapper, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormBtnWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormBtn .p_btn, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormBtn .p_btn {
  width: 400px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormBtn a, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .volunteerSurveyFormBtn a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormHeading, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormHeading {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContent, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContent {
  border: 1px solid rgb(204, 204, 204);
  width: 730px;
  height: 196px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSection, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSection {
  display: flex;
  justify-items: start;
  align-items: start;
  gap: 50px;
  margin-bottom: 18px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionAgeCategory, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionAgeCategory {
  display: flex;
  flex-direction: column;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionAgeCategory label, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionAgeCategory label {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionAgeCategory .ageCategorySelect, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionAgeCategory .ageCategorySelect {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  outline: none;
  width: 148px;
  height: 34px;
  color: #ccc;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionAgeCategory .ageCategorySelect:focus, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionAgeCategory .ageCategorySelect:focus {
  border-color: #05A3DA;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderQuestion, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderQuestion {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 30px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div label, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div label {
  font-size: 14px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div input[type=radio], body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  outline: none;
  position: relative;
  box-shadow: 0 0 0 2px #ccc;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div input[type=radio]:checked, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div input[type=radio]:checked {
  background-color: #05A3DA;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div input[type=radio]:focus, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentUpperSectionGenderItems div input[type=radio]:focus {
  box-shadow: 0 0 0 2px #ccc, 0 0 0 4px white;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartmentQuestion, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartmentQuestion {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 4px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input[type=text], body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input[type=text] {
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
  width: 366px;
  height: 44px;
  border: 1px solid #ccc;
  padding: 12px;
  outline: none;
  font-size: 14px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input[type=text]:focus, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input[type=text]:focus {
  border: 2px solid #05A3DA;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input::-webkit-input-placeholder, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input:-ms-input-placeholder, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input::-ms-input-placeholder, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input::-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input::placeholder, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormContentDepartment input::placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormBtn, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormBtn {
  text-align: center;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormBtnWrapper, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormBtnWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormBtn .p_btn, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormBtn .p_btn {
  width: 400px;
}

body.spread.companies.social_wednesday.buyer_company_contacts.create .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormBtn a, body.spread.companies.social_wednesday.buyer_company_contacts.complete .completeWrapper .completeMainContent .completeTopPageLink .userAttributesSurveyFormBtn a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

body.spread.companies.social_wednesday.help .m_entryZone.isGuide h3 {
  border-left: solid 4px #05A3DA;
}

body.spread.companies.social_wednesday .u_mainColor {
  color: #05A3DA !important;
}

body.spread.companies.social_wednesday .p_btn.isMain {
  background: #05A3DA;
  border: 1px solid #05A3DA;
}

body.spread.companies.social_wednesday .p_btn.isMain:hover {
  color: #05A3DA;
  background: white;
}

body.spread.companies.social_wednesday footer {
  position: relative !important;
  background-color: #ffffff;
}

body.spread.companies.social_wednesday footer .mailMagazineContainer {
  background-color: #05A3DA;
  color: #f0f0f0;
}

body.spread.companies.social_wednesday footer .mailMagazineContainer .l_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.spread.companies.social_wednesday footer .mailMagazineContainer p {
  text-align: center;
  font-weight: 600;
}

body.spread.companies.social_wednesday footer .footerLinkMenu::before, body.spread.companies.social_wednesday footer .footerLinkMenu::after {
  display: none;
}

body.spread.companies.social_wednesday footer .p_btn {
  font-weight: 700;
  border-radius: 50px;
  box-shadow: none;
}

body.spread.companies.social_wednesday footer .isLinkBtn {
  padding: 0;
  color: #05A3DA;
  font-weight: normal !important;
  text-decoration: underline !important;
  box-shadow: none !important;
}

body.spread.companies.social_wednesday.top.show .headlineContainer {
  background: #ffffff;
}

body.spread.companies.social_wednesday.top.show .headlineTitle {
  color: #05A3DA;
  font-weight: 700;
  font-family: "YuGothic", "Yu Gothic", "sans-serif";
}

body.spread.companies.social_wednesday.top.show .headlineDesc {
  font-family: "YuGothic", "Yu Gothic", "sans-serif";
  color: #05A3DA;
  font-weight: 700;
  font-size: 14px;
}

body.spread.companies.social_wednesday.top.show .headlineImage {
  -o-object-fit: cover;
     object-fit: cover;
}

body.spread.companies.social_wednesday.top.show .headlineButtons {
  display: flex;
}

body.spread.companies.social_wednesday.top.show .p_btn {
  font-weight: 700;
  border-radius: 50px;
  box-shadow: none;
  transition: all 0.3s ease;
}

body.spread.companies.social_wednesday.top.show .articlesCount {
  line-height: 13px;
  font-weight: 600;
  font-size: 13px;
}

body.spread.companies.social_wednesday.top.show .articlesCount .num {
  color: #ff8945;
  font-size: 18px;
  line-height: 18px;
}

body.spread.companies.social_wednesday.top.show .aboutContainer {
  background-color: #ffffff;
  color: #05A3DA;
}

body.spread.companies.social_wednesday.top.show .aboutContainer .aboutTitle {
  font-weight: 700;
  font-size: 24px;
  font-family: "YuGothic", "Yu Gothic", "sans-serif";
}

body.spread.companies.social_wednesday.top.show .aboutContainer p {
  font-size: 14px;
  font-weight: 700;
  font-family: "YuGothic", "Yu Gothic", "sans-serif";
}

body.spread.companies.social_wednesday.top.show footer {
  margin-top: 0;
}

body.spread.companies.social_wednesday.summer_children2025 .m_smallArticleList li.p_icon::before {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.summer_children2025 .m_articleMapViewer .mapTitle::after {
  background-color: #05A3DA;
}

body.spread.companies.social_wednesday.summer_children2025 .m_articleMapViewer .locationItem:hover, body.spread.companies.social_wednesday.summer_children2025 .m_articleMapViewer .locationItem.isHovered {
  background-color: #f0f8ff;
}

body.spread.companies.social_wednesday.summer_children2025 .m_articleMapViewer .locationItem.isSelected {
  border-left: 4px solid #05A3DA;
  background-color: #f0f8ff;
}

body.spread.companies.social_wednesday.summer_children2025 .m_articleMapViewer a:hover .smallArticleTitle {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.summer_children2025 .subHeading::after {
  background-color: #05A3DA;
}

body.spread.companies.social_wednesday.summer_children2025 .indexContainer a {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.summer_children2025 .p_flashBox {
  border: 1px solid #05A3DA;
  background-color: #f0f8ff;
}

body.spread.companies.social_wednesday.summer_children2025 .infoWindow a {
  color: #05A3DA;
}

body.spread.companies.devise.sessions.new.louisvuitton_japan .p_btn.isAccent.isWide:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body.spread.companies.devise.sessions.new.louisvuitton_japan .l_wrapper .m_modalBox {
  z-index: 2;
}

body.spread.companies.devise.sessions.new.louisvuitton_japan .l_wrapper .m_modalBox .modalTitle {
  font-size: 20px;
  text-align: start;
}

body.spread.companies.devise.sessions.new.louisvuitton_japan .l_wrapper .m_modalBox .modalContent {
  display: flex;
  flex-direction: column;
}

body.spread.companies.devise.sessions.new.louisvuitton_japan .l_wrapper .m_modalBox .modalContent .agreementText {
  margin-bottom: 20px;
}

body.spread.companies.devise.sessions.new.louisvuitton_japan .p_flashBox .l_wrapper {
  height: auto !important;
}

body.spread.companies.pages.show.volunteer_guide.kokuyo .linkToFeatureArticle {
  color: blue;
}

body.spread.companies.devise.sessions.kokuyo .m_modalBox .emailInput {
  margin-bottom: 1px !important;
}
body.spread.companies.devise.sessions.kokuyo .m_modalBox .emailInputWarning {
  font-size: 12px;
  font-weight: bold;
  text-align: start;
  padding-bottom: 1px !important;
  color: #ff3200;
}
body.spread.companies.devise.sessions.kokuyo .m_modalBox .agreementTitle.u_marBtm20 {
  margin-bottom: 0 !important;
}
body.spread.companies.devise.sessions.kokuyo .m_modalBox .buyerCompanyEmployeeExtendedAttributesItem {
  text-align: start;
}
body.spread.companies.devise.sessions.kokuyo .m_modalBox .buyerCompanyEmployeeExtendedAttributesItem label {
  padding-bottom: 4px;
  font-weight: bold;
}
body.spread.companies.devise.sessions.kokuyo .checkFieldGroup {
  padding: 5px 10px;
}
body.spread.companies.devise.sessions.kokuyo .checkFieldGroup.required {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFACD;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

body.spread.companies.buyer_companies.show .selectConditions.searchList.isActivityDate {
  position: relative;
  display: inline-flex;
  width: 210px;
  vertical-align: top;
  margin-right: 8px;
  justify-content: flex-start;
  align-items: center;
}
body.spread.companies.buyer_companies.show .selectConditions.searchList.isActivityDate input {
  width: 110px;
  height: 44px;
}
body.spread.companies.buyer_companies.show .selectConditions.searchList.isActivityDate input:focus {
  outline: none !important;
  border: 1px solid #60c31d;
}

body.spread.companies.search.searchresult .topicLinks {
  background: white;
  border-radius: 5px;
  padding: 20px;
  display: inline-block;
  margin-bottom: 25px;
}
body.spread.companies.search.searchresult .topicLinks h2 {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  line-height: 120%;
}
body.spread.companies.search.searchresult .topicLinks .p_btn.isSub {
  margin-right: 10px;
  margin-top: 10px;
  padding: 4px 10px;
  line-height: 120%;
  box-shadow: none;
}
body.spread.companies.search.searchresult .pickup {
  border: 1px solid #60c31d;
}

body.spread.companies.topics.show .pickup {
  border: 1px solid #60c31d;
}

/* # =================================================================
   # 変数定義
   # ================================================================= */
/* z-indexの定義
--------------------------------------------------------- */
/* # =================================================================
   # mixin
   # ================================================================= */
/* bookmarkボタンのオン、オフ切り替え
--------------------------------------------------------- */
/* ホバー時の文字色の変化等の効果
--------------------------------------------------------- */
/* メディアクエリ
--------------------------------------------------------- */
.diagonalWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 6px;
}

.diagonalRight, .diagonalLeft {
  position: relative;
  flex: none;
  width: 36px;
  height: 1px;
  background-color: #E680A9;
}

.diagonalRight {
  -webkit-transform: translateX(0%) rotate(-45deg);
          transform: translateX(0%) rotate(-45deg);
  margin-left: 20px;
}

.diagonalLeft {
  -webkit-transform: translateX(0%) rotate(45deg);
          transform: translateX(0%) rotate(45deg);
  margin-right: 20px;
}

.diagonalWrapper p {
  font-size: 1.5rem;
}

/* # =================================================================
   # 変数定義
   # ================================================================= */
/* z-indexの定義
--------------------------------------------------------- */
/* # =================================================================
   # mixin
   # ================================================================= */
/* bookmarkボタンのオン、オフ切り替え
--------------------------------------------------------- */
/* ホバー時の文字色の変化等の効果
--------------------------------------------------------- */
/* メディアクエリ
--------------------------------------------------------- */
.m_socialWednesdayHeader {
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 3px 3px -3px #191919;
  position: relative;
  z-index: 999;
}

.m_socialWednesdayHeader h1 {
  font-weight: normal;
}

.m_socialWednesdayHeader .l_wrapper::after, .m_socialWednesdayHeader .l_wrapper::before {
  display: none;
}

.m_socialWednesdayHeader .headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.m_socialWednesdayHeader .headerContainer .headerLogo .companyLogo {
  display: flex;
  align-items: center;
  -webkit-column-gap: 11px;
          column-gap: 11px;
}

.m_socialWednesdayHeader .headerContainer .headerLogo .companyLogo img {
  height: 40px;
}

.m_socialWednesdayHeader .headerContainer .headerLogo .companyLogo .volunteerPortal {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.5em;
}

.m_socialWednesdayHeader .headerContainer .headerMenu {
  display: flex;
  flex-direction: row-reverse;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.m_socialWednesdayHeader .headerContainer .headerMenu a {
  color: #05A3DA;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.m_socialWednesdayHeader .headerContainer .headerMenu a:hover {
  border-bottom: #05A3DA 1px solid;
}

.m_socialWednesdayHeader .headerContainer .headerMenu a:nth-child(1)::before {
  content: "";
  background-image: url(//static.activo.jp/assets/infoCircleIcon-fdf8434a20930a0949a7afc78206314dfaf874a14bfce52f6a416272336110f9.svg);
  margin-right: 6px;
  height: 16px;
  width: 16px;
  background-size: cover;
}

.m_socialWednesdayHeader .headerContainer .headerMenu a:nth-child(2)::before {
  content: "";
  background-image: url(//static.activo.jp/assets/circleQuestionIcon-a0c1673edec2dbd04c53213d35a1ac72bcd7a88d92f4a696145e6bec6e96dd9e.svg);
  margin-right: 6px;
  height: 16px;
  width: 16px;
  background-size: cover;
}

.m_socialWednesdayHeader .headerContainer .headerMenu a:nth-child(3)::before {
  content: "\f005";
  font-family: FontAwesome;
  margin-right: 6px;
}

.m_swRegisterMailModal {
  color: #333;
}

.m_swRegisterMailModal .m_modalBox.isSwModal {
  width: 480px;
  border-radius: 8px;
}

.m_swRegisterMailModal img {
  width: 170px;
  margin-bottom: 10px;
}

.m_swRegisterMailModal .volunteerPortal {
  display: block;
  font-size: 10px;
  color: #6c6b6b;
}

.m_swRegisterMailModal .registrationContainer .subTitle {
  margin-top: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #05A3DA;
  line-height: 1.5em;
}

.m_swRegisterMailModal .registrationContainer .inputContainer {
  margin: 0 auto;
  padding: 0 80px;
}

.m_swRegisterMailModal .registrationContainer .inputContainer .mailArea {
  margin-top: 40px;
}

.m_swRegisterMailModal .registrationContainer .inputContainer .mailArea label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}

.m_swRegisterMailModal .registrationContainer .inputContainer .mailArea .mailInput {
  width: 280px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0 8px;
}

.m_swRegisterMailModal .registrationContainer .inputContainer .mailArea input[type=checkbox] {
  margin-right: 0 !important;
}

.m_swRegisterMailModal .registrationContainer .inputContainer .policyItems {
  margin-top: 28px;
  margin-bottom: 32px !important;
}

.m_swRegisterMailModal .registrationContainer .inputContainer .policyItems .policyItem {
  display: flex;
  align-items: center;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  font-size: 12px;
}

.m_swRegisterMailModal .registrationContainer .inputContainer .policyItems .policyItem:first-child {
  margin-bottom: 16px !important;
}

.m_swRegisterMailModal .registrationContainer .modalBtns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m_swRegisterMailModal .registrationContainer .modalBtns .p_btn:first-child {
  margin-bottom: 12px;
}

.m_swRegisterMailModal .completeContainer p {
  font-size: 14px;
}

.m_swRegisterMailModal .completeContainer .firstMessage {
  margin-top: 34px;
}

.m_swRegisterMailModal .completeContainer .registerdMailContainer {
  margin-top: 34px;
  color: #05A3DA;
  padding: 20px 0;
  border: 1px solid #05A3DA;
  border-radius: 8px;
  font-weight: bold;
}

.m_swRegisterMailModal .completeContainer .registerdMailContainer p:last-child {
  text-decoration: underline;
}

.m_swRegisterMailModal .completeContainer .lastMessage {
  margin-top: 32px;
}

.m_swRegisterMailModal .completeContainer .lastMessage span {
  display: inline-block;
  font-weight: bold;
  color: #05A3DA;
}

.m_swRegisterMailModal .completeContainer .p_btn {
  margin-top: 37px;
}

.m_swRegisterMailModal .p_btn.isSwBtn {
  width: 200px !important;
}

.m_participantComments {
  width: 300px;
  background-color: #fefefe;
  border: 2px solid #d9d9d9;
  border-radius: 8px 8px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.m_participantComments .commentsContainer {
  max-height: 500px;
  overflow-y: overlay;
  scrollbar-width: thin;
}

.m_participantComments .commentOpenButton {
  position: absolute;
  top: 23px;
  right: 16px;
  content: url(//static.activo.jp/assets/menuArrow-db9e545e681aa4a702bc85d3375f36dfea8632f14dff8f33f4ae5dddccdd37de.svg);
  height: 14px;
  width: 14px;
}

.m_participantComments .commentOpenButton:hover {
  cursor: pointer;
}

.m_participantComments .commentOpenButton.open {
  top: 21px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m_newSelectArea {
  position: relative;
  display: inline-block;
  width: 220px;
  vertical-align: top;
  margin-right: 8px;
}
.m_newSelectArea.open .newSelectAreaContent .arrow:before {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.m_newSelectArea.open .newSelectAreaContent .arrow:after {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.m_newSelectArea.open .newSelectAreaOptionList {
  -webkit-transform: translate(0, 12px) scale(1);
          transform: translate(0, 12px) scale(1);
  opacity: 1;
  visibility: visible;
}
.m_newSelectArea select {
  display: none;
}
.m_newSelectArea .newSelectAreaContent {
  position: relative;
  z-index: 2;
  padding: 8px 12px 2px 12px;
  border-radius: 4px;
  background: white;
  font-size: 14px;
  min-height: 44px;
  border: 1px solid #ccc;
  transition: box-shadow 0.3s ease;
}
.m_newSelectArea .newSelectAreaContent .arrow {
  right: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 28px;
  position: absolute;
}
.m_newSelectArea .newSelectAreaContent .arrow:before, .m_newSelectArea .newSelectAreaContent .arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #60c31d;
  top: 43%;
  transition: all 0.3s ease;
}
.m_newSelectArea .newSelectAreaContent .arrow:before {
  right: 12px;
  -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg);
}
.m_newSelectArea .newSelectAreaContent .arrow:after {
  left: 9px;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
.m_newSelectArea .newSelectAreaContent .newSelectAreaPlaceholder {
  color: #333;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;
  line-height: 22px;
  transition: all 0.3s ease;
}
.m_newSelectArea .newSelectAreaContent .newSelectAreaPlaceholder.hide {
  visibility: hidden;
  -webkit-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
}
.m_newSelectArea .newSelectAreaContent .selectedItem {
  color: #333;
  position: relative;
  padding: 0 24px 4px 8px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
  font-size: 12px;
  cursor: pointer;
}
.m_newSelectArea .newSelectAreaContent .selectedItem em {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.m_newSelectArea .newSelectAreaContent .selectedItem:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 4px;
  width: 100%;
  position: absolute;
  display: block;
  background: #F4FFED;
  z-index: -1;
  border-radius: 4px;
}
.m_newSelectArea .newSelectAreaContent .selectedItem i {
  cursor: pointer;
  position: absolute;
  top: -2px;
  right: 0;
  width: 24px;
  height: 28px;
  display: block;
}
.m_newSelectArea .newSelectAreaContent .selectedItem i:before, .m_newSelectArea .newSelectAreaContent .selectedItem i:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 43%;
  top: 50%;
  background: #60c31d;
  border-radius: 1px;
}
.m_newSelectArea .newSelectAreaContent .selectedItem i:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.m_newSelectArea .newSelectAreaContent .selectedItem i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.m_newSelectArea .newSelectAreaContent .selectedItem.notShown {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.notShown:before {
  width: 28px;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.notShown i {
  opacity: 0;
  transition: all 0.3s ease 0.3s;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.notShown em {
  opacity: 0;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  transition: all 0.4s ease 0.3s;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.notShown .placeholderText {
  opacity: 0;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  transition: all 0.4s ease 0.3s;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.notShown.shown {
  opacity: 1;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.notShown.shown:before {
  width: 100%;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.notShown.shown i {
  opacity: 1;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.notShown.shown em {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.m_newSelectArea .newSelectAreaContent .selectedItem.remove {
  pointer-events: none;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.remove:before {
  width: 28px;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.remove i {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.m_newSelectArea .newSelectAreaContent .selectedItem.remove em {
  opacity: 0;
  -webkit-transform: translate(-12px, 0);
          transform: translate(-12px, 0);
  transition: all 0.4s ease 0s;
}
.m_newSelectArea .newSelectAreaOptionList {
  overflow-y: scroll;
  height: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  -webkit-transform: translate(0, 20px) scale(0.8);
          transform: translate(0, 20px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
}
.m_newSelectArea .newSelectAreaOptionList .newSelectAreaOption {
  color: #333;
  background: white;
  padding: 12px 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.m_newSelectArea .newSelectAreaOptionList .newSelectAreaOption:first-child {
  border-radius: 8px 8px 0 0;
}
.m_newSelectArea .newSelectAreaOptionList .newSelectAreaOption:first-child:last-child {
  border-radius: 8px;
}
.m_newSelectArea .newSelectAreaOptionList .newSelectAreaOption:last-child {
  border-radius: 0 0 8px 8px;
}
.m_newSelectArea .newSelectAreaOptionList .newSelectAreaOption:last-child:first-child {
  border-radius: 8px;
}
.m_newSelectArea .newSelectAreaOptionList .newSelectAreaOption:hover {
  background: #60c31d;
  color: white;
}
.m_newSelectArea .newSelectAreaOptionList .newSelectAreaOption .checkmark {
  float: right;
}
.m_newSelectArea .newSelectAreaOptionList .newSelectAreaOption .checkmark:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #60c31d;
  font-size: 1em;
}

@-webkit-keyframes removeSelectedItem {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
    opacity: 0;
  }
}

@keyframes removeSelectedItem {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
    opacity: 0;
  }
}
.m_termsOfAgreement .agreementText {
  margin-top: 40px;
  margin-bottom: 30px;
}
.m_termsOfAgreement .agreementText .agreementTitle {
  width: 70%;
}
.m_termsOfAgreement .agreementText .agreementWarning {
  color: #ff3200;
}
.m_termsOfAgreement .agreementText .descBox {
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
.m_termsOfAgreement .agreementText .descBox .descTitle {
  text-align: center;
}
.m_termsOfAgreement .agreementText .descBox .descText {
  color: #6c6b6b;
  text-align: start;
}
.m_termsOfAgreement .agreementText .checkFieldGroup {
  padding: 5px 10px;
  width: 120px;
}
.m_termsOfAgreement .agreementText .checkFieldGroup.required {
  background: #FFFACD;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.l_childBox.m_topicAreaContent {
  padding-bottom: 0 !important;
}

.m_topicAreaContent .topic {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}
.m_topicAreaContent .topic:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.m_topicAreaContent .topic:last-child .topicContentLink {
  padding-bottom: 20px;
}
.m_topicAreaContent .topic .topicContainer {
  margin-bottom: 20px;
}
.m_topicAreaContent .topic .topicContainer .topicContent {
  letter-spacing: 0.1rem;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentHeader .topicContentHeading a {
  color: #60c31d;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: underline;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentHeader .topicContentHeading a:hover {
  opacity: 0.7;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentHeader .topicContentSubHeading {
  color: #333;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 18px;
  height: 240px;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards a {
  text-decoration: none;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards .topicContentCard {
  max-width: 225px;
  padding: 32px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  color: white;
  background-position: center;
  background-size: cover;
  transition: all 0.8s;
  line-height: 160%;
  height: 100%;
  align-content: space-between;
  flex-wrap: wrap;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards .topicContentCard .topicContentCardHeader {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  line-height: 160%;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards .topicContentCard .topicContentCardHeader .topicContentCardHeading {
  font-weight: 600;
  font-size: 14px;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards .topicContentCard .topicContentCardHeader .topicContentCardSubHeading {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards .topicContentCard .topicContentCardInfo {
  margin-top: auto;
  flex: 1;
  font-weight: 300;
  line-height: 160%;
  height: 100%;
  display: flex;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards .topicContentCard .topicContentCardInfo .p_icon {
  color: white !important;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards .topicContentCard .topicContentCardInfo .topicContentCardInfoItems {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards .topicContentCard .topicContentCardInfo .topicContentCardInfoItems li.topicContentCardInfoItem {
  font-size: 14px;
  margin-top: 4px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 210px;
  height: 22px;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentCards .topicContentCard:hover {
  opacity: 0.7;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentLink {
  margin: 22px 0;
  display: flex;
  justify-content: end;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentLink a {
  color: #60c31d;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.m_topicAreaContent .topic .topicContainer .topicContent .topicContentLink a:hover {
  opacity: 0.7;
}

/* # =================================================================
   # 変数定義
   # ================================================================= */
/* z-indexの定義
--------------------------------------------------------- */
/* # =================================================================
   # mixin
   # ================================================================= */
/* bookmarkボタンのオン、オフ切り替え
--------------------------------------------------------- */
/* ホバー時の文字色の変化等の効果
--------------------------------------------------------- */
/* メディアクエリ
--------------------------------------------------------- */
body.spread.companies.social_wednesday.pc.articles.show .p_label.isMain,
body.spread.companies.social_wednesday.pc.articles.show .isPositions .p_btn.isSub {
  color: #05A3DA;
  border: 1px solid #05A3DA;
}

body.spread.companies.social_wednesday.pc.articles.show .isPositions .categoryLinkTag.isFalse {
  display: none;
}

body.spread.companies.social_wednesday.pc.articles.show h3,
body.spread.companies.social_wednesday.pc.articles.show .p_articleHeadingSecond,
body.spread.companies.social_wednesday.pc.articles.show .isRemarkablePoints li:before {
  color: #05A3DA !important;
}

body.spread.companies.social_wednesday.pc.articles.show .articlesMenu ol li a:hover {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.pc.articles.show .articlesMenu ol li a.current {
  color: #05A3DA;
  border-bottom: 2px solid #05A3DA;
}

body.spread.companies.social_wednesday.pc.articles.show .usersCircleYear {
  color: #05A3DA;
  border: 1px solid #05A3DA;
}

body.spread.companies.social_wednesday.pc.articles.show .usersAchvLine,
body.spread.companies.social_wednesday.pc.articles.show .usersYearLastCircle {
  background-color: #05A3DA;
}

body.spread.companies.social_wednesday.pc.articles.show .oneOffActivityDateSummary {
  width: 270px !important;
}

body.spread.companies.social_wednesday.pc.articles.show .oneOffActivityDateSummaryText {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

body.spread.companies.social_wednesday.pc.articles.show .subActionButtonsWithDescription {
  display: flex;
  flex-direction: column;
}

body.spread.companies.social_wednesday.pc.articles.show .subActionButtonsWithDescription .contactButtonAndBookmarkContainer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

body.spread.companies.social_wednesday.pc.articles.show .subActionButtonsWithDescription .contactButtonAndBookmarkContainer .contactButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

body.spread.companies.social_wednesday.pc.articles.show .jsAppearFixed {
  height: 75px;
  z-index: 1001;
}

body.spread.companies.social_wednesday.pc.articles.show .overlayContent .actionButtons .p_btn {
  margin: 0;
}

body.spread.companies.social_wednesday.pc.articles.show .fixedActionButtonsContainer .overlayContent {
  position: relative;
  display: flex;
}

body.spread.companies.social_wednesday.pc.articles.show .fixedActionButtonsContainer .actionButtons {
  width: 740px;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding: 0px 25px;
  justify-content: space-between;
  align-items: center;
}

body.spread.companies.social_wednesday.pc.articles.show .fixedActionButtonsContainer .actionButtons .p_bookmarkBehavior,
body.spread.companies.social_wednesday.pc.articles.show .fixedActionButtonsContainer .actionButtons .isApply {
  width: inherit !important;
}

body.spread.companies.social_wednesday.pc.articles.show .l_wideContent {
  margin: 0 !important;
}

body.spread.companies.social_wednesday.pc.articles.show .actionBox {
  padding-top: 0;
}

body.spread.companies.social_wednesday.pc.articles.show .slick-track {
  display: inline-flex;
}

body.spread.companies.social_wednesday.pc.articles.show .addPaddingTop {
  padding-top: 4px !important;
}

body.spread.companies.social_wednesday.pc.articles.show .removePaddingTop {
  padding-top: 0px !important;
}

body.spread.companies.social_wednesday.pc.articles.show li.articleList a:hover h6 {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.pc .m_mainArticleList .infoBox a:hover h3 {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.pc .m_mainArticleList .resultBoxBottom .articleLabels .p_label.isMain {
  color: #05A3DA;
  border: 1px solid #05A3DA;
}

body.spread.companies.social_wednesday.pc .m_mainArticleList .resultElements li::before {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.pc .m_mainArticleList .resultElementsItem::before {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.pc .u_mainColor {
  color: #05A3DA !important;
}

body.spread.companies.social_wednesday.pc .p_btn.isSwBtn {
  padding: 0;
  height: 50px;
  width: 427px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #ededed;
  background-color: #05A3DA;
  border: 1px solid #ededed;
}

body.spread.companies.social_wednesday.pc .p_btn.isSwBtn:hover {
  background-color: #0596c7;
}

body.spread.companies.social_wednesday.pc .p_btn.isSwWhiteBtn {
  padding: 0;
  height: 50px;
  width: 427px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ededed;
}

body.spread.companies.social_wednesday.pc .p_btn.isSwWhiteBtn:hover {
  background-color: #f6f6f6;
}

body.spread.companies.social_wednesday.pc .p_btn.isLinkBtn {
  padding: 0;
  text-decoration: underline;
  color: #05A3DA;
  font-weight: 400 !important;
  font-size: 13px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body.spread.companies.social_wednesday.pc .p_btn.isSub {
  color: #05A3DA;
  border: 1px solid #05A3DA;
}

body.spread.companies.social_wednesday.pc .p_btn.isSub:hover {
  color: #ffffff;
  background: #05A3DA;
}

body.spread.companies.social_wednesday.pc .p_btn.isRedAccent {
  background: #E680A9;
  border: 1px solid #E680A9;
}

body.spread.companies.social_wednesday.pc .p_btn.isRedAccent:hover {
  color: #E680A9;
  background: white;
}

body.spread.companies.social_wednesday.pc .p_btn.isMailMagazineBtn {
  position: relative;
  padding: 0 !important;
  height: 50px !important;
  width: 200px !important;
}

body.spread.companies.social_wednesday.pc .p_btn.isMailMagazineBtn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.spread.companies.social_wednesday.pc .mailMagazineContainer {
  padding: 42px 0;
  margin-bottom: 25px;
}

body.spread.companies.social_wednesday.pc .mailMagazineContainer p {
  font-size: 14px;
  line-height: 1.5em;
}

body.spread.companies.social_wednesday.pc .mailMagazineContainer .p_btn {
  margin-top: 20px;
  padding: 0;
  height: 50px;
  width: 427px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}

body.spread.companies.social_wednesday.pc footer {
  position: relative !important;
  background-color: #ffffff;
}

body.spread.companies.social_wednesday.pc footer .footerContainer {
  color: #333333;
}

body.spread.companies.social_wednesday.pc footer li {
  margin: 0 !important;
}

body.spread.companies.social_wednesday.pc footer .l_wrapper {
  display: flex;
  justify-content: space-between;
}

body.spread.companies.social_wednesday.pc footer .l_wrapper::before, body.spread.companies.social_wednesday.pc footer .l_wrapper::after {
  display: none;
}

body.spread.companies.social_wednesday.pc footer .leftContent .companyLogo {
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  align-items: center;
}

body.spread.companies.social_wednesday.pc footer .leftContent img {
  width: 160px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

body.spread.companies.social_wednesday.pc footer .leftContent .volunteerPortal {
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
}

body.spread.companies.social_wednesday.pc footer .rightContent .p_btn {
  line-height: 1 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

body.spread.companies.social_wednesday.pc footer .footerLinkMenu {
  display: flex;
  justify-content: flex-end;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  color: #05A3DA;
}

body.spread.companies.social_wednesday.pc footer .footerLinkMenu .isLinkBtn {
  font-size: 13px !important;
}

body.spread.companies.social_wednesday.pc footer .footerLinkMenu li {
  margin: 0 !important;
  line-height: 20px;
}

body.spread.companies.social_wednesday.pc footer .footerInfoMenu {
  text-align: right;
  padding: 17px 0;
}

body.spread.companies.social_wednesday.pc footer .footerInfoMenu li:first-child {
  padding-bottom: 17px;
}

body.spread.companies.social_wednesday.pc footer .copylight {
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  padding: 17px 0 14px 0;
}

body.spread.companies.social_wednesday.pc.top.show {
  font-size: 13px;
}

body.spread.companies.social_wednesday.pc.top.show .l_wrapper {
  min-width: 1080px !important;
}

body.spread.companies.social_wednesday.pc.top.show .headlineContainer {
  padding-bottom: 40px;
  position: relative;
}

body.spread.companies.social_wednesday.pc.top.show .headlineContainer .l_wrapper {
  position: relative;
}

body.spread.companies.social_wednesday.pc.top.show .headlineContainer .headlineTitle {
  font-size: 30px;
  line-height: 33px;
  padding-top: 67px;
}

body.spread.companies.social_wednesday.pc.top.show .headlineContainer .headlineDesc {
  margin-top: 34px;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

body.spread.companies.social_wednesday.pc.top.show .headlineContainer .headlineImage {
  width: 266px;
  height: 173px;
  position: absolute;
  top: 108px;
  right: 43px;
}

body.spread.companies.social_wednesday.pc.top.show .headlineContainer .headlineButtons {
  padding-top: 41px;
  width: 100%;
  justify-content: center;
  -webkit-column-gap: 21px;
          column-gap: 21px;
}

body.spread.companies.social_wednesday.pc.top.show .headlineContainer .headlineCompanyLink {
  text-align: center;
  margin-top: 32px;
}

body.spread.companies.social_wednesday.pc.top.show .articlesContainer .l_wrapper {
  width: 738px;
  min-width: 738px !important;
}

body.spread.companies.social_wednesday.pc.top.show .articlesContainer .articlesTitleContainer {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

body.spread.companies.social_wednesday.pc.top.show .articlesContainer h2 {
  color: #333333;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
}

body.spread.companies.social_wednesday.pc.top.show .articlesContainer .articlesDate {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  margin: 22px 0 10px 0;
}

body.spread.companies.social_wednesday.pc.top.show .articlesContainer .articlesDesc {
  padding-top: 22px;
}

body.spread.companies.social_wednesday.pc.top.show .aboutContainer {
  background-color: #ffffff;
  padding: 50px 0;
}

body.spread.companies.social_wednesday.pc.top.show .aboutContainer h2 {
  line-height: 33px;
}

body.spread.companies.social_wednesday.pc.top.show .aboutContainer p {
  margin-top: 38px;
  line-height: 1.8em;
  letter-spacing: 0.05rem;
}

body.spread.companies.social_wednesday.pc.top.show .aboutContainer .aboutButtons {
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  -webkit-column-gap: 42px;
          column-gap: 42px;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList > section > a:hover {
  text-decoration: none !important;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBox {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBox.isWideInside {
  padding: 0;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBox.hasTopMargin {
  margin-top: 30px;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBox * {
  transition: all 0.3s ease;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBox *:hover {
  text-decoration: none;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBox img {
  margin: 15px;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBox .resultBoxInline {
  margin-left: 0 !important;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBoxContainer .p_label.isMain {
  color: #05A3DA;
  border: 1px solid #05A3DA;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBoxContainer .articleTitle {
  margin-bottom: 12px !important;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBoxContainer .isUserName {
  margin-bottom: 12px;
  color: #6c6b6b;
  font-weight: bold;
  line-height: 1.5;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBoxContainer .resultElements {
  width: 100%;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBoxContainer .resultElements li {
  display: flex;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBoxContainer .resultElements li .resultElementsItem {
  padding-bottom: 2px;
  vertical-align: middle;
  line-height: 20px;
  margin-right: 0 !important;
  display: inline-block;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBoxContainer .resultElements li .resultElementsItem:before {
  display: inline-block;
  width: 1.5em;
  text-align: center;
  font-size: 15px;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBoxContainer p.resultDesc {
  padding: 0 20px 20px 20px;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultBoxContainer .articleTags {
  padding: 0 20px 20px 20px;
}

body.spread.companies.social_wednesday.pc.top.show .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: #05A3DA;
  border: solid 1px #05A3DA;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultElements .itemText .p_icon::before {
  color: #4e4e4e;
}

body.spread.companies.social_wednesday.pc.top.show .m_mainArticleList .resultElementsItem.p_icon::before {
  color: #05A3DA;
}

body.spread.companies.social_wednesday.pc.top.show .noArticles {
  font-weight: bold;
  font-size: 16px;
  padding: 30px 0;
}

body.spread.companies.devise.sessions.new.louisvuitton_japan.pc .l_wrapper {
  height: calc(100vh - 230px);
}

body.spread.companies.devise.sessions.new.louisvuitton_japan.pc .l_wrapper .m_modalBox {
  width: 960px;
  padding: 40px;
}

body.spread.companies.devise.sessions.new.louisvuitton_japan.pc .l_wrapper .m_modalBox .modalContent {
  justify-content: center;
  align-items: center;
}

body.spread.companies.devise.sessions.new.louisvuitton_japan.pc .l_wrapper .descBox {
  max-height: 400px;
  width: 600px;
}

body.pc.spread.companies.buyer_companies.louisvuitton_japan.show .upperSearchArea {
  display: flex;
}

body.pc.spread.companies.buyer_companies.louisvuitton_japan.show .m_newSelectArea {
  width: 200px !important;
}

body.pc.spread.companies.buyer_companies.louisvuitton_japan.show .startDate,
body.pc.spread.companies.buyer_companies.louisvuitton_japan.show .endDate {
  width: 130px !important;
}

body.pc.spread.companies.devise.sessions.kokuyo .scrollableModal {
  width: 540px;
  max-height: 640px;
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.pc.spread.companies.devise.sessions.kokuyo .m_modalBox {
  padding: 54px !important;
}
body.pc.spread.companies.devise.sessions.kokuyo .m_newSelectArea {
  width: 100% !important;
}
body.pc.spread.companies.devise.sessions.kokuyo .m_newSelectArea .newSelectAreaContent {
  min-height: 32.5px !important;
  padding: 9px 25px 9px 10px !important;
  font-size: 12.5px !important;
}
body.pc.spread.companies.devise.sessions.kokuyo .m_newSelectArea .newSelectAreaContent .newSelectAreaPlaceholder {
  top: 6px !important;
}

body.pc.spread.companies.konoike.buyer_company_contacts.new .m_spreadHeader .simpleHeader img {
  height: 67px;
}

/* ---------------------------------------------------------
  headerのロゴ周りのレイアウトを変更にカスタマイズ
--------------------------------------------------------- */
body.pc.spread.companies.konoike .m_spreadHeader {
  height: 105px;
}
body.pc.spread.companies.konoike .m_spreadHeader .companyLogo img {
  height: 67px;
}
body.pc.spread.companies.konoike .m_spreadHeader .volunteerPortal {
  margin-top: 18px;
  margin-left: 10px;
}
body.pc.spread.companies.konoike .m_spreadHeader .headerContents .headerBox.isRight {
  top: 45px;
}

body.pc.spread.companies.buyer_companies.sanyo_trading.show .upperSearchArea {
  display: flex;
}
body.pc.spread.companies.buyer_companies.sanyo_trading.show .m_newSelectArea {
  width: 200px !important;
}
body.pc.spread.companies.buyer_companies.sanyo_trading.show .startDate, body.pc.spread.companies.buyer_companies.sanyo_trading.show .endDate {
  width: 130px !important;
}

body.pc.spread.companies.buyer_company_contacts.sbplayers.new .additionalQuestionList .additionalQuestion {
  line-height: 1.4;
  margin-bottom: 14px;
}
body.pc.spread.companies.buyer_company_contacts.sbplayers.new .additionalQuestionList .additionalQuestion .choiceList {
  margin: 5px 0;
}

/* ---------------------------------------------------------
  「活動テーマから探す」部分のテーマ数が異なり、表示をカスタマイズしたため、
  うまく表示されるようCSSもカスタマイズ
--------------------------------------------------------- */
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl li {
  width: 220px;
  height: 137px;
  display: inline-block;
  text-align: center;
  line-height: 7;
  color: #fff;
  border-radius: 3px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  text-shadow: -2px 3px 7px black;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .children {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 137px;
  background-position: -5px -5px;
  font-size: 20px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .children a {
  padding: 42px 33px 40px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .disaster {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -443px;
  margin: 0 15px;
  font-size: 20px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .disaster a {
  padding: 42px 43px 40px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .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;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .communitydevelopment a {
  padding: 45px 4px 40px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .environment {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 137px;
  background-position: -5px -589px;
  font-size: 20px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .environment a {
  padding: 42px 43px 40px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .penury {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -1686px;
  margin: 15px;
  font-size: 20px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .penury a {
  padding: 42px 43px 40px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .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;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .welfare a {
  padding: 45px 11px 39px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .medicalcare {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -1076px;
  font-size: 20px;
  line-height: 7;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .medicalcare a {
  padding: 41px 43px 39px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .animal {
  background: url(//static.activo.jp/assets/spritesheetPcTop-279a55078bd9d856ee7c08f0737a5de954b71f7a9203c6d8a18e18cd4949c10c.jpg);
  background-repeat: no-repeat;
  width: 219px;
  height: 136px;
  background-position: -5px -10px;
  margin: 0 15px;
  font-size: 20px;
}
body.pc.spread.companies.buyer_companies.sbplayers.show .homeGenreLinksSbpl .animal a {
  padding: 42px 43px 40px;
}

/****************************************
  TODO:取り急ぎの実装
       通常団体用サイトからコピーしてきたが、不要なスタイルがあるかも
*****************************************/
body.pc.spread.companies.users.manage.top {
  line-height: 1.6;
}
body.pc.spread.companies.users.manage.top .l_wrapper.isMain {
  padding: 20px 0;
}
body.pc.spread.companies.users.manage.top h1 {
  font-size: 18px;
  font-weight: 800;
  margin-right: 25px;
  margin-bottom: 20px;
  float: left;
}
body.pc.spread.companies.users.manage.top #dbLContent {
  width: 740px;
  float: left;
}
body.pc.spread.companies.users.manage.top #dbLContent .mainContentHeading {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-sizing: content-box;
  background: #fff;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatuses li {
  width: 111px;
  padding: 18px;
  text-align: center;
  background: #efefef;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  float: left;
  box-shadow: -1px -1px 1px #fff inset;
  -moz-box-shadow: -1px -1px 1px #fff inset;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatuses li:last-child {
  border-right: none;
  width: 93px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatuses li a {
  color: #888;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatuses .active {
  background: #fff;
  border-bottom: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatuses .active a {
  color: #333;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles {
  padding: 15px 20px 0 20px;
  max-height: 400px;
  overflow-y: scroll;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles h2 {
  font-size: 14px;
  color: #272525;
  font-weight: 800;
  margin-bottom: 10px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .LBox {
  float: left;
  width: 520px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .RBox {
  float: right;
  width: 145px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle img {
  float: left;
  height: 29px;
  width: 29px;
  margin-right: 10px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle h3 {
  font-size: 16px;
  color: #60c31d;
  font-weight: 800;
  float: left;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .dbDateAtZone {
  padding: 15px 0;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .dbAt {
  margin: 0 17px 5px 0;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .p_btn {
  margin-right: 13px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .p_btn:hover {
  background: #fff;
  color: #60c31d;
  border: 1px solid #60c31d;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .p_btn.last {
  margin: 0;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .changeStatus {
  position: relative;
  height: 41px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .changeStatus > p {
  background: #f1f1f1;
  border: 1px solid #ddd;
  padding: 6px 0;
  text-align: center;
  float: left;
  width: 112px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .changeStatus .sankaku {
  border-left: 0;
  font-size: 10px;
  line-height: 19px;
  width: 30px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .changeStatus:hover ul {
  display: block;
  position: absolute;
  width: 118px;
  top: 38px;
  left: 0%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 0;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .changeStatus:hover ul:hover {
  display: block;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .changeStatus:hover ul li a {
  color: #60c31d;
  padding: 0 15px;
  display: block;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .changeStatus:hover ul li a:hover {
  background: #f7f7f7;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .changeStatus ul {
  display: none;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .dbContact {
  border: 1px solid #d2e4a4;
  padding: 3px 9px 6px;
  margin-top: 8px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .dbContact p {
  text-align: center;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .dbContact .dbContactNum {
  color: #60c31d;
  font-size: 12px;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .dbContact .dbContactNum span {
  font-size: 23px;
  color: #60c31d;
}
body.pc.spread.companies.users.manage.top #dbLContent .manageMainContant .dbStatusArticles .dbArticle .dbContact .dbContactT {
  font-size: 11px;
  color: #888;
}
body.pc.spread.companies.users.manage.top #dbLContent #dbTabs1.dbStatusArticles {
  display: block;
}
body.pc.spread.companies.users.manage.top .dbAt {
  float: left;
  color: #888;
  font-size: 12px;
}

/****************************************
    101. Admin-common
*****************************************/
.adminHWrapper {
  background: #fff;
  padding: 11px 0;
  width: 100%;
  border-top: 4px solid #60c31d;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.adminHWrapper #headContent {
  margin: 0 auto;
  width: 1060px;
  font-size: 12px;
  position: relative;
}
.adminHWrapper #headContent .upgrade {
  float: left;
  margin-top: 5px;
  background: #ff8945;
  color: #fff !important;
  border-radius: 13px;
  padding: 3px 12px;
}
.adminHWrapper #headContent #adminLogo {
  float: left;
}
.adminHWrapper #headContent .manageMainMenu > li {
  float: left;
  margin-right: 30px;
}
.adminHWrapper #headContent .manageMainMenu > li a {
  color: #333;
  display: block;
}
.adminHWrapper #headContent .manageMainMenu > li:first-child {
  margin-left: 30px;
}
.adminHWrapper #headContent .manageMainMenu > li:hover a {
  color: #59a222;
  text-decoration: underline;
}
.adminHWrapper #headContent .hoverMenu {
  position: relative;
}
.adminHWrapper #headContent .hoverMenu nav {
  display: none;
}
.adminHWrapper #headContent .hoverMenu:hover nav {
  display: block;
  position: absolute;
  top: 20px;
  right: 0%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 0;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.adminHWrapper #headContent .hoverMenu:hover nav:hover {
  display: block;
}
.adminHWrapper #headContent .hoverMenu:hover nav li a {
  color: #60c31d;
  padding: 0 15px;
  display: block;
  line-height: 1.6;
  text-decoration: none;
}
.adminHWrapper #headContent .hoverMenu:hover nav li a:hover {
  background: #f7f7f7;
  text-decoration: underline;
}
@media screen and (max-width: 740px) {
  .adminHWrapper #headContent .hoverMenu:hover.isAdminMenu {
    float: left !important;
  }
}
.adminHWrapper #headContent .hoverMenu.isFundraisings span, .adminHWrapper #headContent .hoverMenu.isOthersMenu span {
  vertical-align: super;
  display: inline-block;
}
.adminHWrapper #headContent .hoverMenu.isFundraisings:after, .adminHWrapper #headContent .hoverMenu.isOthersMenu:after {
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: 20px;
}
.adminHWrapper #headContent .hoverMenu.isFundraisings nav, .adminHWrapper #headContent .hoverMenu.isOthersMenu nav {
  min-width: 142px;
}
.adminHWrapper #headContent .hoverMenu.isAdminMenu {
  float: right;
  margin-left: 8px;
  display: inline;
}
.adminHWrapper #headContent .hoverMenu.isAdminMenu:before {
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: 20px;
  vertical-align: super;
  float: right;
}
.adminHWrapper #headContent .hoverMenu.isAdminMenu nav {
  min-width: 110px;
}
.adminHWrapper #headContent .orgImage {
  border-radius: 100%;
  border: none;
  margin: 2px 0 -6px;
  float: right;
}
.adminHWrapper #headContent .orgImage img {
  border-radius: 100%;
}
.adminHWrapper #headContent .postNewBtn {
  float: right;
}
.adminHWrapper.isFullWidth #headContent {
  max-width: 1250px;
  width: 100%;
}

.headT {
  margin-top: 8px;
}

.alertZone {
  position: fixed;
  width: 100%;
  right: 0;
  top: 10%;
  z-index: 10000000;
}
.alertZone li {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 3px;
}
.alertZone li span {
  font-size: 11px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 6px;
  margin-right: 5px;
  padding: 4px;
  line-height: 10px;
  right: 0;
  position: absolute;
}
.alertZone .errorMessage {
  color: #cc0000;
  background: #fed4da;
  border: 1px solid #cc0000;
}
.alertZone .errorMessage span {
  color: #fed4da;
  background: #8c777a;
}
.alertZone .message {
  background: #60c31d;
  color: #fff;
  border: 1px solid #60c31d;
}
.alertZone .message span {
  color: #60c31d;
  background: #fff;
}
.alertZone .message a {
  color: #fff;
  text-decoration: underline;
}

/****************************************
  団体情報編集
*****************************************/
body.pc.spread.companies.users.reg_users.edit .l_wrapper.isMain {
  padding: 20px 0;
}
body.pc.spread.companies.users.reg_users.edit #userLContent {
  width: 300px;
  float: left;
  border: 1px solid #ddd;
  background: #fff;
}
body.pc.spread.companies.users.reg_users.edit #userLContent ul.userMenu li {
  background: #efefef;
}
body.pc.spread.companies.users.reg_users.edit #userLContent ul.userMenu li a {
  font-size: 14px;
  color: #333;
  font-weight: 800;
  padding: 15px 15px 15px 20px;
  display: block;
}
body.pc.spread.companies.users.reg_users.edit #userLContent ul.userMenu li a:hover {
  text-decoration: none;
}
body.pc.spread.companies.users.reg_users.edit #userLContent ul.userMenu .active {
  background: #fff;
}
body.pc.spread.companies.users.reg_users.edit #userRcontent {
  float: right;
  width: 740px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
}
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu {
  display: none;
}
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem {
  width: 460px;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  float: left;
}
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem span {
  font-size: 14px;
}
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem .staticItem,
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem input[type=text],
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem input[type=url],
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem input[type=tel],
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem input[type=number],
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem input[type=email],
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem input[type=password],
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem select {
  float: right;
  width: 210px;
}
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem .accountItemD2 {
  color: #888;
  width: 215px;
  margin-top: 5px;
}
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .accountItem.first {
  padding-top: 0;
}
body.pc.spread.companies.users.reg_users.edit #userRcontent .dbUserMenu .p_btn {
  margin: 20px 0 0 250px;
}
body.pc.spread.companies.users.reg_users.edit #userRcontent #dbTabsAccount.dbUserMenu {
  display: block;
}

body.pc.spread.companies.articles.show .l_subMainContent {
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  background: white;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
body.pc.spread.companies.articles.show .topicContentLink:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.pc.spread.companies.buyer_companies.show .welcomeZone {
  padding: 30px 0;
  background-color: #f6fcea;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23e6f1d1' fill-opacity='0.51' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: repeat;
  margin-bottom: 20px;
}
body.pc.spread.companies.buyer_companies.show .welcomeZone .msgZone {
  float: left;
  width: 740px;
}
body.pc.spread.companies.buyer_companies.show .welcomeZone .toGuideZone {
  float: right;
  width: 300px;
  text-align: right;
}
body.pc.spread.companies.buyer_companies.show .welcomeZone .welcomeMsg {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
body.pc.spread.companies.buyer_companies.show .welcomeZone .p_btn.isGrey {
  font-weight: bold;
  margin: 11px 0;
}
body.pc.spread.companies.buyer_companies.show .welcomeZone .poweredBy {
  color: #6c6b6b;
}
body.pc.spread.companies.buyer_companies.show .simpleSearch h2 span {
  font-size: 13px;
  float: right;
  font-weight: normal;
}
body.pc.spread.companies.buyer_companies.show .simpleSearch .searchArea {
  display: flex;
  flex-direction: column;
}
body.pc.spread.companies.buyer_companies.show .simpleSearch .searchArea .lowerSearchArea {
  display: inline-block;
  margin-top: 8px;
}
body.pc.spread.companies.buyer_companies.show .simpleSearch .searchArea .lowerSearchArea input {
  width: 506px;
  height: 44px;
}
body.pc.spread.companies.buyer_companies.show .simpleSearch .searchArea .lowerSearchArea input:focus {
  outline: none !important;
  border: 1px solid #60c31d;
}
body.pc.spread.companies.buyer_companies.show .simpleSearch .searchArea .lowerSearchArea button {
  width: 184px;
  padding: 14px 22px;
  font-size: 14px;
}
body.pc.spread.companies.buyer_companies.show .simpleSearch .searchArea .lowerSearchArea button:before {
  font-family: FontAwesome;
  content: "\f002";
  margin-right: 4px;
}
body.pc.spread.companies.buyer_companies.show .sideBanner {
  display: block;
  margin-bottom: 20px;
}
body.pc.spread.companies.buyer_companies.show .sideBanner img {
  width: 100%;
}

body.pc.spread.companies.employees.edit .l_wrapper.isMain {
  width: 740px;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .mainHeading {
  font-size: 14px;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone {
  display: flex;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone .leftZone {
  margin-right: 20px;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone .leftZone #userLContent {
  width: 250px;
  border: 1px solid #ddd;
  background: #fff;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone .leftZone #userLContent ul.userMenu li {
  background: #efefef;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone .leftZone #userLContent ul.userMenu li a {
  font-size: 14px;
  color: #333;
  font-weight: 800;
  padding: 15px 15px 15px 20px;
  display: block;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone .leftZone #userLContent ul.userMenu li a:hover {
  text-decoration: none;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone .leftZone #userLContent ul.userMenu .active {
  background: #fff;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent {
  width: 490px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent .dbUserMenu {
  display: none;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent .dbUserMenu .employeeEditTable tr {
  border-bottom: 1px solid #ddd;
  height: 80px;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent .dbUserMenu .employeeEditTable th {
  font-weight: normal;
  width: 200px;
  padding-left: 5px;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent .dbUserMenu span {
  font-size: 14px;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent .dbUserMenu .staticItem,
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent .dbUserMenu input[type=text],
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent .dbUserMenu input[type=email],
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent .dbUserMenu input[type=password],
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent .dbUserMenu .accountItemD2 {
  width: 200px;
  margin-top: 5px;
}
body.pc.spread.companies.employees.edit .l_wrapper.isMain .employeeEditZone #userRcontent #dbTabsAccount.dbUserMenu {
  display: block;
}

body.pc.spread.companies.render_404 main.l_wrapper, body.pc.spread.companies.render_500 main.l_wrapper {
  margin-top: 30px;
}

body.pc.spread.companies.features.index .l_mainContent.isTransparent.isWide.isWideInside {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
body.pc.spread.companies.features.index .l_mainContent.isTransparent.isWide.isWideInside h1.p_mainHeading {
  margin-top: 40px;
  font-size: 26px;
}
body.pc.spread.companies.features.index .l_mainContent.isTransparent.isWide.isWideInside .m_pagingInfo {
  margin-bottom: 20px;
}
body.pc.spread.companies.features.index .l_mainContent.isTransparent.isWide.isWideInside .resultBox .infoBox .resultBoxInline {
  display: flex;
}
body.pc.spread.companies.features.show .l_wrapper {
  width: 880px;
  margin: 0 auto;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 72px;
  height: auto;
  border-radius: 3px;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain .featureImg {
  height: 340px;
  width: 100%;
  border-radius: 3px 3px 0 0;
  background-position: center center;
  background-size: cover;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain .featureContentText {
  border-radius: 0 0 3px 3px;
  padding: 48px 70px 56px 70px;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain .featureContentText .featureHeading {
  font-size: 28px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain .featureContentText .featureSubheading {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain .featureContentText .featureSubheading .p_label.isSmall {
  margin-right: 10px;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain .featureContentText .featureSubheading .featurePublishDate {
  font-size: 12px;
  color: #6c6b6b;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain .featureContentText .m_storyBody h3 {
  margin-bottom: 20px;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain .featureContentText .m_storyBody blockquote {
  padding: 20px;
}
body.pc.spread.companies.features.show .l_wrapper .contentMain .featureContentText .m_mainArticleList .featuredArticleLead {
  padding: 15px 0px 5px 0px;
  font-size: 20px;
  color: #60c31d;
}
body.pc.spread.companies.features.show .l_wrapper .m_recommendBox .relatedSearchResultLink {
  float: right;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}
body.pc.spread.companies.features.show .l_wrapper .m_recommendBox .relatedSearchResultLink:after {
  margin-left: 5px;
  color: #60c31d;
}

body.pc.spread.companies.pages.show main.l_wrapper {
  margin-top: 30px;
}
body.pc.spread.companies.pages.show.volunteer_guide .m_entryZone h3 {
  font-size: 18px;
}
body.pc.spread.companies.pages.show.volunteer_guide .m_entryZone h4 {
  font-size: 16px;
}
body.pc.spread.companies.pages.show.volunteer_guide .m_entryZone h5 {
  font-size: 15px;
  margin-bottom: 5px;
}
body.pc.spread.companies.pages.show.volunteer_guide .m_entryZone span.quotation {
  font-size: 12px;
}
body.pc.spread.companies.pages.show.volunteer_guide .m_entryZone .pcRight {
  float: right;
}
body.pc.spread.companies.pages.show.volunteer_guide .m_entryZone .p_btn.isMain {
  margin-bottom: 40px;
  text-decoration: none !important;
}
body.pc.spread.companies.pages.show.volunteer_guide .m_entryZone .video_content {
  width: 100%;
  height: auto;
}

body.pc.spread.companies.search.searchresult main.l_wrapper, body.pc.spread.companies.search.bookmark main.l_wrapper {
  margin-top: 30px;
}
body.pc.spread.companies.search.searchresult .m_pagingInfo, body.pc.spread.companies.search.bookmark .m_pagingInfo {
  margin-bottom: 20px;
  font-size: 13px;
}
body.pc.spread.companies.search.searchresult h2, body.pc.spread.companies.search.bookmark h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #333;
}
body.pc.spread.companies.search.searchresult hr, body.pc.spread.companies.search.bookmark hr {
  margin: 10px 0 20px 0;
  height: 1px;
  background-color: #ccc;
  border: none;
  color: #ccc;
}
body.pc.spread.companies.search.searchresult .notFoundMessage, body.pc.spread.companies.search.bookmark .notFoundMessage {
  margin-bottom: 15px;
}
body.pc.spread.companies.search.searchresult .showSearchConditionsZone .searchConditionsTitle, body.pc.spread.companies.search.bookmark .showSearchConditionsZone .searchConditionsTitle {
  color: #717f86;
  float: left;
  font-weight: bold;
}
body.pc.spread.companies.search.searchresult .showSearchConditionsZone .searchConditionList, body.pc.spread.companies.search.bookmark .showSearchConditionsZone .searchConditionList {
  padding-left: 5em;
  width: 100%;
  margin-bottom: 5px;
}
body.pc.spread.companies.search.searchresult .showSearchConditionsZone .searchConditionList div, body.pc.spread.companies.search.bookmark .showSearchConditionsZone .searchConditionList div {
  display: inline-block;
}
body.pc.spread.companies.search.searchresult .showSearchConditionsZone .conditionName, body.pc.spread.companies.search.bookmark .showSearchConditionsZone .conditionName {
  color: #b2bab3;
}

body.pc.spread.companies.summer_children2025 .m_mainArticleList h2, body.pc.spread.companies.summer_children2025 .m_mainArticleList hr {
  display: none;
}
body.pc.spread.companies.summer_children2025 .m_mainArticleList .resultDesc {
  padding-bottom: 20px;
}

body.pc.companies.spread.topics.show main.l_wrapper {
  margin-top: 30px;
}
body.pc.companies.spread.topics.show main.l_wrapper .topicHeader {
  margin-bottom: 25px;
}
body.pc.companies.spread.topics.show main.l_wrapper .topicHeader .topicHeading {
  color: #333;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 12px;
}
body.pc.companies.spread.topics.show main.l_wrapper .topicHeader .topicSubHeading {
  color: #333;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 16px;
}
body.pc.companies.spread.topics.show main.l_wrapper .topicHeader .topicCurator {
  color: #6c6b6b;
  float: right;
  font-weight: 300;
  font-size: 13px;
  line-height: 120%;
}
body.pc.companies.spread.topics.show main.l_wrapper .m_pagingInfo {
  margin-bottom: 20px;
}
body.pc.companies.spread.topics.show main.l_wrapper h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #333;
}
body.pc.companies.spread.topics.show main.l_wrapper hr {
  margin: 10px 0 20px 0;
  height: 1px;
  background-color: #ccc;
  border: none;
  color: #ccc;
}
body.pc.companies.spread.topics.show main.l_wrapper .boxContent {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border: 1px #ccc solid;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 15px;
}
body.pc.companies.spread.topics.show main.l_wrapper .boxContent .searchAreaHeading {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
body.pc.companies.spread.topics.show main.l_wrapper .boxContent hr {
  margin-bottom: 10px !important;
}
body.pc.companies.spread.topics.show main.l_wrapper .boxContent .m_newSelectArea {
  width: 100%;
  margin-bottom: 16px;
}
body.pc.companies.spread.topics.show main.l_wrapper .boxContent .m_newSelectArea .newSelectAreaOptionList {
  z-index: 3 !important;
  height: 130px !important;
}
body.pc.companies.spread.topics.show main.l_wrapper .boxContent .searchAreaInputDetail {
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  color: #6c6b6b;
  margin-bottom: 20px;
}
body.pc.companies.spread.topics.show main.l_wrapper .boxContent input:focus {
  outline: 1px #60c31d solid;
}
body.pc.companies.spread.topics.show main.l_wrapper .boxContent .searchAreaInput {
  width: 100%;
  margin-bottom: 4px;
  min-height: 44px;
}
body.pc.companies.spread.topics.show main.l_wrapper .boxContent .p_btn.isMain {
  min-height: 44px;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
}
