@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese);
/*!
 *  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(./assets/fontawesome-webfont.8b43027f47b20503057dfbbaa9401fef.eot);
  src: url(./assets/fontawesome-webfont.8b43027f47b20503057dfbbaa9401fef.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(./assets/fontawesome-webfont.20fd1704ea223900efa9fd4e869efb08.woff2) format('woff2'), url(./assets/fontawesome-webfont.f691f37e57f04c152e2315ab7dbad881.woff) format('woff'), url(./assets/fontawesome-webfont.1e59d2330b4c6deb84b340635ed36249.ttf) format('truetype'), url(./assets/fontawesome-webfont.c1e38fd9e0e74ba58f7a2b77ef29fdd3.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery: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;
}



/*
 * ==================================================
 * 画面上部に表示されるナビゲーションバーの修正
 * ==================================================
 */
nav#appCommonHeader {
  background-color: rgba(255, 255, 255, 0.0);
  margin: 0px;
  border: none;
}

nav#appCommonHeader > div#appCommonHeaderInfo > div.row > div.pull-right {
  margin-top: 15px;
  margin-right: 15px;
}

nav#appCommonHeader > div#appCommonHeaderInfo > div.row > div.pull-right > input[type="button"].btn.btn-default {
  border-radius: 100px;
  padding: 6px 20px;
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #FAFAFA;
  border-width: 1px;
  color: #FFFFFF;
  font-weight: bold;
}

nav#appCommonHeader > div#appCommonHeaderInfo > div.row > div.pull-right > input[type="button"].btn.btn-default.inverse {
  border-color: #CCCCCC;
  color: #000000;
}

nav#appCommonFooter {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 36px !important;
}

nav#appCommonFooter > div#appCommonFooterMenu > div.container-fluid > div.row > div.col-xs-4 {
  text-align: center;
}

nav#appCommonFooter > div#appCommonFooterButtonArea {
  border-top-color: #888;
  border-top-width: 1px;
  border-top-style: solid;
}

nav#appCommonFooter > div#appCommonFooterButtonArea > div.btn-group.btn-group-justified > div.btn-group > .btn.navbar-btn {
  margin: 0px;
}

nav#appCommonFooter > div#appCommonFooterButtonArea > div.btn-group.btn-group-justified > div.btn-group > button {
  background-color: rgba(255, 255, 255, 0);
}

nav#appCommonFooter > div#appCommonFooterButtonArea > div.btn-group.btn-group-justified > div.btn-group img {
  height: 30px;
}

nav#appCommonFooter > div#appCommonFooterInfo > div.row > div.pull-left > img {
  height: 20px;
}

nav#appCommonFooter > div#appCommonFooterInfo > div.row > div.pull-right > a {
  margin: 0px;
  padding: 0px;
}

nav#appCommonFooter > div#appCommonFooterInfo > div.row > div.pull-right > a > img {
  height: 15px;
}

nav#appCommonFooter > div#appCommonFooterMenu > div.container-fluid > div.row  span {
  color: #000;
}

@charset "utf-8";

/* common */
* {
	list-style: none;
	padding: 0;
	outline: none !important;
}
body {
	min-width: 1024px;
	margin: 0 auto;
	background: #f7fbfe;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	font-size: 14px;
    line-height: 1.42857143;
	position: relative;
	min-height: 100vh;
}
a:focus, a:hover {
	text-decoration: none;
}
a {
	cursor : pointer;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
	width: 100%;
	float: none;
	min-height: 0;
	padding: 0;
	margin: 0 auto;
}	
.hidden-xs {
	display: none!important;
}
.col-sm-8 {
	max-width: 1000px;
}
.row {
	margin: 0;
	display: block;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body:not(#top) button:active,
body:not(#top) button:focus,
body:not(#top) button:active > span,
body:not(#top) button:focus > span {
	top: 0;
	left: 0;
	position:relative;
}
.checkbox, .radio {
	position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
	padding-left: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span, li, td, th, strong, b, label, :before, :after, input, select, textarea, button,
a:focus, a:hover {
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	margin: 0;
	font-weight: 400;
}
p, a, span, li, td, th, strong, b {
	letter-spacing: 0.02em;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover {
	background: #fff;
	box-shadow: none;
}
h1, h2 {
	width: 100%;
	position: relative;
	margin: 55px 0;
	font-size: 30px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
h1 span, h2 span {
	letter-spacing: 0.07em;
	font-weight: 500;
}
h3 {
	font-weight: 500;
}
h1:before,
h2:before,
h1:after,
h2:after,
.login_item h5:before,
.login_item h5:after {
	content: " ";
	display: inline-block;
	width: 50px;
	height: 1px;
	margin-top: 0.2em;
	background: #555;
}
h1:before,
h2:before,
.login_item h5:before {
	margin-right: 10px;
}
h1:after,
h2:after,
.login_item h5:after {
	margin-left: 10px;
}
h3 {
	font-size: 24px;
	text-align: center;
	margin: 60px auto 30px;
}

.caption {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
	letter-spacing: -0.02em;
}
.custom-emphasis,
.custom-emphasis span {
	color: #f00;
	font-size: 12px;
}

.sentence-center {
    text-align: center;
    padding-bottom: 15px;
}

.custom-emphasis,
.custom-emphasis span,
.pagetop span,
h2 span,
h3 span,
h4 span,
strong,
.login_item a span,
.footer_inner p,
.footer-bottom p,
[class*="custombtn"] span,
.about_service * {
	font-weight: 500;
}
[class*="custombtn"] {
	margin-left: auto;
	margin-right: auto;
}

.custombtn-left {
	margin-left: 108px;
	margin-right: auto;
}

.custombtn-right {
	margin-left: auto;
	margin-right: 108px;
}

[class*="custombtn"] a,
[class*="custombtn"] label,
[class*="custombtn"] .btn-default {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 92px;
}
[class*="custombtn"] span {
	position: relative;
	padding-left: 1.7em;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	color: #fff;
	padding-bottom: 0.1em;
	line-height: 2;
}
[class*="custombtn"] input {
	display: none !important;
}
.customwhtbtn input {
	display: none !important;
}
[class*="custombtn-main"] a,
[class*="custombtn-main"] label,
[class*="custombtn-main"] .btn-default,
[class*="custombtn-main"] .btn-default:hover,
[class*="custombtn-main"] .btn-default:hover:active {
	border-bottom: 2px solid #FF4B4B;
	background: linear-gradient(90deg,#FF6666, #F9A9A9);
}
[class*="custombtn-main"] span {
	letter-spacing: 0.04em;
	text-shadow: #FF4B4B 0 2px 0;
}
.custombtn-main--search span {
	background-image: url(./assets/btn_search_ico.630765384c6c8dc6e51b46a269def21f.png);
}

[class*="custombtn-gray"] a,
[class*="custombtn-gray"] label,
[class*="custombtn-gray"] .btn-default,
[class*="custombtn-gray"] .btn-default:hover,
[class*="custombtn-gray"] .btn-default:hover:active {
	border-bottom: 2px solid #777;
	background: #bbb;
}
[class*="custombtn-gray"] span {
	letter-spacing: 0.04em;
	text-shadow: #bbb 0 2px 0;
}
[class*="custombtn-sub"] a,
[class*="custombtn-sub"] label {
	border-bottom: 2px solid #ae7c13;
	background: linear-gradient(90deg, #ffb519, #ffd649);

}
[class*="custombtn-sub"] span {
	letter-spacing: 0.04em;
	text-shadow: #ffb519 0 2px 0;
}
[class*="customwhtbtn"] {
    display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #e9e9e9 !important;
}
[class*="customwhtbtn"] span {
	display: inline-block;
	line-height: 1;
	padding-bottom: 0.2em;
	background-repeat: no-repeat;
	background-position: left center;
}

form textarea {
	resize: none;
}

form input,
form textarea,
form select {
	border-color: #CCCCCC !important;
	-webkit-transition: none !important;
	transition: none !important;
}
form input:focus,
form textarea:focus,
form select:focus {
	box-shadow: none !important;
}
form input:focus,
form textarea:focus,
form select:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 0 8px rgba(204,204,204,1.5) !important;
	border-color: #CCCCCC !important;
}
::placeholder {
	color: #bbb !important;
}
:-webkit-input-placeholder {
	color: #bbb !important;
}
:-ms-input-placeholder {
	color: #bbb !important;
}
.custom-form select {
	color: #bbb;
}
.custom-form select.selected {
	color: #555;
}
.custom-form select.selected::-ms-value {
	color: #555;
}
.custom-form select option {
	color: #555;
}
.processingmodal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.modal .modal-dialog {
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	margin: 0;
	transform: none !important;
}
.modal-dialog .modal-content {
	width: 700px;
	margin: 0;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.modal-dialog.calender .modal-content {
	width: 400px;
}
.modal-header {
	padding-top: 35px;
	padding-bottom: 35px;
} 
.modal-header h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #a94442;
}
.modal-header button.close {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	left: auto !important;
}
.modal-dialog input {
	border-color: #ccc !important;
}
.modal-body {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.modal-body span {
	text-align: left;
	display: inline-block;
	max-width: 580px;
}
.modal-body-premium {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.modal-body-premium span {
	text-align: center;
	display: inline-block;
	max-width: 580px;
}

.modal-body-keisaikigen {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 2px;
}
.modal-body-keisaikigen span {
	text-align: left;
	display: inline-block;
	max-width: 580px;
}
.modal-footer {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.modal-footer button,
.modal-footer label span {
	display: block;
	text-align: center;

	width: 140px;
	margin: 0 15px !important;
	padding: 0;
	line-height: 40px;
	border: 1px solid #e9e9e9 !important;
	font-size: 16px;
	letter-spacing: 0.06em;
}

.modal-footer button {
	color: #555;
}
.modal-footer label input {
	display: none;
}

.modal-footer label span {
	text-align: center;
	background: #ff6666;
	box-shadow: none !important;
	border: 1px solid #ff6666 !important;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
}

.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button:active,
.modal-footer button:active:focus {
	background: none;
}

.modal-dialog.calender .modal-body label,
.dakuhi-search-area .dakuhi_search_calender {
	display: inline-block;
	padding-right: 25px;
	background: url(./assets/needs-panel_ico05.2302bd9b80324ac525cd4eb407164e44.png) no-repeat right center;
	cursor: pointer;
}

.modal-dialog.calender .modal-body-keisaikigen label {
	display: inline-block;
	padding-right: 25px;
	background: url(./assets/needs-panel_ico05.2302bd9b80324ac525cd4eb407164e44.png) no-repeat right center;
	cursor: pointer;
}
.modal-dialog.calender input {
	width: 150px;
	height: 24px;
	padding: 0 8px;
	margin: 0;
	border: 1px solid #000;
}

.show {
    display: block!important;
}

.modal-dialog {
	max-width: 100% !important;
}

.modal-title {
	width: 100% !important;
}

.modal_close_btn:hover{
	background-color: #e9e9e9 !important;
}

.alertMessageContents {
	text-align: left;
	max-width: 100%;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
  background: #ff6666;
}
.custom-pageback {
	margin-top: 28px;
}
.custom-pageback .form-group {
	text-align: left;
}
.custom-pageback label {
	cursor: pointer;
}
.custom-pageback input {
	display: none;
}
.custom-pageback span {
	font-size: 18px;
	font-weight: 500;
	padding-left: 26px;
	letter-spacing: 0.05em;
	background: url(./assets/pageback_ico.79dc476df3c2670ed263a634353bf262.png) no-repeat left center;
}
body {
	min-width: 1024px;
	margin: 0 auto;
	background: #f7fbfe;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}
.container-fluid {
	padding: 0;
}
.container-fluid > .row {
	width: 1024px;
	padding: 0 12px 300px 0;
	margin: 0 auto;
}
.form-control {
	font-size: 14px;
}

/*					フォーム周辺
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* 共通部品：カスタムフォーム                                                 */
/*----------------------------------------------------------------------------*/
.custom-form {
	background: #fff;
	padding: 40px 90px 80px;
}
.custom-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(./assets/select_arrow.6b6a308abd0e4c872a9033eb0076b73a.png) no-repeat;
	background-position: center right 20px;
}
.custom-form select::-ms-expand {
	display: none;
}
.custom-form select::-ms-value {
	background: none;
	color: #bbb;
}
.custom-form--required span {
	position: relative;
	padding-left: 60px;
}
.custom-form--required span:before {
	content: "必須";
	display: block;
	position: absolute;
	top: calc(50% - 0.7em);
	left: 0;
	padding: 0 0.6em 0.1em;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	line-height: 1.6em;
	background: #dc3529;
}
.custom-form .form-group {
	margin-bottom: 0;
}
.explanation-item {
	margin-left: 180px;
	margin-top: -30px;
	margin-bottom: 30px;
}
.custom-form .custom-form_item,
.custom-form_item-group .form-group{
	margin-bottom: 35px;
}
.custom-form_item-group,
.custom-form_item,
.custom-form_unit {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.custom-form_item > label,
.custom-form_item-group > div:first-child label {
	display: block;
	width: 180px;
}
.custom-form_item-group label,
.custom-form_item > label span,
.custom-form_item > label {
	font-size: 14px;
	font-weight: 500;
}
.custom-form_item-group > div:nth-of-type(2) {
	width: calc(100% - 180px);
}
.custom-form input,
.custom-form select {
	height: 40px;
}
.custom-form_item--textarea textarea {
	height: 120px;
    resize: none;
}
.custom-form_item--textarea {
	align-items: flex-start;
}
.custom-form_item > input,
.custom-form_item textarea,
.custom-form_item select {
	width: calc(100% - 180px);
}
.custom-form_unit input {
	width: 250px;
}
.custom-form_unit > div:last-child {
	margin-left: 20px;
}
.custom-form_unit > div:last-child span {
	color: #999;
	font-size: 14px;
}
.custom-form_item-group {
	align-items: flex-start;
}
.custom-form_item-group select {
	width: 100%;
}
.custom-form_postalcord > div:nth-child(1) input {
	width: 80px;
}
.custom-form_postalcord > div:nth-child(2) {
	width: 25px;
	text-align: center;
}
.custom-form_postalcord > div:nth-child(3) input {
	width: 145px;
}
.custom-form_item--optional {
	position: relative;
}
.custom-form_item--optional:after {
	content: "※任意";
	display: block;
	position: absolute;
	top: 0;
	right: 655px;
	width: 3em;
	font-size: 12px;
	line-height: 40px;
	color: #AAAAAA;
	font-weight: 500;
}

.custom-form_item--optional2 {
	position: relative;
}
.custom-form_item--optional2:after {
	content: "※任意";
	display: block;
	position: absolute;
	top: -9px;
	right: 655px;
	width: 3em;
	font-size: 12px;
	line-height: 40px;
	color: #AAAAAA;
	font-weight: 500;
}

.custom-form_downitem--optional {
	position: relative;
}
.custom-form_downitem--optional:after {
	content: "※任意";
	display: block;
	position: absolute;
	top: -5px;
	right: 655px;
	width: 3em;
	font-size: 12px;
	line-height: 40px;
	color: #AAAAAA;
	font-weight: 500;
}
.custom-form_item--required {
	position: relative;
}
.custom-form_item--required:after {
	content: "※必須";
	display: block;
	position: absolute;
	top: 0;
	right: 655px;
	width: 3em;
	font-size: 12px;
	line-height: 40px;
	color: #dc3529;
	font-weight: 500;
}

/*----------------------------------------------------------------------------*/
/* 共通部品：カスタムボタン                                                     */
/*----------------------------------------------------------------------------*/
.custom-form .custombtn-main--confirm {
	width: 440px;
}
.custom-form .custombtn-main--confirm-wide {
	width: 490px !important;
}
.custom-form .custombtn-main--confirm label {
	height: 80px;
}
.custom-form .custombtn-main--confirm span {
	font-size: 22px;
	padding-left: 25px;
	letter-spacing: 0.15em;
}
.custom-form .custombtn-main--confirm span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}
.custom-form .custombtn-main--confirm.arrow-right span {
	font-size: 22px;
	padding-left: 0;
	padding-right: 25px;
	background-position: right center;
	letter-spacing: 0.15em;
}
.custom-form .custombtn-main--confirm.arrow-right span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}
.custom-form .custombtn-main--back {
	width: 440px;
}
.custom-form .custombtn-main--back label {
	height: 80px;
	width: 100%;
}
.custom-form .custombtn-main--back span {
	font-size: 22px;
	padding-left: 25px;
	letter-spacing: 0.15em;
}
.custom-form .custombtn-main--back span {
	background-image: url(./assets/back_btn_arrow.ebf193bd0ecc71d8bc7b8409645ef24b.png);
}
.custom-form .custombtn-main--done--left {
	width: 300px;
}
.custom-form .custombtn-main--done--left label {
	height: 60px;
}
.custom-form .custombtn-main--done--left span {
	font-size: 18px;
	padding-left: 25px;
	letter-spacing: 0.15em;
}
.custom-form .custombtn-main--done--left span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}
.custom-form .custombtn-main--done--left.arrow-right span {
	font-size: 18px;
	padding-left: 0;
	padding-right: 25px;
	background-position: right center;
	letter-spacing: 0.15em;
}
.custom-form .custombtn-main--done--left.arrow-right span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}
.custom-form .custombtn-main--done--right {
	width: 300px;
}
.custom-form .custombtn-main--done--right label {
	height: 60px;
}
.custom-form .custombtn-main--done--right span {
	font-size: 18px;
	padding-left: 25px;
	letter-spacing: 0.15em;
}
.custom-form .custombtn-main--done--right span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}
.custom-form .custombtn-main--done--right.arrow-right span {
	font-size: 18px;
	padding-left: 0;
	padding-right: 25px;
	background-position: right center;
	letter-spacing: 0.15em;
}
.custom-form .custombtn-main--done--right.arrow-right span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}

/*----------------------------------------------------------------------------*/
/* 共通部品：カスタムボタン                             */
/*---------------------------------------------------------------------------*/

.custom-form .custombtn-main--confirm {
	width: 440px;
}
 
.custom-form .custombtn-main--confirm-wide {
	width: 490px !important;
}

.custom-form .custombtn-main--confirm label {
	height: 80px;
	width: 100%;
}

.custom-form .custombtn-main--confirm span {
	font-size: 22px;
	padding-left: 25px;
	letter-spacing: 0.15em;
}

.custom-form .custombtn-main--confirm span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}

.custom-form .custombtn-main--confirm.arrow-right span {
	font-size: 22px;
	padding-left: 0;
	padding-right: 25px;
	background-position: right center;
	letter-spacing: 0.15em;
}

.custom-form .custombtn-main--confirm.arrow-right span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}

.custom-form .custombtn-main--back {
	width: 440px;
}

.custom-form .custombtn-main--back label {
	height: 80px;
}
.custom-form .custombtn-main--back span {
	font-size: 22px;
	padding-left: 25px;
	letter-spacing: 0.15em;
}
.custom-form .custombtn-main--back span {
	background-image: url(./assets/back_btn_arrow.ebf193bd0ecc71d8bc7b8409645ef24b.png);
}


.custom-form .custombtn-main--done--left {
	width: 300px;
}

.custom-form .custombtn-main--done--left label {
	height: 60px;
}

.custom-form .custombtn-main--done--left span {
	font-size: 18px;
	padding-left: 25px;
	letter-spacing: 0.15em;
}


.custom-form .custombtn-main--done--left span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}

.custom-form .custombtn-main--done--left.arrow-right span {
	font-size: 18px;
	padding-left: 0;
	padding-right: 25px;
	background-position: right center;
	letter-spacing: 0.15em;
}

.custom-form .custombtn-main--done--left.arrow-right span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}

.custom-form .custombtn-main--done--right {
	width: 300px;
}

.custom-form .custombtn-main--done--right label {
	height: 60px;
}

.custom-form .custombtn-main--done--right span {
	font-size: 18px;
	padding-left: 25px;
	letter-spacing: 0.15em;
}


.custom-form .custombtn-main--done--right span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}

.custom-form .custombtn-main--done--right.arrow-right span {
	font-size: 18px;
	padding-left: 0;
	padding-right: 25px;
	background-position: right center;
	letter-spacing: 0.15em;
}

.custom-form .custombtn-main--done--right.arrow-right span {
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}

/*----------------------------------------------------------------------------*/
/* 共通部品：公開/非公開バッジ                                                     */
/*----------------------------------------------------------------------------*/
.inputform_public:before {
	content: "【公開】";
	display: block;
	position: absolute;
	top: -20px;
	font-size: 12px;
	line-height: 40px;
	color: #ff0000;
	font-weight: 500;
}
.inputform_public2:before {
    content: "【公開】";
    display: block;
    position: absolute;
    top: -30px;
    font-size: 12px;
    line-height: 40px;
    color: #ff0000;
    font-weight: 500;
}
.inputform_public3:before {
    content: "【公開】";
    display: block;
    position: absolute;
    top: 5px;
    font-size: 12px;
    line-height: 40px;
    color: #ff0000;
    font-weight: 500;
}
.inputform_private:before {
	content: "【非公開】";
	display: block;
	position: absolute;
	top: -20px;
	font-size: 12px;
	line-height: 40px;
	color: #AAAAAA;
	font-weight: 500;
}

.inputform_private2:before {
	content: "【非公開】";
	display: block;
	position: absolute;
	top: -30px;
	font-size: 12px;
	line-height: 40px;
	color: #AAAAAA;
	font-weight: 500;
}
/*					ニーズパネル
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* 共通部品：ニーズパネル                                                     */
/*----------------------------------------------------------------------------*/
.needs-panel {
	margin-top: 60px;
	margin-bottom: 0;
	background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.needs-panel .panel .highlight {
	background-color: yellow;
	color: black;
	display: inline;
}

.signup-plan + div > .needs-panel {
	margin-top: 30px;
	margin-bottom: 30px;
    border-radius: 0px;
	border: 1px solid #e9e9e9;
	
}
.needs-heading .panel-heading {
	background: #ff6666;
}

.yuryomuryo {
    padding: 0 610px 0 0;
}

.needs-id {
	position: absolute;
	right: 40px;
}
.needs-id label {
	padding-left: 15px;
}
.needs-id label,
.needs-id span {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.1em;
}

.needs-id--yuryomuryo {
	height: 21px;
}

.needs-id--yuryomuryo label {
	padding-left: 15px;
}
.needs-id--yuryomuryo label,
.needs-id--yuryomuryo span {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.1em;
}

.needs-company label,
.needs-company span {
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.1em;
}

.needs-company span {
	display: block;
}

.needs-company-info label,
.needs-company-info span {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}

.needs-panel .panel {
	border: none;
	border-radius: 0;
	margin-top: 0;
}
.needs-panel.panel-group .panel + .panel {
	margin-top: 0;
}
.needs-panel .panel-heading {
	padding: 30px 40px 25px;
}
.needs-state {
	margin-bottom: 15px;
	height: 27px;
}
.needs-state .btn {
	width: 80px;
	margin-right: 8px !important;
	padding: 0;
	padding-bottom: 2px;
	border: 1px solid #fff !important;
	border-radius: 20px !important;
	line-height: 22px;
	letter-spacing: 0.06em;
	background: #ff6666 !important;
	opacity: 1 !important;
}
.needs-state .btn span {
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
}
.needs-state .btn.needs-state_btn--active {
	background: #fff !important;
}
.needs-state .btn.needs-state_btn--active span {
	color: #ff6666 !important;
}
.kigengire .needs-state .btn.needs-state_btn {
	background: #ccc !important;
}
.kigengire .needs-state .btn.needs-state_btn span {
	color: #fff !important;
}
.kigengire .needs-state .btn.needs-state_btn--active {
	background: #ccc !important;
}
.kigengire .needs-state .btn.needs-state_btn--active span {
	color: #fff !important;
}

.needs-state .btn.needs-kigen_btn {
	width: 100px;
	background: #ccc !important;
}
.needs-state .btn.needs-kigen_btn span{
	color: red !important;
}
.needs-heading .panel-heading.kigengire {
	background: #eee;
}
.kigengire .needs-id label,
.kigengire .needs-id span {
	color: #555;
}
.needs-panel .panel-heading.kigengire h4 span {
	color: #555;
}
.kigengire .needs-id--yuryomuryo label,
.kigengire .needs-id--yuryomuryo span {
	color: #555;
}
.needs-panel .panel-heading h4 span {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.needs-panel .panel-heading h4>span:first-child {
	display: inline-block;
	position: relative;
	padding: 0 0.5em;
}
.needs-panel .panel-heading h4>span:first-child:before,
.needs-panel .panel-heading h4>span:first-child:after {
	display: block;
	top: calc(50% - 0.7em);
	position: absolute;
	color: #fff;
}
.needs-panel .panel-heading h4>span:first-child:before { left: -0.6em; content: "【"; }
.needs-panel .panel-heading h4>span:first-child:after { right: -0.6em; content: "】"; }

.needs-panel .panel-heading h4>span.nocontent:first-child { 
	height: 31px;
}

.needs-panel .panel-heading h4>span.nocontent:first-child:before { left: -0.6em; content: ""; }
.needs-panel .panel-heading h4>span.nocontent:first-child:after { right: -0.6em; content: ""; }

.needs-panel .panel-heading.kigengire h4>span:first-child:before,
.needs-panel .panel-heading.kigengire h4>span:first-child:after {
	color: #555;
}

.needs-panel .panel:not(.needs-heading) {
	margin: 0 40px 40px;
	box-shadow: none;
}
.needs-panel .panel:not(.needs-heading) .panel-heading {
	background: #fff;
	position: relative;
	padding: 0;
	padding-top: 34px;
}
.needs-panel .panel:nth-of-type(3) .panel-heading {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 1px);
    background-size: 2px 1px;
	background-position: top;
	background-repeat: repeat-x;
}
.needs-panel .panel:not(.needs-heading) .needs-panel_cont-ttl span {
	padding: 2px 0;
	padding-left: 60px;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0.08em;
	background: url(./assets/needs-panel_ttl_ico01.46265021a96a2a40d6875992021d7a80.png) no-repeat left center;
}

.needs-panel .panel:nth-of-type(3) .needs-panel_cont-ttl span {
	background: url(./assets/needs-panel_ttl_ico02.d25c43e7507134bdded1b1d8fa6701e9.png) no-repeat left center;
}

[class*="needs-panel_info"] span {
	padding-left: 24px;
	font-weight: 500;
}

.needs-panel_info01 span { background: url(./assets/needs-panel_ico01.6aabed06c7831fe2f23ec586949d6aba.png) no-repeat left center; }
.needs-panel_info02 span { background: url(./assets/needs-panel_ico02.9543a6823ed2cadfcedf3aca9945bc03.png) no-repeat left center; }
.needs-panel_info03 span { background: url(./assets/needs-panel_ico03.962cc2b75a8cd324e1e858322acd1bb6.png) no-repeat left center; }
.needs-panel_info04 span { background: url(./assets/needs-panel_ico04.dc4b707b1527bf1c633253ca12ee8531.png) no-repeat left center; }
.needs-panel_info05 span { background: url(./assets/needs-panel_ico05.2302bd9b80324ac525cd4eb407164e44.png) no-repeat left center; }
.needs-panel_info06 span { background: url(./assets/needs-panel_ico06.2c0552fe7df7822f5db3ec07e4d29d01.png) no-repeat left 2px center; }
.needs-panel_info07 span { background: url(./assets/needs-panel_ico07.7972afac04909fd15db3a6901a6e6d46.png) no-repeat left center; padding-left: 26px; margin-left: -2px; }
.needs-panel_info08 span { background: url(./assets/needs-panel_ico08.2c3ddcb9816daa5c432ff036f9d9d3d6.png) no-repeat left center; }
.needs-panel_info09 span { background: url(./assets/needs-panel_ico09.1e3fa912247fc677256036536ade8282.png) no-repeat left center; }
.needs-panel_info10 span { background: url(./assets/service-top_nav_ico03_on.7c09a448ce6759e011d73b6751c0513a.png) no-repeat left center; }
.needs-panel_info11 span { background: url(./assets/service-top_nav_ico04_on.d20854c9a8a20255e5fcbedc96431abd.png) no-repeat left center; }
.needs-panel_info11 span { background: url(./assets/service-top_nav_ico05_on.aaeb724d022320df4f028360af94ecfb.png) no-repeat left center; }
.needs-panel_info12 span { background: url(./assets/needs-panel_ico11.15a1ac118043d4cc8279d784c6c8a057.png) no-repeat left center; }
.needs-panel_info13 span {background: url(./assets/needs-panel_ico10.9e3c040818fb707f0665bb180c7b5a63.png) no-repeat left center/18px; }
.needs-panel_info14 span { background: url(./assets/bank_icon.73f72c79ce03153cfc4d36ba7d6b1bc6.png) no-repeat left center; }
.needs-panel_info15 span { background: url(./assets/needs-panel_ico12.1e935fd66a29dfe3bc2b32a6e1f6cf16.png) no-repeat left center; }

.needs-info label { position: relative; }
.needs-info span { background: url(./assets/recommend_icon_s.7dd074596a2d6bdecb9b483e3caa15f1.png) no-repeat left center; padding-left: 23px; margin-left: -2px;}

.needs-panel .needs-panel_togglebtn {
	position: absolute;
	top: 34px;
	right: 0;
	width: 100%;
}
.needs-panel .needs-panel_togglebtn a {
	display: block;
	width: 100%;
	height: 36px;
}
.needs-panel .needs-panel_togglebtn-on-panel {
	position: absolute;
	top: 34px;
	right: 0;
	width: 100%;
}
.needs-panel .needs-panel_togglebtn-on-panel a {
	display: block;
	width: 100%;
	height: 36px;
}
.needs-panel .needs-panel_togglebtn-ico,
.needs-panel .needs-panel_togglebtn-ico:after {
	width: 36px;
	height: 36px;
	top: calc(50% - 18px);
}

.needs-panel .needs-panel_togglebtn-ico-reverse,
.needs-panel .needs-panel_togglebtn-ico-reverse:after {
	width: 36px;
	height: 36px;
	top: calc(50% - 18px);
}

.needs-panel .panel-body {
	padding: 0;
}
.needs-panel .panel-body table {
	margin-top: 20px;
}
.needs-panel .panel-body table th,
.needs-panel .panel-body table td {
	padding: 11px 18px;
	border: 1px solid #e5e5e5;
}
.needs-panel .panel-body table th {
	width: 205px;
	background: #f7f7f7;
	border-right: none;
	font-weight: 500;
}
.needs-panel .panel-body table td {
	border-left: none;
}
.needs-panel .panel-body table td.break-all {
	word-break: break-all;
}
.needs-panel .panel-body table span.multiple-lines {
	white-space: break-spaces;
}
.needs-panel .panel-body table td .btn {
	position: relative;
	border: none;
	padding: 0;
	padding-right: 14px;
	margin-left: 40px;
	line-height: 1;
	vertical-align: baseline;
	color: #ff6666;
}
.needs-panel .panel-body table td .btn:after {
	content: " ";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 5px solid #ff6666;
}

.needs-panel .panel-body .needs-panel_delete label {
	display: block;
	width: 400px;
	margin: 30px auto 0;
	line-height: 64px;
	text-align: center;
	margin-bottom: 5px;
}
.needs-panel .panel-body .needs-panel_delete span {
	display: inline-block;
	font-size: 18px;
	padding-left: 30px;
	line-height: 24px;
	background: url(./assets/trashbox_ico.ea166f966e1d49f728cf508799cc5798.png) no-repeat left center;
}
.needs-panel .panel-body .needs-panel_delete input {
	display: none;
}
.needs-panel .panel-body .needs-panel_delete + .custom-emphasis {
	text-align: center;
}

.needs-panel .panel-body .needs-panel_change {
	text-align: center;
}

.needs-panel .panel-body .needs-panel_change .needs-panel_change_status {
	display: flex;
	justify-content: space-between;
	height: 86px;
}

.needs-panel .panel-body .needs-panel_change .needs-panel_change_status button {
	display: block;
	width: 455px;
	text-align: center;
	margin-bottom: 10px;
}

.needs-panel .panel-body .needs-panel_change .needs-panel_change_status .btn[disabled] {
	cursor: default;
	opacity: 1;
}

.needs-panel .panel-body .needs-panel_change .needs-panel_change_temp_status label {
	display: inline-block;
	width: 455px;
	margin-right: 10px;
	line-height: 64px;
	text-align: center;
	margin-bottom: 10px;
}

.needs-panel .panel-body .needs-panel_change .needs-panel_change_temp_status label:last-child {
	margin: 0px;
}

.needs-panel .panel-body .needs-panel_change .needs-panel_change_other label {
	display: inline-block;
	width: 300px;
	margin-right: 10px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}

.needs-panel .panel-body .needs-panel_change .needs-panel_change_other label:last-child {
	margin: 0px;
}

.needs-panel .panel-body .needs-panel_change span {
	font-size: 16px;
}

.needs-panel .panel-body .needs-panel_change .delete span{
	/* background: url(../img/trashbox_ico.png) no-repeat left center; */
	padding: 5px 0 5px 0;
	color: #e70012;
}

.needs-panel .panel-body .needs-panel_change input {
	display: none;
}
.needs-panel .panel-body .needs-panel_change + .custom-emphasis {
	text-align: center;
}

.needs-panel_change .needs-panel_change_status .customwhtbtn.needs-state_btn--active {
	background: #ff6666 !important;
}
.needs-panel_change .needs-panel_change_status .customwhtbtn.needs-state_btn--active span {
	color: #fff !important;
}

.needs-new-message {
	color: red;
	font-size: 18px;
	padding-left: 12px;
}

.needs-font {
    font-size: 12px;
}

.message_item {
	background: #f7f7f7;
}
.message_item_konai {
	background: #f7f7f7;
}

.offer_item {
	background: #f7f7f7;
}

.message_list > td:nth-of-type(1),
.message_list > div:nth-of-type(1) {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	background-image: url(./assets/needs-panel_ico10.9e3c040818fb707f0665bb180c7b5a63.png);
}
.message_list.read > td:nth-of-type(1),
.message_list.read > div:nth-of-type(1) {
	background-image: url(./assets/needs-panel_ico10_on.e46adfbfaf68a29dfa2e805522015a6f.png);
}
.message_list > td:nth-of-type(1) span,
.message_list > div:nth-of-type(1) span {
	display: none;
}
.message_list.yuryo > td:nth-of-type(1),
.message_list.yuryo > div:nth-of-type(1) {
	background-image: none;
}
.message_list.read.yuryo > td:nth-of-type(1),
.message_list.read.yuryo > div:nth-of-type(1) {
	background-image: none;
}
.message_list.yuryo > td:nth-of-type(1) span,
.message_list.yuryo > div:nth-of-type(1) span {
	display: block;
}

.needs-panel_message {
	margin-top: 20px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}
.needs-panel_message .message_item,
.needs-panel_message .message_list {
	display: -webkit-flex;
	display: flex;
	text-align: center;
}
.needs-panel_message .message_list {
	border-bottom: 1px solid #e5e5e5;
}
.needs-panel_message .message_item > div,
.needs-panel_message .message_list > div {
	border-left: 1px solid #e5e5e5;
}
.needs-panel_message span {
	font-weight: 500;
}
.needs-panel_message .message_item > div span { line-height: 32px; letter-spacing: 0.08em; }
.needs-panel_message .message_list > div span { line-height: 48px; }
.needs-panel_message .message_item > div:nth-of-type(1),
.needs-panel_message .message_list > div:nth-of-type(1)  {
	border-left: none;
}
.needs-panel_message .message_item > div:nth-of-type(1),
.needs-panel_message .message_list > div:nth-of-type(1) {
	flex: 0 0 120px;
}
.needs-panel_message .message_item.yuryo > div:nth-of-type(1),
.needs-panel_message .message_list.yuryo > div:nth-of-type(1) {
	flex: 1 0;
}
.needs-panel_message .message_item > div:nth-of-type(2),
.needs-panel_message .message_list > div:nth-of-type(2) {
	flex: 1 0;
}
.needs-panel_message .message_item.yuryo > div:nth-of-type(2),
.needs-panel_message .message_list.yuryo > div:nth-of-type(2) {
	flex: 0 0 200px;
}
.needs-panel_message .message_item > div:nth-of-type(3),
.needs-panel_message .message_list > div:nth-of-type(3) {
	flex: 0 0 200px;
}
.needs-panel_message .message_list > div:nth-of-type(3) span {
	font-weight: 400;
}
.needs-panel_message .message_list.yuryo > div:nth-of-type(2) span {
	font-weight: 400;
}
.needs-panel_message .message_list > div:nth-of-type(2) {
	text-align: left;
	padding-left: 20px;
}
.needs-panel_message .message_list.yuryo > div:nth-of-type(1) {
	text-align: left;
	padding-left: 20px;
}
.needs-panel_message .message_list.yuryo > div:nth-of-type(2) {
	text-align: center;
	padding-left: 0px;
}

.customwhtbtn.yuryodisabled {
	box-shadow: none;
	opacity: .65;
	cursor: not-allowed;
	background: #f0f0f0;
}

.customwhtbtn.disabled {
	box-shadow: none;
	opacity: .65;
	cursor: not-allowed;
	background: #f0f0f0;
}

.needs-panel--close .needs-heading .panel-heading {
	background: #eee;
}
.needs-panel--close .panel-heading h4 span:first-child:before,
.needs-panel--close .panel-heading h4 span:first-child:after,
.needs-panel--close .panel-heading h4 span,
.needs-panel--close .needs-id label,
.needs-panel--close .needs-id span {
	color: #555;
}
.needs-panel--close .needs-state .btn {
	background: #ccc !important;
	border: 1px solid #ccc !important;
	color: #fff !important;
	cursor: default;
}
.needs-panel .needs-state .custom-emphasis {
	display: none;
}
.needs-panel--close .needs-state .custom-emphasis {
	display: inline;
	padding-left: 20px;
	line-height: 26px;
}

.needs-panel .panel-heading h4.panel-needs-title span {	
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

.needs-panel .panel-body .needs-lists_body-inner {
	padding-bottom: 14px;
}

.needs-lists .needs-non-opacity-panel:hover {
	opacity: 1 !important;
}

.needs-panel .panel-body .riyokigyo-button {
	margin-right: 0;
}

.needs-panel .panel-body .riyokigyo-button label {
	text-align: center;
	margin-top: 16px;
}

.needs-panel .needs-heading > .panel-heading {
	transition: all 0.4s cubic-bezier(0.1, 0.61, 0.44, 0.89);
	cursor: pointer;
}

.needs-panel .needs-heading > .panel-heading:hover {
	opacity: 0.7;
}

.needs-panel .needs-heading .panel-overview {
	margin: 0;
}

.needs-panel .needs-heading .panel-overview .overview-span:before {
	content: "概要を見る";
}

.needs-panel .needs-heading .panel-overview .overview-span--open:before {
	content: "概要を隠す"
}

.needs-panel .needs-heading .panel-overview .panel-heading {
	padding: 0 16px;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.needs-panel .needs-heading .panel-overview .needs-panel_togglebtn-ico {
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
}

.needs-panel .needs-heading .panel-overview .needs-panel_togglebtn-ico:after {
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
}

.needs-panel .needs-heading .panel-overview .needs-panel_togglebtn-ico-reverse {
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
}

.needs-panel .needs-heading .panel-overview .needs-panel_togglebtn-ico-reverse:after {
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
}

.needs-panel .needs-heading .panel-overview .needs-panel_togglebtn-on-panel {
	position: relative;
    top: 0;
    border: none;
    border-radius: 0;
}

.needs-panel .needs-heading .panel-overview .needs-panel_togglebtn-on-panel a {
	width: 100%;
    display: block;
    padding: 10px 0;
    height: auto;
    border-radius: 0;
    cursor: pointer;
}

.needs-panel_discussion {
	margin-top: 20px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}
.needs-panel_discussion .discussion_item,
.needs-panel_discussion .discussion_list {
	display: -webkit-flex;
	display: flex;
	text-align: center;
}
.needs-panel_discussion .discussion_list {
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.needs-panel_discussion .discussion_list:hover {
	background-color: #eee;
}
.needs-panel_discussion .discussion_item > div,
.needs-panel_discussion .discussion_list > div {
	border-left: 1px solid #e5e5e5;
}
.needs-panel_discussion span {
	font-weight: 500;
}
.needs-panel_discussion .discussion_item > div:nth-of-type(1),
.needs-panel_discussion .discussion_list > div:nth-of-type(1) {
	flex: 0 0 10%;
	max-width: 100%;
	padding: 10px;
	border-left: none;
}
.needs-panel_discussion .discussion_item > div:nth-of-type(2),
.needs-panel_discussion .discussion_list > div:nth-of-type(2) {
	flex: 0 0 65%;
	max-width: 100%;
	padding: 10px 20px;
}
.needs-panel_discussion .discussion_item > div:nth-of-type(3),
.needs-panel_discussion .discussion_list > div:nth-of-type(3) {
	flex: 0 0 25%;
	max-width: 100%;
	padding: 10px;
}
.needs-panel_discussion .discussion_list > div:nth-of-type(3) span {
	font-weight: 400;
}
.needs-panel_discussion .discussion_list > div:nth-of-type(2) {
	text-align: left;
}

/*----------------------------------------------------------------------------*/
/* 共通部品：強調表示                                                         */
/*----------------------------------------------------------------------------*/
.custom-form .custom-emphasis {
	text-align: center;
	margin-bottom: 40px;
}
.custom-form .custom-emphasis span {
	font-size: 12px;
}

.custom-form {
	background: #fff;
	padding: 40px 90px 80px;
}
.custom-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(./assets/select_arrow.6b6a308abd0e4c872a9033eb0076b73a.png) no-repeat;
	background-position: center right 20px;
}
.custom-form select::-ms-expand {
	display: none;
}
.custom-form select::-ms-value {
	background: none;
	color: #bbb;
}

.custom-form--required span {
	position: relative;
	padding-left: 60px;
}
.custom-form--required span:before {
	content: "必須";
	display: block;
	position: absolute;
	top: calc(50% - 0.7em);
	left: 0;
	padding: 0 0.6em 0.1em;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	line-height: 1.6em;
	background: #dc3529;
}
.custom-form .form-group {
	margin-bottom: 0;
}
.explanation-item {
	margin-left: 180px;
	margin-top: -30px;
	margin-bottom: 30px;
}
.custom-form .custom-form_item,
.custom-form_item-group .form-group{
	margin-bottom: 35px;
}
.custom-form_item-group,
.custom-form_item,
.custom-form_unit {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.custom-form_item > label,
.custom-form_item-group > div:first-child label {
	display: block;
	width: 180px;
}
.custom-form_item-group label,
.custom-form_item > label span,
.custom-form_item > label {
	font-size: 14px;
	font-weight: 500;
}
.custom-form_item-group > div:nth-of-type(2) {
	width: calc(100% - 180px);
}
.custom-form input,
.custom-form select {
	height: 40px;
}
.custom-form_item--textarea textarea {
	height: 120px;
    resize: none;
}
.custom-form_item--textarea {
	align-items: flex-start;
}
.custom-form_item > input,
.custom-form_item textarea,
.custom-form_item select {
	width: calc(100% - 180px);
}
.custom-form_unit input {
	width: 250px;
}
.custom-form_unit > div:last-child {
	margin-left: 20px;
}
.custom-form_unit > div:last-child span {
	color: #999;
	font-size: 14px;
}
.custom-form_item-group {
	align-items: flex-start;
}
.custom-form_item-group select {
	width: 100%;
}
.custom-form_postalcord > div:nth-child(1) input {
	width: 80px;
}
.custom-form_postalcord > div:nth-child(2) {
	width: 25px;
	text-align: center;
}
.custom-form_postalcord > div:nth-child(3) input {
	width: 145px;
}

.custom-form_downitem--optional {
	position: relative;
}
.custom-form_downitem--optional:after {
	content: "※任意";
	display: block;
	position: absolute;
	top: -5px;
	right: 655px;
	width: 3em;
	font-size: 12px;
	line-height: 40px;
	color: #ff6666;
	font-weight: 500;
}

.custom-form_item--required {
	position: relative;
}

.custom-form_item--required:after {
	content: "※必須";
	display: block;
	position: absolute;
	top: 0;
	right: 655px;
	width: 3em;
	font-size: 12px;
	line-height: 40px;
	color: #dc3529;
	font-weight: 500;
}

/*----------------------------------------------------------------------------*/
/* 共通部品：カスタムチェックボックス                                         */
/*----------------------------------------------------------------------------*/
.custom-checkbox {
	margin: 25px 0 60px;
}
.custom-checkbox input {
	display: none;
}
.custom-checkbox span {
	display: block;
	padding-left: 30px;
	font-weight: 500;
	padding-bottom: 0.1em;
	background-repeat: no-repeat;
	background-position: left top 0.15em;
	background-image: url(./assets/signup_contract_ico.48bbadd94249158e7cc302d23e37367a.png);
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.custom-checkbox input:checked + span {
	background-image: url(./assets/signup_contract_ico_on.87e110247af5b2595d485f47dfed649b.png);
}
.custom-checkbox--radio span {
	background-image: url(./assets/radio_ico.ac45462fd950c80059987e255dffd675.png);
}
.custom-checkbox--radio input:checked + span {
	background-image: url(./assets/radio_ico_on.885a3abd57c1c52116fa4f344bbc0aab.png);
}
.custom-form_item .custom-checkbox {
	margin: 0;
	width: calc(100% - 180px);
}
.custom-form_item .custom-checkbox > div {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
}
.custom-form_item .custom-checkbox > div > div {
	width: 286px;
	/*margin-top: 15px;*/
	margin-top: 30px;
}
.custom-form_item .custom-checkbox span {
	letter-spacing: 0.06em;
}
.custom-form_item--checkbox .custom-form_item {
	align-items: flex-start;
}
.custom-form_item--checkbox + .custom-form_item--checkbox .custom-checkbox {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 1px);
    background-size: 2px 1px;
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 35px;
}
.custom-form_item--checkbox + .custom-form_item--checkbox .custom-form_item > label {
	padding-top: 35px;
}

/*ここまでビズクリコピペ*/

/*----------------------------------------------------------------------------*/
/* ヘッダーフッター                                                            */
/*----------------------------------------------------------------------------*/
.header_inner,
.footer-bottom_inner {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 12px;
}
header {
	width: 100%;
	background: #fff;
}
.header_inner {
	padding-top: 12px;
	padding-bottom: 12px;
	overflow: hidden;
}
.header_space {
	height: 70px;
    display: flex;
    justify-content: space-between;
}
.header_state {
	float: right;
	line-height: 0px;
}
.header_companyname,
.header_loginid {
	float: left;
	padding-right: 20px;
	position: relative;
}
.header_companyname span,
.header_loginid span {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	position:relative;
	top:0px;
	display: inline-block;
	font-size: 12px;
	color: #555;
	line-height: 20px;
	padding: 0px 6px;
}
.header_block {
    display: flex;
    justify-content: flex-end;
}
.header_qa {
	float: right;
	padding: 12px 0 12px 20px;
}
.header_qa span {
	display: block;
	text-decoration: underline;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	padding-left: 25px;
	background: url(./assets/header_icon_qa.69dfaab646919ad473886144af95d031.png) no-repeat left center;
}
.header_passwd-change span {
	background: url(./assets/header_icon_passwd-change.f1a46ab3bc3b1412c73b835177f6c392.png) no-repeat left center;
}
.header_logout {
	float: right;
	padding: 12px 0 12px 20px;
}
.header_logout span {
	display: block;
	text-decoration: underline;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	padding-left: 25px;
	background: url(./assets/header_icon_logout.7e5cacc4a7b3d0151ccbc9f4e779d04b.png) no-repeat left center;
}
.service-top_nav {
	border-top: 1px solid #e9e9e9;
	border-bottom: 2px solid #dc000c;
	background: #fff;
	margin-bottom: 60px;
}
.service-top_nav > ul {
	max-width: 1440px;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 0;
	justify-content: space-around;
	margin: 0 auto;
}
.service-top_nav > ul > li:not(:first-of-type):not(:nth-of-type(2)) > a, 
.service-top_nav > ul > .shain_search > a {
	pointer-events: none;
}
.service-top_nav > ul > li:not(:first-of-type):not(:nth-of-type(2)) > a::after, 
.service-top_nav > ul > .shain_search > a::after {
	content: " ";
	position: absolute;
	bottom: 12px;
	left: calc(50% - 5px);
	transform: rotate(-45deg);
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
}
.service-top_nav > ul > li {
	width: 100%;
	position: relative;
	text-align: center;
	flex: 1;
}
.service-top_nav > ul > li:before,
.service-top_nav > ul > li:last-child:after {
	content: " ";
	display: block;
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	width: 1px;
	height: 30px;
	background: #e9e9e9;
}
.service-top_nav > ul > li:last-child:after {
	left: auto;
	right: 0;
}
.service-top_nav a {
	display: block;
	width: 100%;
	line-height: 70px;
	font-size: 15px;
}
.service-top_nav li span {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	background-repeat: no-repeat;
	background-position: left center;
}
.service-top_nav li:nth-of-type(4) span {
	padding-left: 30px;
}
.service-top_nav li span:before,
.service-top_nav li span:after {
	content: " ";
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
	width: 15px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: left center;
}
.service-top_nav li:nth-of-type(1) span:before { background-image: url(./assets/service-top_nav_ico01_on.c81c39c5605d1ddec8ff6ed2f97bdedc.png); }
.service-top_nav li:nth-of-type(2) span:before { background-image: url(./assets/service-top_nav_ico02_on.b8f791ae15760447e0fcccd7b6a15686.png); }
.service-top_nav li:nth-of-type(3) span:before { background-image: url(./assets/service-top_nav_ico03_on.7c09a448ce6759e011d73b6751c0513a.png); }
.service-top_nav li:nth-of-type(4) span:before { background-image: url(./assets/service-top_nav_ico05_on.aaeb724d022320df4f028360af94ecfb.png); width: 30px;}
.service-top_nav li:nth-of-type(5) span:before {background-image: url(./assets/service-top_nav_ico04_on.d20854c9a8a20255e5fcbedc96431abd.png); width: 30px; }

.service-top_nav li:nth-of-type(1) span:after { background-image: url(./assets/service-top_nav_ico01.807a50720d45424ff56823ee26821d3e.png); }
.service-top_nav li:nth-of-type(2) span:after { background-image: url(./assets/service-top_nav_ico02.e3cff34a8efbe4cbef2bb56fc81bb7e3.png); }
.service-top_nav li:nth-of-type(3) span:after { background-image: url(./assets/service-top_nav_ico03.9069873a274cfa53e259c1580fd71b2a.png); }
.service-top_nav li:nth-of-type(4) span:after { background-image: url(./assets/service-top_nav_ico05.0bf70616906e75fbc8a9a52390a835db.png); width: 30px;}
.service-top_nav li:nth-of-type(5) span:after {background-image: url(./assets/service-top_nav_ico04.2e8a4ae13e660599e3586a49bb38061c.png); width: 30px; }

.service-top_nav_submenu {
	width: 320px;
	height: 0;
	position: absolute;
	top: 64px;
	padding-top: 10px;
	z-index: 2;
	transition-delay: 0.4s;
	overflow: hidden;
	left: calc(50% - 160px);
}
.service-top_nav_submenu ul {
	margin-top: 12px;
	opacity: 0;
	background: #ff6666;
	border: 2px solid #ff6666;
	box-shadow: 0 5px 50px rgba(0,0,0,0.15);
	position: relative;
	/*right: 47px;*/
}
.service-top_nav_submenu li {
	position: relative;
}
.service-top_nav_submenu li:first-child:before {
	content: " ";
	display: block;
	position: absolute;
	top: -26px;
	left: calc(50% - 12px);
	border: 12px dashed transparent;
	border-bottom: 12px solid #ff6666;
}
.service-top_nav_submenu li:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
}
.service-top_nav_submenu li:last-child:after {
	content: "";
	height: 0px;
}
.service-top_nav_submenu .service-top_nav_submenu_label {
	color: #fff;
	line-height: 55px;
}
.service-top_nav_submenu .service-top_nav_submenu_label:hover {
	background: #fff;
	color: #ff6666;
}
.service-top_nav--cur span, 
.service-top_nav li:hover a span {
	color: #ff6666;
}
.service-top_nav--cur span:after {
	opacity: 0;
}
.service-top_nav--cur .submenu--cur a {
    background: #fff;
	color: #ff6666;
	pointer-events: none;
}
.service-top_nav li:hover a span:after {
	opacity: 0;
}
.service-top_nav li:hover a + .service-top_nav_submenu,
.service-top_nav_submenu:hover {
	transition-delay: 0s;
	/*height: 220px;*/
	padding: 10px 0px 12px;
	left: calc(50% - 160px);
	overflow: visible;
}
.service-top_nav li:hover a + .service-top_nav_submenu ul,
.service-top_nav_submenu:hover ul {
	opacity: 1;
}
footer {
	/*position: relative;*/
	position: absolute;
	margin-top: 130px;
	background: linear-gradient(90deg, #ff6666, #ffba53);
	bottom: 0;
	width: 100%;
}
footer .pagetop {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	top: -100px;
	left: calc(50% - 414px);
	text-align: right;
}
footer .pagetop a span {
	font-size: 0px;
	line-height: 1;
	display: inline-block;
    height: 75px;
    width: 75px;
    background: url(./assets/pagetop_icon_75.d09db43edd69f7866dacb5eed9107147.png) no-repeat left center;
}
.footer_inner {
	height: 150px;
	/*background: url(../img/foot_bg.png) no-repeat left calc(50% - 458px) top;*/
}
.footer_inner .footer_desc {
	width: 880px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.footer_inner .footer_desc {
	padding-top: 70px;
}
.footer_inner p {
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin: 0 auto;
}
.footer_inner ul {
	padding-top: 37px;
}
.footer_inner li {
	background: #fff;
}
.footer-bottom {
	background: #333;
}
.footer-bottom_inner {
	position: relative;
}
.footer-bottom p,
.footer-bottom a,
.footer-bottom span {
	font-size: 12px;
	color: #fff;
	line-height: 50px;
}
.footer-bottom p {
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 0.06em;
}
.footer-bottom .footer_menu {
	position: absolute;
	top: 0;
	right: 12px;
}
.footer_menu .footer_logout {
	display: inline-block;
	margin-left: 15px;
	padding-left: 25px;
	background: url(./assets/foot_logout.f7b1ffe6ba2159f98bb3ee2d1154bc64.png) no-repeat left center;
}
.footer_menu .footer_riyokiyaku {
	display: inline-block;
	margin-left: 15px;
}
.footer_menu .footer_otoiawase {
	display: inline-block;
}
.footer_menu .footer-doc-manage-number {
	display: inline-block;
	margin-left: 30px;
}

.footer_toiawase p {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.footer_inner .footer_toiawase {
	padding-top: 60px;
}

/*----------------------------------------------------------------------------*/
/* 利用規約：SSCM0203                                                          */
/*----------------------------------------------------------------------------*/
.contract-panel span {
	padding: 2px 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0.08em;
	display: block;
	text-align: center;
}
.signup-contract {
	height: 270px;
	margin-top: 30px;
	overflow-y: scroll;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
}
.signup-contract_small {
	margin-top: 30px;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
}
.signup-contract_all {
	margin-top: 30px;
	margin-bottom: 30px;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
}
.signup-contract_inner {
	padding: 30px;
	font: 12px "Noto Sans JP", sans-serif;
}
.signup-contract_inner h4,
.signup-contract_inner p {
	font-size: 12px;
}
.signup-contract_inner h4 {
	margin-bottom: 5px;
}
.signup-contract_inner li:not(:first-child) h4 {
	margin-top: 25px;
}
.signup-contract_inner p {
	margin-bottom: 5px;
	line-height: 1.8;
}
.signup-checkbox_area {
	text-align: center;
    margin-bottom: 30px;
}

/*----------------------------------------------------------------------------*/
/* SSUS0101                                                                   */
/*----------------------------------------------------------------------------*/
.relative {
	position: relative;
}
.custom-form .custom-form_item.mailauthentication,
.custom-form_item-group .form-group {
	margin-bottom: 35px;
	margin-top: 35px;
}
.custom-emphasis.attention_msg.mailauthentication {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 40px;
}
.custom-emphasis.attention_msg.mailauthentication div {
	width: 90%;
	margin: 0 auto 20px;
	text-align: left;
}
.custom-emphasis.attention_msg.mailauthentication div label {
	display: flex;
}
.custom-emphasis.attention_msg.mailauthentication div label span {
	margin-right: 10px;
}
.inputform_private3:before {
	display: block;
	position: absolute;
	top: -30px;
	right: 758px;
	font-size: 12px;
	line-height: 40px;
	color: #ff6666;
	font-weight: 500;
}
.user-register .form-message {
	padding-left: 182px;
	font-size: 12px;
}

/*----------------------------------------------------------------------------*/
/* SSMT0101                                                                   */
/*----------------------------------------------------------------------------*/
.needs-step_block {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.needs-step_block li {
	width: 43px;
	font-size: 12px;
	color: #999;
	text-align: center;
	white-space: nowrap;
	margin-right: 100px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.needs-step_block li:last-child {
	margin-right: 0;
}
.needs-step_block li:after {
	content: " ";
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	right: -55px;
	background: url(./assets/signup_step_arrow.49576dca02c2b634f5b1e41f6ee20b20.png) no-repeat;
	background-size: 9px 14px;
	width: 9px;
	height: 14px;
}
.needs-step_block li:last-of-type:after {
	display: none;
}
.needs-step_block li.needs-step_cur,
.needs-step_block li.needs-step_cur div {
	color: #ff6666;
}
.needs-step_block li.needs-step_cur span{
	background-color: #ff6666;
}
.needs-step_block div {
	font-size: 10px;
	color: #999;
}
.needs-step_block span {
	display: block;
	margin: 0 auto;
	width: 43px;
	height: 43px;
	border-radius: 40px;
	background: #ddd;
	background-repeat: no-repeat;
	background-position: center;
	margin: 5px 0;
}
.needs-step_block li:first-of-type span {
	background-image: url(./assets/needs_step_ico01.6042d8955fc7fe6fec33508cce036146.png);
}
.needs-step_block li:nth-of-type(2) span {
	background-image: url(./assets/needs_step_ico02.baf0c881d981cc1198ff8528320ea61a.png);
}

.needs-step_block li:nth-of-type(3) span {
	background-image: url(./assets/needs_step_ico04.febea77d9d2bfa35fa111e045e9ea2b2.png);
}

.needs-step_block li:nth-of-type(4) span {
	background-image: url(./assets/needs_step_ico02.baf0c881d981cc1198ff8528320ea61a.png);
}

.needs-step_block li:last-of-type span {
	background-image: url(./assets/needs_step_ico03.abf63047c7f3960839a01952499878da.png);
}

.custom-form_item--checkbox .custom-form_item {
	align-items: flex-start;
}
.custom-form_item--checkbox + .custom-form_item--checkbox .custom-checkbox {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 1px);
    background-size: 2px 1px;
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 35px;
}
.custom-form_item--checkbox + .custom-form_item--checkbox .custom-form_item > label {
	padding-top: 35px;
}

.custom-form_item--checkbox .custom-form_item {
	align-items: flex-start;
}
.custom-form_item--checkbox + .custom-form_item--checkbox .ukeire-custom-checkbox {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 1px);
    background-size: 2px 1px;
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 35px;
}

.inputform_public:before {
	content: "【公開】";
	display: block;
	position: absolute;
	top: -20px;
	right: 770px;
	font-size: 12px;
	line-height: 40px;
	color: #ff0000;
	font-weight: 500;
}


.inputform_public2:before {
	content: "【公開】";
	display: block;
	position: absolute;
	top: -30px;
	right: 770px;
	font-size: 12px;
	line-height: 40px;
	color: #ff0000;
	font-weight: 500;
}

.inputform_public3:before {
	content: "【公開】";
	display: block;
	position: absolute;
	top: 5px;
	right: 770px;
	font-size: 12px;
	line-height: 40px;
	color: #ff0000;
	font-weight: 500;
}

.custom-form_item .custom-checkbox.checkbox-gyoshu_group > div:first-of-type {
	margin-bottom: 10px;
}
.custom-form_item .custom-checkbox.checkbox-gyoshu_group .checkbox-main_gyoshu > label > span,
.custom-form_item .custom-checkbox.checkbox-gyoshu_group .checkbox-main_gyoshu_font {
	font-size: 15px;
	font-weight: 1000;
}
.custom-form_item .custom-checkbox.checkbox-gyoshu_group .checkbox-main_gyoshu::after {
    content: "";
    display: block;
    width: 105%;
    height: 1px;
    position: absolute;
    top: 26px;
    left: -8px;
	/*サブ業種不要の場合はbackground-imageは不要*/
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 1px);
    background-size: 2px 1px;
    background-position: center;
    background-repeat: repeat-x;
}

.custom-form_item .custom-checkbox.checkbox-gyoshu_group > div > div {
    width: calc(100% / 4);
}

.custom-form_item .custom-checkbox.checkbox-gyoshu_group > div:nth-of-type(2) > div {
    display: flex;
    align-items: center;
}

.custom-form_item .custom-checkbox.checkbox-gyoshu_group > div > div span {
	background-position: left;
    word-break: keep-all;
}

.needs-register .custom-form_item--textarea textarea {
	height: 450px;
}
.needs-register .needs-panel_futured_keyword {
	display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.needs-register .featured_keyword_area {
	display: flex;
    flex-wrap: wrap;
}
.needs-register .featured_keyword_area .btn.btn-featured_keyword {
	background: #fff;
    border: 1px solid #ff6666;
    border-radius: 24px;
    padding: 6px 10px;
    margin-bottom: 8px;
    margin-right: 8px;
}
.needs-register .featured_keyword_area .btn.btn-featured_keyword label {
	cursor: pointer;
}
.needs-register .needs_detail_counter {
	position: absolute;
	top: 24px;
}
/*--------------------------------------------------------------------------*/
.needs-register .keisaikigen_msg {
	top: 11px;
	left: 375px;
	position: absolute;
}

.needs-register .template_msg {
	top: 11px;
	left: 195px;
	position: absolute;
}

.needs-register .template_msg span {
	font-size: 12px;
}

.needs-register .attention_msg {
	text-align: left;
	margin-left: 180px;
}

.needs-register .title_msg {
	text-align: left;
	margin-left: 180px;
	margin-top: -30px;
	padding-bottom: 20px;
}

.needs-register .save_btn {
	width: 660px;
	margin-top: 60px;
	margin-left: 180px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.needs-register .save_btn button {
	width: 440px;
	height: 80px;
	border-radius: 0;
}
.needs-register .save_btn button span {
	line-height: 1.4;
	font-size: 16px;
	padding-bottom: 0.1em;
	background-image: none;
	padding-left: 0;
}

.needs-register .save_btn button:nth-of-type(1) span {
	/* padding-left: 45px;
	background: url(../img/service-top_nav_ico04_on.png) no-repeat left center; */
	font-size: 22px;
	font-weight: 500;
}

.needs-register .custom-form_item--upload {
	align-items: flex-start;
}

.needs-register .form-items_area {
	width: calc(100% - 180px);
}

.needs-register .img-upload-msg > label,
.needs-register-confirm .img-upload-msg > label,
.needs-editer .img-upload-msg > label,
.needs-editer-confirm .img-upload-msg > label{
	display: block;
}

.needs-register .img-upload-area {
    text-align: center;
	height: 310px;
	margin: 0.5em 0;
	border-color: #CCCCCC !important;
	-webkit-transition: none !important;
	transition: none !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.needs-register .img-upload-area .img-drop-area {
	width: calc(100% - 40px);
	height: calc(100% - 40px);;
	margin: 20px;
	border: 2px dashed #ccc;
}

.needs-register .img-upload-area > div > * {
	margin: 0 auto;
	margin-top: 20px;
}

.needs-register .img-upload-area img {
	display: block;
	width: 240px;
	height: 160px;
	border: 1px solid #ddd;
}

.needs-register .img-upload-area a {
	text-decoration: underline;
}

.needs-register .custom-form_item.calendar label+label {
	display: inline-block;
	padding-right: 25px;
	background: url(./assets/needs-panel_ico05.2302bd9b80324ac525cd4eb407164e44.png) no-repeat right center;
	cursor: pointer;
}

.modal-footer label span,
.modal-footer button,
.header_logout,
.header_passwd-change,
.header_qa,
.header_favorite,
.needs-lists .needs-panel,
.custom-pageback label,
.custom-pagination a:not(.active),
.needs-panel_togglebtn,
.needs-panel_togglebtn a,
.needs-panel_togglebtn .needs-panel_togglebtn-ico,
.needs-panel_togglebtn .needs-panel_togglebtn-ico-reverse,
.needs-panel_togglebtn-on-panel,
.needs-panel_togglebtn-on-panel a,
.needs-panel_togglebtn-on-panel .needs-panel_togglebtn-ico,
.needs-panel_togglebtn-on-panel .needs-panel_togglebtn-ico-reverse,
.needs-panel .panel-body table td .btn,
.needs-state .btn,
[class*="customwhtbtn"],
.service-top_nav > ul > li:nth-of-type(2) > a:after,
.service-top_nav > ul > li:nth-of-type(3) > a:after,
.konai_service-top_nav > ul > li:nth-of-type(2) > a:after,
.konai_service-top_nav > ul > li:nth-of-type(3) > a:after,
.konai_service-top_nav > ul > li:nth-of-type(4) > a:after,
[class*="custombtn"] a,
[class*="custombtn"] label,
[class*="custombtn"] button,
.pagetop a,
.service-top_nav_submenu ul,
.service-top_nav_submenu a,
.service-top_nav a span,
.service-top_nav a span:after,
.konai_service-top_nav_submenu ul,
.konai_service-top_nav_submenu a,
.konai_service-top_nav a span,
.konai_service-top_nav a span:after,
.slick-prev,
.slick-next,
.slick-dots li,
.login_item a,
.footer-bottom_inner a,
.entryshosai_title-div .needs-panel_togglebtn-ico,
.entryshosai_title-div .needs-panel_togglebtn-ico-reverse,
/* v9追加分 */
.address-book-table .address-book_list,
.address-details-button,
.management_message .message_list,
.management_offer .offer_list,
.address-book-table .address-book_list,
.address-details-button,
.ssmta101 .daikoneeds-list .list_body,
.shodan-ichiran-table .shodan-ichiran_list,
.shodan-ikkatsu-kanri-lists--items,
.smbc-shodan-kanri-lists--items,
.needs-panel .panel-body .needs-panel_change .needs-panel_change_status button,
.needs-catalog_header-top,
.panel_togglebtn .needs-panel_togglebtn-ico,
.panel_togglebtn .needs-panel_togglebtn-ico-reverse,
.needs-panel_message .message_list,
.overview-span,
.faq_valuedoorid_biz-createidlink,
.anchor-span {
	transition: all 0.4s cubic-bezier(0.1, 0.61, 0.44, 0.89);
}

.modal-footer label:hover span,
.header_logout:hover,
.header_passwd-change:hover,
.header_qa:hover,
.header_favorite:hover,
.needs-lists .needs-panel:hover,
.custom-pageback label:hover,
.custom-pagination a:not(.active):hover,
.needs-panel_togglebtn:hover,
.needs-panel .panel-body table td .btn:hover,
.needs-state .btn:hover,
[class*="custombtn"] a:hover,
[class*="custombtn"] label:hover,
[class*="custombtn"] button:hover,
.pagetop a:hover,
.slick-prev:hover,
.slick-next:hover,
.slick-dots li:hover,
.login_item a:hover,
.footer-bottom_inner a:hover {
	opacity: 0.7;
}

.cropmodal .slider-rail {
	width: 200px;
	height: 4px;
	border: solid 1px black;
	margin: 40px auto 20px;
	position: relative;
}

.cropmodal .slider-handle {
	width: 20px;
	height: 40px;
	border: solid 1px black;
	background-color: white;
	margin-top: -18px;
	margin-left: -20px;
}

.cropmodal .slider-msg-left {
	position: absolute;
	left: -50px;
	top: -10px;
}

.cropmodal .slider-msg-right {
	position: absolute;
	right: -50px;
	top: -10px;
}

.cropmodal .modal-header {
	padding-bottom: 0px;
	text-align: center;
	line-height: 2;
	display: block !important;
}

.checkbox_margin {
	margin-top: 7px !important;
}

.checkbox_margin2 {
	margin-top: 1px !important;
}


/*					collaps ボタン
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* 共通部品：トグルボタン                                                     */
/*----------------------------------------------------------------------------*/
.needs-panel_togglebtn-ico,
.needs-panel_togglebtn-ico:after {
	position: absolute;
	right: 0;
	width: 22px;
	height: 22px;
	display: block;
	top: calc(50% - 11px);
	background: url(./assets/panel_btn-ico.536dc6028a29d52fcee513655c43059f.png) no-repeat right center;
	background-size: 100% auto;
}
.needs-panel_togglebtn-ico:after {
	top: 0;
	content: " ";
	background: url(./assets/panel_btn-ico_on.e2be8c47046cc88a60ae4b4bb2195c76.png) no-repeat right center;
	background-size: 100% auto;
	opacity: 0;
}
.needs-panel_togglebtn-ico-reverse,
.needs-panel_togglebtn-ico-reverse:after {
	position: absolute;
	right: 0;
	width: 22px;
	height: 22px;
	display: block;
	top: calc(50% - 11px);
	background: url(./assets/panel_btn-ico_on.e2be8c47046cc88a60ae4b4bb2195c76.png) no-repeat right center;
	background-size: 100% auto;
	transform: rotate(45deg);
}
.needs-panel_togglebtn-ico-reverse:after {
	top: 0;
	content: " ";
	background: url(./assets/panel_btn-ico.536dc6028a29d52fcee513655c43059f.png) no-repeat right center;
	background-size: 100% auto;
	transform: rotate(0deg);
	opacity: 0;
}
.needs-panel_togglebtn--open .needs-panel_togglebtn-ico {
	transform: rotate(45deg);
}
.needs-panel_togglebtn--open .needs-panel_togglebtn-ico:after {
	opacity: 1;
}
.needs-panel_togglebtn--open .needs-panel_togglebtn-ico-reverse {
	transform: rotate(0deg);
}
.needs-panel_togglebtn--open .needs-panel_togglebtn-ico-reverse:after {
	opacity: 1;
}
.needs-panel_togglebtn-on-panel--open .needs-panel_togglebtn-ico {
	transform: rotate(45deg);
}
.needs-panel_togglebtn-on-panel--open .needs-panel_togglebtn-ico:after {
	opacity: 1;
}
.needs-panel_togglebtn-on-panel--open .needs-panel_togglebtn-ico-reverse {
	transform: rotate(0deg);
}
.needs-panel_togglebtn-on-panel--open .needs-panel_togglebtn-ico-reverse:after {
	opacity: 1;
}

.collapse.in {
	display: block;
}

/*				ページネーション
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* 共通部品：ページネーション                                                 */
/*----------------------------------------------------------------------------*/
.custom-pagination {
	text-align: center !important;
	margin-top: 20px !important;
}

.pagination>.active>a:not([href]):not([class]),
.pagination>.active>a:not([href]):not([class]):focus,
.pagination>.active>a:not([href]):not([class]):hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #fff;
	border-color: #ff6666;
	background: #ff6666;
}
.pagination>li>a:not([href]):not([class]),
.pagination>li>span {
	color: #ff6666;
	cursor: pointer;
}
.pagination>li>a:not([href]):not([class]):focus,
.pagination>li>a:not([href]):not([class]):hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #ff6666;
	background-color: #eee;
}
.pagination>.disabled>a:not([href]):not([class]),
.pagination>.disabled>a:not([href]):not([class]):focus,
.pagination>.disabled>a:not([href]):not([class]):hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777 !important;
	cursor: default !important;
	background-color: #fff !important;
}

.pagination>li>a, .pagination>li>span {
	position: relative !important;
	float: left !important;
	padding: 6px 12px !important;
	margin-left: -1px !important;
	line-height: 1.42857143 !important; 
	text-decoration: none !important;
	background-color: #fff;
	border: 1px solid #ddd !important;
}

.page_position {
	position: relative;
	left: 140px;
}

.pagination {
	display: inline-flex;
	margin: 20px 0;
}

/*	テンプレート - モーダル
-------------------------------*/
.templatemodal {
	min-width: 700px;
	min-height: 700px;
}
.template-modal {
	text-align: left;
}
.template-modal input {
	border: 1px solid #ff6666;
	border-radius: 0;
}
.template-modal input[type="button"] {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #ff4b4b;
	background: linear-gradient(90deg, #ff6666, #f9a9a9);
}
.template-modal input[name="select"],
.template-modal input[name="close"]  {
	width: 20%;
} 
.template-modal input[name="close"] {
	color: #fff;
	border: 1px solid #AAA !important;
	border-bottom: 1px solid #555;
	background: #bbb;
}
.template-modal .template-search-box {
	width: 50%;
}
.template-modal .template-header,
.template-modal .template-body {
	border: 1px solid #ff6666;
	margin-bottom: 10px;
}
.template-modal .template-body {
	height: 260px;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.template-modal .template-header {
    display: flex;
    align-items: center;
}
.template-modal .template-body .template-item {
    display: flex;
    align-items: center;
	max-height: 100px;
}
.template-modal .template-list:not(:last-child) .template-item {
	border-bottom: 1px solid #ff6666;
}

.template-modal .template-body .template-item div, 
.template-modal .template-body .template-item > div:nth-of-type(3) > span[name="needs_shosai_disp"]{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.template-modal .template-header > div:not(:first-child)::before {
	content: "";
    border-left: 1px solid #ff6666;
    margin-right: 16px;
    padding-top: 8px;
    padding-bottom:1px;
}
.template-modal .template-header > div:nth-of-type(1),
.template-modal .template-body .template-item > div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 10%;
	padding: 0 10px;
}
.template-modal .template-header > div:nth-of-type(2),
.template-modal .template-body .template-item  > div:nth-of-type(2) {
	flex-basis: 20%;
}
.template-modal .template-header > div:nth-of-type(2) span,
.template-modal .template-body .template-item  > div:nth-of-type(2) > span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 115px;
}
.template-modal .template-header > div:nth-of-type(3),
.template-modal .template-body .template-item  > div:nth-of-type(3) {
	flex-basis: 70%;
}
.template-modal .template-header > div:nth-of-type(3) > span,
.template-modal .template-body .template-item  > div:nth-of-type(3) > span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 420px;
	max-height: 80px;
	white-space: pre-wrap;
}

.template-modal .template-body .template-item  > div + div {
	padding-left: 16px;
}
.template-modal .template-body .template-item  .template-custom-checkbox input {
	display: none;
}
.template-modal .template-body .template-item  .template-custom-checkbox input + span::after {
	content: "";
	display: block;
	min-width: 20px;
	min-height: 20px;
	background: url(./assets/radio_ico.ac45462fd950c80059987e255dffd675.png) no-repeat left center;
}
.template-modal .template-body .template-item  .template-custom-checkbox input:disabled + span::after {
	background: url(./assets/radio_ico.ac45462fd950c80059987e255dffd675.png) no-repeat left center;
}
.template-modal .template-body .template-item  .template-custom-checkbox input:checked + span::after {
	background: url(./assets/radio_ico_on.885a3abd57c1c52116fa4f344bbc0aab.png) no-repeat left center;
}
.template-modal .caption {
	margin-top: 20px;
}
.template-modal .caption span {
	color: red;
	white-space: nowrap;
}
.template-modal .template-modal-list .caption {
	margin-bottom : 30px;
}

.template-modal .template-modal-list h1 {
	margin-bottom : 25px;
}

/*					ニーズ登録確認
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* SSMT0102                                                                   */
/*----------------------------------------------------------------------------*/
.needs-register-confirm .custom-form_item--textarea textarea {
	height: 450px;
}
.needs-register-confirm .custom-checkbox span {
	font-weight: 400;
}

.needs-register-confirm .attention_msg {
	text-align: left;
	margin-left: 180px;
}

.needs-register-confirm .custom-form_item--upload {
	align-items: flex-start;
}

.needs-register-confirm .form-items_area {
	width: calc(100% - 180px);
}

.needs-register-confirm .img-upload-area {
    text-align: center;
	height: 210px;
	margin: 0.5em 0;
	border-color: #CCCCCC !important;
	-webkit-transition: none !important;
	transition: none !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.needs-register-confirm .img-upload-area > div > * {
	margin: 0 auto;
	margin-top: 20px;
}

.needs-register-confirm .img-upload-area img {
	display: block;
	width: 240px;
	height: 160px;
	border: 1px solid #ddd;
}

/*----------------------------------------------------------------------------*/
/* SSMT0103                                                                   */
/*----------------------------------------------------------------------------*/
.needs-register-done {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.needs-register-done img {
	display: inline;
}

.needs-register-kanryo {
    width: 17%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.needs-register-kanryo img {
	display: inline;
}

.needs-register .custombtn-main--done--left {
	margin-top: 60px;
	margin-left: 60px;
}
.needs-register .custombtn-main--done--right {
	margin-top: 60px;
	margin-left: 15px;
}

.needs-register .custombtn-gray--done--left {
	margin-top: 60px;
	margin-left: -15px;
}
.needs-register .custombtn-gray--done--right {
	margin-top: 60px;
	margin-left: 15px;
}

.custom-home {
	margin-top: 28px;
}
.custom-home .form-group {
	text-align: right;
}
.custom-home label {
	cursor: pointer;
}
.custom-home input {
	display: none;
}
.custom-home span {
	font-size: 18px;
	font-weight: 500;
	padding-left: 26px;
	letter-spacing: 0.05em;
	background: url(./assets/pagetrans_ico.7eb19dc5ae54e82596cf4b120b75add1.png) no-repeat left center;
}

.needs-register-h5 {
	font-size: 14px;
}

.needs-double-btn {
	display: inline-block;
}

.needs-next-btn {
	width: 300px;
}

/*					ニーズ編集
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* SSMT0201                                                                   */
/*----------------------------------------------------------------------------*/
.needs-editer .custom-form_item--textarea textarea {
	height: 450px;
}
.needs-editer .custom-checkbox span {
	font-weight: 400;
}

.needs-editer .custom-form_item.calendar label+label {
	display: inline-block;
	padding-right: 25px;
	background: url(./assets/needs-panel_ico05.2302bd9b80324ac525cd4eb407164e44.png) no-repeat right center;
	cursor: pointer;
}

.needs-editer .custom-form_item.calendar input {
	padding: 0 8px;
	margin: 0;
	border: 1px solid #000;
}

.needs-editer .keisaikigen_msg {
	top: 11px;
	left: 375px;
	position: absolute;
}

.needs-editer .attention_msg {
	text-align: left;
	margin-left: 180px;
}

.needs-editer .custom-form_item--upload {
	align-items: flex-start;
}

.needs-editer .form-items_area {
	width: calc(100% - 180px);
}

.needs-editer .img-upload-area {
    text-align: center;
	height: 310px;
	margin: 0.5em 0;
	border-color: #AAAAAA !important;
	-webkit-transition: none !important;
	transition: none !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.needs-editer .img-upload-area .img-drop-area {
	width: calc(100% - 40px);
	height: calc(100% - 40px);;
	margin: 20px;
	border: 2px dashed #ccc;
}

.needs-editer .img-upload-area > div > * {
	margin: 0 auto;
	margin-top: 20px;
}

.needs-editer .img-upload-area img {
	display: block;
	width: 240px;
	height: 160px;
	border: 1px solid #ddd;
}

.needs-editer .img-upload-area a {
	text-decoration: underline;
}

.needs-editer .needs_detail_counter {
	position: absolute;
	top: 24px;
}


/*					ニーズ編集確認
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* SSMT0202                                                                   */
/*----------------------------------------------------------------------------*/
.needs-editer-confirm .custom-form_item--textarea textarea {
	height: 450px;
}
.needs-editer-confirm .custom-checkbox span {
	font-weight: 400;
}

.needs-editer-confirm .attention_msg {
	text-align: left;
	margin-left: 180px;
}

.needs-editer-confirm .custom-form_item--upload {
	align-items: flex-start;
}

.needs-editer-confirm .form-items_area {
	width: calc(100% - 180px);
}

.needs-editer-confirm .img-upload-area {
    text-align: center;
	height: 210px;
	margin: 0.5em 0;
	border-color: #AAAAAA !important;
	-webkit-transition: none !important;
	transition: none !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.needs-editer-confirm .img-upload-area > div > * {
	margin: 0 auto;
	margin-top: 20px;
}

.needs-editer-confirm .img-upload-area img {
	display: block;
	width: 240px;
	height: 160px;
	border: 1px solid #ddd;
}

/*					ニーズ編集完了
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* SSMT0203                                                                */
/*----------------------------------------------------------------------------*/
.kanryo-img {
	text-align: center !important;
	position: relative;
	bottom: 25px;
}

.double_btn {
	width: 300px;
	height: 70px !important;
}

/* 登録ニーズ管理
-----------------------*/
/*----------------------------------------------------------------------------*/
/* SSMT0601                                                         */
/*----------------------------------------------------------------------------*/
.needs-mng.needs-mng_top {
	position: relative;
	margin-bottom: 4px;
}

.needs-mng-panel{
	margin-top: 60px;
}

.needs-mng-contents div.needs-mng-panel:first-of-type{
	margin-top: 0px;
}

.needs-mng .sort-select select.selected{
	color: #555;
}

.needs-mng .sort-select select option{
	color: #555;
}

.needs-mng .needs-mng_radio {
	cursor: pointer;
}

.needs-mng .needs-mng_radio input[type="radio"] {
	display: none;
}
.needs-mng .needs-mng_radio:not(:nth-of-type(1)):not(:nth-of-type(7)) {
	font-size: 12px;
}
.needs-mng .needs-mng_radio input[type="radio"]:checked ~ span {
	color: red;
}

.needs-mng .needs-mng_radio_sepa {
	border-right: 1px solid #ccc;
	margin-right: 10px;
}

.needs-mng .sort-select {
	width: 175px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.needs-mng .sort-radio {
	height: 36px;
	padding-top: 12px;
}

.publishpwmodal .body-span,
.deletemodal .body-span,
.unlockmodal .body-span{
	margin-bottom: 15px;
}

.publishpwmodal .modal-body .custom-form_item,
.deletemodal .modal-body .custom-form_item,
.unlockmodal .modal-body .custom-form_item
{
	margin-right: auto;
	margin-left: auto;
	width: auto;
	max-width: 580px;
}

.publishpwmodal .modal-body .custom-form_item:last-child,
.deletemodal .modal-body .custom-form_item:last-child,
.unlockmodal .modal-body .custom-form_item:last-child{
	margin-bottom: 0px;
}

.deletemodal .alert-text {
	color: #f00;
	max-width: 600px;
}

.needs-catalog {
	background-color: #fff;
	margin-top: 60px !important;
}

.needs-lists .needs-lists_result + div .panel-group.needs-catalog {
	margin-top: 0 !important;
}

.needs-lists .needs-panel.needs-catalog:hover {
	opacity: 1; 
}

.needs-catalog_header-top {
	background-color: #ff6666;
	height: 40px;
	padding: 10px 15px;
	position: relative;
}

.needs-catalog_header-top.nodetail {
	background-color: #555;
}

.needs-catalog_header-top_left {
	display: inline-block;
}

.needs-catalog_header-top_left span,
.needs-catalog_header-top_left label{
	color: #fff;
}

.needs-catalog_header-top_left > span {
	margin-left: 10px;
}

.needs-catalog_header-top_right {
	display: inline-block;
	position: absolute;
	right: 15px;
}

.needs-catalog_header-top_right span,
.needs-catalog_header-top_right label{
	color: #fff;
}

.needs-catalog_header-top_right label{
	margin-left: 15px;
}

.needs-catalog_header-top img {
	position: absolute;
	right: 15px;
	top: 4px;
}

.needs-catalog_header-main {
	padding: 23px 30px 40px 50px;
	position: relative;
}

.needs-catalog_header-main.nodetail {
	background-color: #f2f2f2;
}

.needs-catalog_header-main-content {
	display: flex;
	display: -webkit-flex;
}

.needs-catalog_header-main-count {
	margin-top: 5px;
}

.needs-catalog_header-main_left {
	display: inline-block;
	width: 70%;
	min-height: 190px;
}

.needs-catalog_header-main_left .needs-catalog_company-name {
	font-size: 18px;
	border-bottom: 1px solid #555;
    font-weight: bold;
    line-height: 1.6;
}

.needs-catalog_header-main_left .needs-catalog_nensho {
	margin-top: 6px;
	display: inline-block;
}

.needs-catalog_header-main_left .needs-catalog_shozaichi {
	display: inline-block;
	margin-left: 10px;
}

.needs-catalog_header-main_left .needs-catalog_title {
	text-align: left;
	height: auto;
	margin: 0;
	margin-top: 10px;
}

.needs-catalog_header-main_left .needs-catalog_title--click span {
	cursor: pointer;
	line-height: 1.4;
}

.needs-catalog_header-main_left .needs-catalog_title--click span:hover {
	color: #ff6666;
}

.needs-catalog_count-area span {
	color: #ff6666;
	font-size: 12px;
}

.needs-catalog_count-area_access {
	display: inline-block;
	min-width: 120px;	
}

.needs-catalog_count-area_access span:first-child {
	 background: url(./assets/watch_icon.aa1c2fcfebfc81613d4bf929defedd75.png) no-repeat left center; 
	 padding-left: 18px;
	 font-weight: 500;
	 background-size: 16px;
}

.needs-catalog_count-area_contact {
	display: inline-block;
	min-width: 150px;	
}

.needs-catalog_count-area_contact span:first-child {
	background: url(./assets/entry_icon.21fe865724ad3b988809ad7c21a7447d.png) no-repeat left center; 
	padding-left: 18px;
	font-weight: 500;
	background-size: 16px;
}

.ellipse-icon--white {
	background-color: #fff;
	border-radius: 20px;
	display: inline-block;
	padding: 0px 15px;
}

.ellipse-icon--white span{
	color: #ff6666!important;
}

.ellipse-icon--white span.nodetail{
	color: #555;
}

.paid-needs-icon {
	width: 80px;
	height: 18px;
	box-sizing: border-box;
	border: 1px solid #f00;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 2px;
}

.paid-needs-icon span{
	color: #f00;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.address-book-table .address-book_list:hover,
.address-details-button:hover,
.ssmta101 .daikoneeds-list .list_body:hover,
.needs-panel_message .message_list:hover,
.shodan-ichiran-table .shodan-ichiran_list:hover,
.shodan-ikkatsu-kanri-lists--items:hover,
.smbc-shodan-kanri-lists--items:hover,
.management_message .message_list:hover,
.management_offer .offer_list:hover{ 
	background: #f0f0f0;
	cursor: pointer;
}

.needs-panel .panel-body .needs-panel_change .needs-panel_change_status button:hover,
.needs-catalog_header-top:hover{
	opacity: 0.7;
}

.needs-lists .col-sm-2 {
	width: 100% !important;
}

.discussion_list > td:nth-of-type(1),
.discussion_list > div:nth-of-type(1) {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	background-image: url(./assets/needs-panel_ico10.9e3c040818fb707f0665bb180c7b5a63.png);
}
.discussion_list.read > td:nth-of-type(1),
.discussion_list.read > div:nth-of-type(1) {
	background-image: url(./assets/needs-panel_ico10_on.e46adfbfaf68a29dfa2e805522015a6f.png);
}
.discussion_list > td:nth-of-type(1) span,
.discussion_list > div:nth-of-type(1) span {
	display: none;
}

.dakuhi-btn_color {
	background-color: #ff6666 !important;
	line-height: 80px !important;
}

.dakuhi-btn_color:hover, .dakuhi-btn_color:hover:active, .dakuhi-btn_color:active {
	opacity: 0.75 ;
	padding: 0;
	box-shadow: none;
}

.sakujo-btn {
	line-height: 80px !important;
}

.dakuhi-btn_fontcolor {
	color: #fff !important;
	font-size: 18px !important;
}

.searchsort {
	height: 36px !important;
}

.needs-lavel-position {
	position: relative;
    bottom: 110px;
}

.kaiji_status {
	display: flex;
	height: 32px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.kaiji_status span {
	display: block;
	width: 300px;
	text-align: center;
	height: 32px;
	margin-top: 3px;
}

.kaiji_status .customkaijibtn_left {
	background: #ff6666 !important;
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px;
}
.kaiji_status .customkaijibtn_left span {
	color: #fff !important;
	font-size: 15px;
}

.kaiji_status .customkaijibtn {
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px;
}
.kaiji_status .customkaijibtn span {
	color: #9e9e9e !important;
	font-size: 15px;
}

.kaiji_status .customkaijibtn_right {
	background: #ff6666 !important;
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px;
}
.kaiji_status .customkaijibtn_right span {
	color: #fff !important;
	font-size: 15px;
}

.needs_status_hyoji {
	display: flex;
	height: 32px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.needs_status_hyoji span {
	display: block;
	width: 150px;
	text-align: center;
	height: 32px;
	margin-top: 3px;
}

.needs_status_hyoji .customneedsbtn_left {
	background: #ffb519 !important;
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px;
}
.needs_status_hyoji .customneedsbtn_left span {
	color: #fff !important;
	font-size: 16px;
}

.needs_status_hyoji .customneedsbtn {
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px;
}
.needs_status_hyoji .customneedsbtn span {
	color: #9e9e9e !important;
	font-size: 16px;
}

/*----------------------------------------------------------------------------*/
/* SSUS0201, SSUS0202                                                         */
/*----------------------------------------------------------------------------*/

.custom-form .custom-form_item .gyoshu_select_group {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 180px);
}
.custom-form .custom-form_item .gyoshu_select_group select {
	width: 48%;
}
.needs-panel.needs-mng {
	margin-top: 0px;
}
/* 「戻る」ボタンのスタイル */
.prevpage_btn-group--parent {
	text-align: right;
}
.prevpage_btn-group {
	text-align: right;
	display: inline-flex;
}
.prevpage_btn-group>div {
	width: 105px;
	display: inline-block;
	margin-right: 8px;
}
.prevpage_btn-group>div:last-child {
	margin-right: 0px;
}
.prevpage-button {
	width: 140px;
	margin-right: 90px;
}
.prevpage-button label {
	height: 50px;
}
.prevpage-button span {
	font-weight: 500;
}
.prevpage-button {
	margin-left: auto;
	margin-right: auto;
}
.prevpage-button a,
.prevpage-button label,
.prevpage-button .btn-default {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 30px;
}
.prevpage-button button.btn-default {
	width: 100%;
	border: none;
	height: 100%;
	padding: 0px;
}
.prevpage-button span {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	color: #fff;
}
.prevpage-button input {
	display: none !important;
}
.prevpage-button a,
.prevpage-button label,
.prevpage-button .btn-default,
.prevpage-button .btn-default:hover,
.prevpage-button .btn-default:hover:active {
	border-bottom: 2px solid #ff4b4b;
	background: linear-gradient(90deg, #ff6666, #f9a9a9);
}
.prevpage-button button.btn-default:hover,
.prevpage-button button.btn-default:focus,
.prevpage-button button.btn-default:hover:active {
	pointer-events: none;
	position: static !important;
	border: none;
}
.birthday_input {
	display: flex;
    align-items: center;
}
.birthday_input input {
	width: 100px;
}
.birthday_input span {
	margin: 0 5px;
	color: #999;
	font-size: 14px;
}
.birthday_input_half {
	width: 70px!important;
}
.regist-step_block {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.regist-step_block li {
	width: 43px;
	font-size: 12px;
	color: #999;
	text-align: center;
	white-space: nowrap;
	margin-right: 100px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.regist-step_block li:last-child {
	margin-right: 0;
}
.regist-step_block li:after {
	content: " ";
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	right: -55px;
	background: url(./assets/signup_step_arrow.49576dca02c2b634f5b1e41f6ee20b20.png) no-repeat;
	background-size: 9px 14px;
	width: 9px;
	height: 14px;
}
.regist-step_block li:last-of-type:after {
	display: none;
}
.regist-step_block li.needs-step_cur,
.regist-step_block li.needs-step_cur div {
	color: #ff6666;
}
.regist-step_block li.needs-step_cur span{
	background-color: #ff6666;
}
.regist-step_block div {
	font-size: 10px;
	color: #999;
}
.regist-step_block span {
	display: block;
	margin: 0 auto;
	width: 43px;
	height: 43px;
	border-radius: 40px;
	background: #ddd;
	background-repeat: no-repeat;
	background-position: center;
	margin: 5px 0;
}
.regist-step_block li:first-of-type span {
	background-image: url(./assets/needs_step_ico01.6042d8955fc7fe6fec33508cce036146.png);
}
.regist-step_block li:nth-of-type(2) span {
	background-image: url(./assets/needs_step_ico02.baf0c881d981cc1198ff8528320ea61a.png);
}
.regist-step_block li:last-of-type span {
	background-image: url(./assets/needs_step_ico03.abf63047c7f3960839a01952499878da.png);
}
.hidden_block {
    display: none;
}

/*----------------------------------------------------------------------------*/
/* SSTP0101                                                                   */
/*----------------------------------------------------------------------------*/
.divideline-top-bottom {
    border: 2px solid #ff6666;
    border-left: transparent;
    border-right: transparent;
}

/*.whichuse-area {
    padding: 24px 0;
    margin: 24px 0;
}*/
/*第一フェーズ*/
.whichuse-area {
    padding: 60px 0;
    margin: 40px 0;
}

.whichuse-area h3 {
    margin: 0;
}

.whichuse-area .buttons {
    margin-top: 36px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.whichuse-area .buttons .custombtn {
    padding: 16px 32px;
    margin: 0 60px;
    flex: 1;
    background: #ffba53;
	color: white;
	cursor: pointer;
	text-align: center;
}

.whichuse-area .buttons .custombtn div:first-of-type {
	font-size: 24px;
	font-weight: 500;
	padding: 16px;
	display: flex;
	justify-content: center;
}

.whichuse-area .buttons .search-needs-btn {
	background: #ff6666;
}

.whichuse-area .buttons .search-needs-btn div:first-of-type::before {
	content: "";
    display: inline-block;
    background: url(./assets/find_button1.111cd4257f6e52373d3bfb5b507f59e5.png) no-repeat top center;
    background-size: 40px;
    width: 32px;
    height: 32px;
}

.whichuse-area .buttons .regist-needs-btn div:first-of-type::before  {
	content: "";
    display: inline-block;
    background: url(./assets/regi_button1.4fbac62e43cccdddc39c7229788f5a47.png) no-repeat top center;
    background-size: 40px;
    width: 32px;
    height: 32px;
}

.whichuse-area .buttons .custombtn div:last-of-type:before {
    content: "";
    border-top: 2px dashed white;
    width: 100%;
    display: block;
}
.shinchaku-container {
	margin-bottom: 24px;
	position: relative;
}
.shinchaku-contents,
.shinchaku-counter {
	width: 95%;
	margin: 0 auto;
}
.shinchaku-container .shinchaku-prev,
body:not(#top) .shinchaku-container .shinchaku-prev:active,
body:not(#top) .shinchaku-container .shinchaku-prev:focus {
	border: none;
    border-right: 18px solid #ff6666;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    background: transparent;
    width: 24px;
    height: 50px;
    position: absolute;
	top: 45%;
    left: -4px;
	right: auto;
}
.shinchaku-container .shinchaku-next,
body:not(#top) .shinchaku-container .shinchaku-next:active,
body:not(#top) .shinchaku-container .shinchaku-next:focus {
	border: none;
    border-left: 18px solid #ff6666;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    background: transparent;
    width: 24px;
    height: 50px;
    position: absolute;
    top: 45%;
	right: -4px;
	left: auto;
}
.shinchaku-container .shinchaku-contents.slick-dotted.slick-slider {
	margin-bottom: 80px;
}
.shinchaku-container .shinchaku-contents .slick-dots {
	bottom: -50px;
}
.needs-card {
	background: white;
	margin: 0 4px;
	cursor: pointer;
}
.needs-card img {
	width: 100%;
}
.needs-card-header {
	background: #ff6666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}
.needs-card-header_productflag {
	padding: 4px 4px 4px 10px;
}
.needs-card-header span {
	color: white;
	font-size: 12px;
}
.needs-card-header > div {
	display: inline-block;
}
.needs-card-header > div > img {
	width: auto;
	display: inline-block;
}
.needs-card-body {
	padding: 8px;
}
.needs-card-line {
	border-top: 1px solid #555;
}
.needs-card-body span {
	font-size: 12px;
}
.needs-card-body .needs-card-status {
	border-radius: 12px;
	padding: 0 12px;
	margin-top: 6px;
	min-height: 21px;
}
.needs-card-body .needs-card-status.needs-card-status--new {
	background: red;
}
.needs-card-body .needs-card-status.needs-card-status--new::after {
	color: white;
	content: "新着";
}
.needs-card-body .needs-card-status.needs-card-status--campaign {
	background: #ffba53;
}
.needs-card-body .needs-card-status.needs-card-status--campaign::after {
	color: white;
	content: "注目！";
}
.needs-card-body .needs-card-status.needs-card-status--deadline {
	background: grey;
}
.needs-card-body .needs-card-status.needs-card-status--deadline::after {
	color: white;
	content: "掲載期限切れ間近";
}
.needs-card-body .needs-card-companyname {
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	display: block;
	margin-top: 8px;
}
.needs-card-body .needs-card-title {
    margin: 0;
	text-align: left;
	min-height: 53px;
}
.needs-card:active .needs-card-body .needs-card-title span,
.needs-card:hover .needs-card-body .needs-card-title span {
	color: #ff6666;
}
.needs-card-body .needs-card-title span {
	font-size: 22px;
}
.needs-card-body .countarea > div {
	display: flex;
	align-items: center;
}
.needs-card-body .countarea > div span {
	color: #ff6666;
}
.needs-card-body .accesscount::before {
	content: "";
	background: url(./assets/watch_icon.aa1c2fcfebfc81613d4bf929defedd75.png) no-repeat center left;
	background-size: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

/*					ニーズ登録諾否
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* SSMT0301                                                                   */
/*----------------------------------------------------------------------------*/
.message-area_comment .comment + .comment {
	margin-top: 30px;
}
.message-area_comment .pull-left {
	float: none !important;
}

.message-area_comment .multiple-lines {
	white-space: break-spaces;
}

.message-area_comment_info {
	margin-top: 30px;
}

.message-area_comment_icon {
	background: url(./assets/top_flow01_ico01.2d8dc24cba6c76d9e07a95f79c3a8fe3.png) center center;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
}

.message-area_comment_company {
	margin-top: -40px;
    margin-left: 50px; 
	font-size: 14px;
}

.message-area_comment_name {
    margin-left: 50px; 
	margin-bottom: -20px;
	font-size: 14px;
}

.message-area_comment_icon {
	background: url(./assets/top_flow01_ico01.2d8dc24cba6c76d9e07a95f79c3a8fe3.png) center center;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
}

.message-area .comment_inner {
	display: inline-block;
}

.message-area .comment_containts {
	position: relative;
	padding: 20px;
	background: salmon;
	font-size: 14px;
	border-radius: 6px;
}
.message-area .comment_containts:before {
	content: " ";
	display: block;
	position: absolute;
	top: 30px;
	width: 0;
	height: 0;
}

.message-area .comment--you {
	text-align: left;
	padding-left: 150px;
}

.message-area .comment--you .comment_containts:before {
	border: 8px dashed transparent;
	border-right: 14px solid #f7f7f7;
	left: -21px;
}

.message-area .comment--you .comment_containts {
	background: #f7f7f7;
}

.message-position {
	position: relative;
	bottom: 55px;
}
.dakuhi-btn {
	margin-top: 60px;
}

.henshumodal .alert-text {
	color: #f00;
	max-width: 600px;
}

/*						ニーズ閲覧
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* SSMT0701                                                                   */
/*----------------------------------------------------------------------------*/
.needs-lists_search {
	width: 100%;
	background: #fff;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
}
.needs-lists_search > div:nth-of-type(2) .needs-panel_togglebtn {
	background: none;
}
.needs-lists_search .needs-panel_togglebtn {
	position: relative;
	top: 0;
	border: none;
	border-radius: 0;
    background-size: 2px 1px;
	background-position: top;
	background-repeat: repeat-x;
}
.needs-lists_search .needs-panel_togglebtn + .custom-checkbox {
	margin: 0;
}
.needs-lists_search .needs-panel_togglebtn .form-group {
	margin-bottom: 0;
}
.needs-lists_search .needs-panel_togglebtn a {
	width: 100%;
	display: block;
	padding: 10px 0;
	height: auto;
	border-radius: 0;
	cursor: pointer;
}
.needs-lists_search .needs-panel_togglebtn a span {
	display: block;
	line-height: 52px;
	font-weight: 500;
}
.needs-lists_search .needs-panel_togglebtn-on-panel {
	position: relative;
	top: 0;
	border: none;
	border-radius: 0;
	background-image: linear-gradient(to left, #e9e9e9, #e9e9e9 1px, transparent 1px, transparent 1px);
    background-size: 2px 1px;
	background-position: top;
	background-repeat: repeat-x;
}
.needs-lists_search .needs-panel_togglebtn-on-panel + .custom-checkbox {
	margin: 0;
}
.needs-lists_search .needs-panel_togglebtn-on-panel .form-group {
	margin-bottom: 0;
}
.needs-lists_search .needs-panel_togglebtn-on-panel a {
	width: 100%;
	display: block;
	padding: 10px 0;
	height: auto;
	border-radius: 0;
	cursor: pointer;
}
.needs-lists_search .needs-panel_togglebtn-on-panel a span {
	display: block;
	line-height: 52px;
	font-weight: 500;
}

.needs-lists_search .border-line {
	background-color: #ff6666;
	height: 1px;
	width: 100%
}

.needs-lists_search .custom-selectbox {
	width: 260px;
}

.needs-lists_search .custom-checkbox .col-sm-4 {
	width: 25% !important;
}

.needs-lists_search .custom-checkbox .col-sm-5 {
	width: 20% !important;
}

.needs-lists_search .custom-checkbox > div {
	margin: 0;
	padding-bottom: 10px;
}
.dakuhi-search-area .custombtn-main--search label, 
.needs-lists_search .custombtn-main--search label,
.custombtn-main--download label{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 50px;
}
.dakuhi-search-area  .custombtn-main--search label span, 
.needs-lists_search .custombtn-main--search label span {
	font-size: 14px;
	letter-spacing: 0.4em;
	padding-left: 22px;
    background-image: url(./assets/btn_search_s_ico.4dd6f26b1408527489b809d7d999c0e0.png);
}
.custombtn-main--download label span {
	font-size: 14px;
	letter-spacing: 0.4em;
	padding-left: 35px;
    background-image: url(./assets/btn_download_ico.1ae921f1b6933ad03a771861b42ce70b.png);
}
.needs-lists_search .customwhtbtn {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 38px;
}
.needs-lists_search .customwhtbtn span {
	letter-spacing: 0.08em;
	padding-left: 18px;
	background: url(./assets/trashbox_s_ico.6ba2887c4a9fbe96ee513f7900dd3bf9.png) no-repeat left center;
	background-size: 11px auto;
}

.needs-lists_search .key-word-area {
	padding-bottom: 10px;
}

.needs-lists_search .key-word-input {
	width: 500px;
}

.needs-lists_search .trend-btn-area {
	display: flex;
    flex-wrap: wrap;
    width: 90%;
}
.needs-lists_search .trendbtn {
	color: #ff6666;
	background-color: #ffffff;
    border: 1px solid #ff6666;
    border-radius: 24px;
    padding: 6px 16px;
    margin-bottom: 8px;
    margin-right: 8px;
}

.needs-lists {
	display: -webkit-flex;
	display: flex; 
	justify-content: space-between;
	align-items: flex-start;
}

.needs-lists .col-sm-2 {
	width: 100% !important;
}

.needs-lists .col-sm-9 {
	width: 100% !important;
}

.needs-lists .needs-catalog {
	background-color: #fff;
	margin-bottom: 60px !important;
	cursor: pointer;
}

.needs-lists .needs-lists_result + div .panel-group.needs-catalog {
	margin-top: 0 !important;
}

.needs-lists .needs-panel.needs-catalog:hover {
	opacity: 1; 
}


.needs-lists .needs-catalog_header-main {
	padding: 16px 16px 16px 16px;
	position: relative;
}

.needs-lists .needs-catalog_header-main-content {
	display: flex;
	display: -webkit-flex;
	min-height: 24px;
}

.needs-lists .needs-catalog_header-main_left {
	display: inline-block;
	width: 250px;
	height: 160px;
	text-align: left;
}

.needs-lists .needs-catalog_img-area {
	width: 100%;
	margin-top: 20px;
	padding-right: 10px;
}

.needs-lists .needs-catalog_img-area > img {
	width: 100%;
	border: 1px solid #ddd;
}

.needs-lists .needs-catalog_header-main_right {
	display: inline-block;
	width: 200px;
	height: 160px;
	text-align: left;
}

.needs-lists .needs-catalog_header-main_right.use-bank_logo {
	height: 220px;
}

.needs-lists .needs-catalog_company-name {
	margin-top: 12px;
	font-size: 19px;
	border-bottom: 1px solid #555;
	font-weight: bold;
	line-height: 1.6;
}

.needs-lists .needs-catalog_detail1 {
	margin-top: 10px;
	font-size: 12px;
}
.needs-lists .needs-catalog_detail2 {
	margin-top: 5px;
	font-size: 12px;
}
.needs-lists .needs-catalog_detail3 {
	margin-top: 5px;
	font-size: 12px;
}

.needs-lists .needs-catalog_title {
	text-align: left;
	height: 68px;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

.needs-lists .needs-catalog_title--click span {
	cursor: pointer;
	line-height: 1.4;
}

.needs-lists .needs-catalog_title--click span:hover {
	color: #ff6666;
}

.needs-lists .needs-panel_info01 span {
    background-position: left top 1px;
}

.needs-lists > div:nth-of-type(2) {
	position: relative;
	width: 730px;
}
.needs-lists_result {
	margin-top: 10px;
	position: absolute;
	right: 0;
}
.needs-lists_result * {
	font-size: 16px;
	line-height: 1;
	color: #999;
}
.needs-lists_result .sort-select {
	display: inline-block;
}

.needs-lists_result .sort-select select.selected{
	color: #555;
}

.needs-lists_result .sort-select select option{
	color: #555;
}

.needs-lists > div:nth-of-type(2) a + a {
	margin-top: 60px;
}
.needs-lists div + div .panel-group {
	margin-top: 60px;
}
.needs-lists .needs-lists_result + div .panel-group {
	margin-top: 0px;
}
.needs-lists .needs-panel {
	margin-top: 0;
}
.needs-lists .panel-heading {
	padding: 40px 30px 30px;
}
.needs-lists .needs-heading {
	position: relative;
}
.needs-lists .needs-heading h4 span {
	font-size: 20px;
}
.needs-lists .needs-id {
	top: 14px;
	right: 14px;
}
.needs-lists .needs-lists_body-inner {
	padding: 30px;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}
.needs-lists .needs-lists_body-inner h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.needs-lists .panel-body label {
	margin-bottom: 8px;
}

.needs-lists .panel-body label,
.needs-lists .panel-body label + span {
	display: block;
	font-size: 12px;
}
.needs-lists .panel-body label + span {
	line-height: 1;
}
.needs-lists .needs-panel_info02 span {
	padding-left: 20px;
}
.needs-lists .needs-panel_info01 span,
.needs-lists .needs-panel_info02 span,
.needs-lists .needs-panel_info03 span {
	letter-spacing: 0.04em;
}

.needs-lists .needs-card-status {
	border-radius: 12px;
	padding: 0 12px;
	margin-top: 6px;
}

.needs-lists .needs-card-status.needs-card-status--new {
	background: red;
	width: 80px;
	text-align: center;
}

.needs-lists .needs-card-status.needs-card-status--new::after {
	color: white;
	content: "新着";
}

.needs-lists .needs-card-status.needs-card-status--campaign {
	background: #ffba53;
	width: 80px;
	text-align: center;
}

.needs-lists .needs-card-status.needs-card-status--campaign::after {
	color: white;
	content: "注目！";
}

.needs-lists .needs-card-status.needs-card-status--deadline {
	background: grey;
	width: 150px;
	text-align: center;
}

.needs-lists .needs-card-status.needs-card-status--deadline::after {
	color: white;
	content: "掲載期限切れ間近";
}

.needs-lists .bank_logo {
	text-align: left;
	font-size: 12px;
	padding: 0 6px;
	margin-top: 6px;
	background: white;
	border: 1px solid grey;
}

.needs-lists .bank_logo span {
	color: grey;
}

.needs-panel.needs-mng {
	margin-top: 0px;
}

[class*="customwhtbtn"]:hover,
[class*="customwhtbtn"]:hover:active,
[class*="customwhtbtn"]:focus:active,
[class*="customwhtbtn"]:hover:active,
[class*="customwhtbtn"]:active {
	background: #f0f0f0;
	padding: 0;
	box-shadow: none;
}

.needs-catalog {
	background-color: #fff;
	margin-top: 60px !important;
}

.needs-lists .needs-lists_result + div .panel-group.needs-catalog {
	margin-top: 0 !important;
}

.needs-lists .needs-panel.needs-catalog:hover {
	opacity: 1; 
}

.needs-catalog_header-top {
	background-color: #ff6666;
	height: 40px;
	padding: 10px 15px;
	position: relative;
}

.needs-catalog_header-top.nodetail {
	background-color: #555;
}

.needs-catalog_header-top_left {
	display: inline-block;
}

.needs-catalog_header-top_left span,
.needs-catalog_header-top_left label{
	color: #fff;
}

.needs-catalog_header-top_left > span {
	margin-left: 10px;
}

.needs-catalog_header-top_right {
	display: inline-block;
	position: absolute;
	right: 15px;
}

.needs-catalog_header-top_right span,
.needs-catalog_header-top_right label{
	color: #fff;
}

.needs-catalog_header-top_right label{
	margin-left: 15px;
}

.needs-catalog_header-top img {
	position: absolute;
	right: 15px;
	top: 4px;
}

.needs-catalog_header-main {
	padding: 23px 30px 40px 50px;
	position: relative;
}

.needs-catalog_header-main.nodetail {
	background-color: #f2f2f2;
}

.needs-catalog_header-main-content {
	display: flex;
	display: -webkit-flex;
}

.needs-catalog_header-main-count {
	margin-top: 5px;
}

.needs-catalog_count-area span {
	color: #ff6666;
	font-size: 12px;
}

.needs-catalog_count-area_access {
	display: inline-block;
	min-width: 120px;	
}

.needs-catalog_count-area_access span:first-child {
	 background: url(./assets/watch_icon.aa1c2fcfebfc81613d4bf929defedd75.png) no-repeat left center; 
	 padding-left: 18px;
	 font-weight: 500;
	 background-size: 16px;
}

.needs-catalog_count-area_contact {
	display: inline-block;
	min-width: 150px;	
}

.needs-catalog_count-area_contact span:first-child {
	background: url(./assets/entry_icon.21fe865724ad3b988809ad7c21a7447d.png) no-repeat left center; 
	padding-left: 18px;
	font-weight: 500;
	background-size: 16px;
}

.needs-catalog_header-main_right {
	display: inline-block;
	width: 30%;
	height: 190px;
	text-align: right;
}

.needs-catalog_header-main_right .needs-catalog_img-area {
	width: 100%;
	margin-top: 10px;
}

.needs-catalog_header-main_right .needs-catalog_img-area > img {
	width: 100%;
	border: 1px solid #ddd;
}

.needs-panel.needs-catalog .highlight {
	background-color: yellow;
	color: black;
	display: inline;
}

.ellipse-icon--white {
	background-color: #fff;
	border-radius: 20px;
	display: inline-block;
	padding: 0px 15px;
}

.ellipse-icon--white span{
	color: #ff6666;
}

.ellipse-icon--white span.nodetail{
	color: #555;
}

.needs-panel .panel-body .needs-panel_change .needs-panel_change_status button:hover,
.needs-catalog_header-top:hover{
	opacity: 0.7;
}

.needs-lists_search .custom-checkbox .chech-position {
	width: 20% !important;
}

.needs-lists_search .custom-checkbox .areachech-position {
	width: 25% !important;
}

/*						ニーズ詳細
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* SSMT0702                                                                  */
/*----------------------------------------------------------------------------*/
.needs-detail {
	padding-bottom: 60px;
}
.needs-detail .panel-heading {
	padding-top: 55px;
	padding-bottom: 35px;
}
.needs-detail .needs-id {
	top: 25px;
}
.needs-detail .panel-body table {
	margin-top: 10px;
}
.needs-detail .custombtn-main--entry {
	width: 460px;
	margin-top: 70px;
	margin-bottom: 0;
}
.needs-detail .custombtn-main--entry span {
	letter-spacing: 0.15em;
	font-size: 22px;
	padding-left: 30px;
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
}
.needs-detail.needs-panel .panel-body table th,
.needs-detail.needs-panel .panel-body table td {
	padding-top: 12px;
	padding-bottom: 12px;
	word-break: break-all;
}
.table-title {
	padding-top: 12px;
}


.entry-step_block li {
	width: 43px;
	font-size: 12px;
	color: #999;
	text-align: center;
	white-space: nowrap;
	margin-right: 100px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.entry-step_block li:last-child {
	margin-right: 0;
}
.entry-step_block li:after {
	content: " ";
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	right: -55px;
	background: url(./assets/signup_step_arrow.49576dca02c2b634f5b1e41f6ee20b20.png) no-repeat;
	background-size: 9px 14px;
	width: 9px;
	height: 14px;
}
.entry-step_block li:last-of-type:after {
	display: none;
}
.entry-step_block li.entry-step_cur,
.entry-step_block li.entry-step_cur div {
	color: #ff6666;
}
.entry-step_block li.entry-step_cur span{
	background-color: #ff6666;
}
.entry-step_block div {
	font-size: 10px;
	color: #999;
}
.entry-step_block span {
	display: block;
	margin: 0 auto;
	width: 43px;
	height: 43px;
	border-radius: 40px;
	background: #ddd;
	background-repeat: no-repeat;
	background-position: center;
	margin: 5px 0;
}
.entry-step_block li:first-of-type span {
	background-image: url(./assets/entry_step_ico01.2b2d18a18a97fedb01f595b8dedcd3e1.png);
}
.entry-step_block li:nth-of-type(2) span {
	background-image: url(./assets/entry_step_ico02.6042d8955fc7fe6fec33508cce036146.png);
}
.entry-step_block li:nth-of-type(3) span {
	background-image: url(./assets/entry_step_ico03.baf0c881d981cc1198ff8528320ea61a.png);
}
.entry-step_block li:last-of-type span {
	background-image: url(./assets/entry_step_ico04.b8ef4dc2282fe0a4fe35230f3b9aa25e.png);
}

.needs-card {
	background: white;
	margin: 0 4px;
	cursor: pointer;
}

.needs-card img {
	width: 100%;
}

.needs-card-header {
	background: #ff6666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

.needs-card-header span {
	color: white;
	font-size: 12px;
}

.needs-card-header > div {
	display: inline-block;
}

.needs-card-header > div > img {
	width: auto;
	display: inline-block;
}

.needs-card-body {
	padding: 8px;
}

.needs-card-line {
	border-top: 1px solid #555;
}

.needs-card-body span {
	font-size: 12px;
}

.needs-card-body .needs-card-status {
	border-radius: 12px;
	padding: 0 12px;
	margin-top: 6px;
	min-height: 21px;
}

.needs-card-body .needs-card-status.needs-card-status--new {
	background: red;
}

.needs-card-body .needs-card-status.needs-card-status--new::after {
	color: white;
	content: "新着";
}

.needs-card-body .needs-card-status.needs-card-status--campaign {
	background: #ffba53;
}

.needs-card-body .needs-card-status.needs-card-status--deadline {
	background: grey;
}

.needs-card-body .needs-card-status.needs-card-status--deadline::after {
	color: white;
	content: "掲載期限切れ間近";
}

.needs-card-body .needs-card-companyname {
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	display: block;
	margin-top: 8px;
}

.needs-card-body .needs-card-title {
    margin: 0;
	text-align: left;
	min-height: 53px;
}

.needs-card:active .needs-card-body .needs-card-title span,
.needs-card:hover .needs-card-body .needs-card-title span {
	color: #ff6666;
}

.needs-card-body .needs-card-title span {
	font-size: 22px;
}

.needs-card-body .countarea > div {
	display: flex;
	align-items: center;
}

.needs-card-body .countarea > div span {
	color: #ff6666;
}

.needs-card-body .accesscount::before {
	content: "";
	background: url(./assets/watch_icon.aa1c2fcfebfc81613d4bf929defedd75.png) no-repeat center left;
	background-size: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.needs-card-body .entrycount::before {
	content: "";
	background: url(./assets/entry_icon.21fe865724ad3b988809ad7c21a7447d.png) no-repeat center left;
	background-size: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.entryzumi-modal span{
	width: 175px !important;
}

.shodankaisu-modal span{
	width: 175px !important;
}

/* 新着アイコン */
.new_icon::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 70px solid transparent;
	border-left: 70px solid #f00;
	position: absolute;
	z-index: 97;
}

.new_icon::after {
	content: "新着";
	display: block;
	padding: 6px;
	top: 8px;
	transform: rotate(-45deg);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	left: 0;
	position: absolute;
	z-index: 98;
} 



/* 掲載期限間近アイコン */
.app_deadline_icon::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 70px solid transparent;
	border-left: 70px solid #ddd;
	position: absolute;
	z-index: 97;
}

.app_deadline_icon::after {
	content: "掲載期限\a　間近";
	display: block;
	padding: 3px;
	top: 9.5px;
	transform: rotate(-45deg);
	font-size: 11px;
	font-weight: bold;
	color: #555;
	left: 0;
	position: absolute;
	z-index: 98;
	line-height: 11px;
	white-space: pre;
}

/* 掲載期限切れアイコン */
	.expired_deadline_icon::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 70px solid transparent;
	border-left: 70px solid #ddd;
	position: absolute;
	z-index: 97;
}

.expired_deadline_icon::after {
	content: "掲載期限\A　切れ";
	display: block;
	padding: 3px;
	top: 9.5px;
	transform: rotate(-45deg);
	font-size: 11px;
	font-weight: bold;
	color: #f00;
	left: 0;
	position: absolute;
	z-index: 98;
	line-height: 11px;
	white-space: pre;
}

/* 公開停止アイコン */
.stoped_icon::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 70px solid transparent;
	border-left: 70px solid #555;
	position: absolute;
	z-index: 97;
}

.stoped_icon::after {
	content: "公開停止　";
	display: block;
	padding: 3px;
	top: 12px;
	transform: rotate(-45deg);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-left: -8px;
	left: 0;
	position: absolute;
	z-index: 98;
}

/*			新規ご登録 / ログイン
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* SSCM0101                                                    */
/*----------------------------------------------------------------------------*/
.login_items {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.login_item {
	width: 478px;
	height: 355px;
	padding-top: 5px;
	background: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20px;

}

.login_logo_smbc {
	background-image: url(./assets/login_logo_smbc.c9be00cbde3dbcc904b4aada0480ec44.png);
	background-repeat: no-repeat;
	background-position: 25%;
	width: auto;
	height: 100px;
	margin: 5px 0;
}

.login_logo_bc {
	background-image: url(./assets/login_logo_bc.c798e7aa2522c578996a111a8ee0cfb1.png);
	background-repeat: no-repeat;
    background-position-x: 25%;
    background-position-y: 15%;
	width: auto;
	height: 70px;
	margin: 5px 0;
}
.page_icon {
	background-image: url(./assets/page_icon.24ddefa9ec5e48b95b0f8846267579ae.png);
	background-repeat: no-repeat;
	background-position: 100%;
	width: auto;
	height: 70px;
	margin: 5px 0;
}
.key_icon {
	background-image: url(./assets/key_icon.8577e8be36e1787df63499764ea1e263.png);
	background-repeat: no-repeat;
	background-position: left;
}

.login_item h4 {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 15px;
}
.login_item a {
	width: 500px;
	height: 80px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 0;
	text-align: left;
	border: none;
	border-radius: 0;
	line-height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	margin: 0 auto;
}
.login_item a span {
	color: #fff;
	line-height: 22px;
	letter-spacing: .085em;
}
.login_item .login_btn01 {
	margin-top: 36px;
}
.login_item .login_btn01 .btn { background: #004831; }
.login_item .login_btn02 .btn { background: #0b98d6; }
.login_item .login_btn03 .btn { background: #008137; }
.login_item .login_btn04 .btn { background: #e70012; }
.login_item .login_btn05 .btn { background: #0052a6; }
.login_item a img {
	display: inline-block;
	padding: 0;
	line-height: 0;
	font-size: 0;
	/* //float: left; */
}
.login_item p {
	text-align: center;
	line-height: 1.8;
}
.login_item h5 {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login_item h5 span {
	display: block;
	color: #999;
}
.login_item h5:before {
	display: none;
}
.login_item h5:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: none;
	margin: 0 18px 0 25px;
    background-image: linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 3px);
    background-size: 1px 2px;
    background-position: top;
    background-repeat: repeat-y;
}

.faq_valuedoorid_biz-createidlink {
    text-decoration: underline;
}
.faq_valuedoorid_biz-createidlink:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.btn-link-resetbcidpasswd {
    color: inherit;
    border-width: 0;
    border-style: solid;
    padding: 0;
    margin: -5px 0 0;
    text-decoration: underline;
    display: inline;
}
.btn-link-resetbcidpasswd:hover {
    color: inherit;
    opacity: 0.7;
}

.login_items .btn-default:hover {
    opacity: 0.7;
    transition: all 0.4s cubic-bezier(0.1, 0.61, 0.44, 0.89);
}

.login_logo_biz_createid {
    background-image: url(./assets/head_logo.64162c42feae39a728fc2babe3090557.jpg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: auto 100%;
    width: auto;
    height: 100px;
}

.login_logo_beginner {
    background-image: url(./assets/bank_login_beginner.bd01d811e5bb44b025a25920e16ba18f.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    width: auto;
    height: 100px;
}

/*----------------------------------------------------------------------------*/
/* SSUS0602                                                                   */
/*----------------------------------------------------------------------------*/
.needs-register .custombtn-main--confirm {
	margin-top: 60px;
	margin-left: 180px;
}

/*----------------------------------------------------------------------------*/
/* SSUS0702                                                                   */
/*----------------------------------------------------------------------------*/
.img-responsive {
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------------*/
/* SSUS0801・SSUS0802                                                         */
/*----------------------------------------------------------------------------*/
.bcid_logo {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 80px;
	border-radius: 0px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 80px;
	margin: 5px 0;
	background-image: url(./assets/head_logo.64162c42feae39a728fc2babe3090557.jpg);
}

/*----------------------------------------------------------------------------*/
/* SSMD0101                                                        */
/*----------------------------------------------------------------------------*/
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #ff6666;
    background: #ff6666;
}


/*----------------------------------------------------------------------------*/
/* SSMD0901                                                                   */
/*----------------------------------------------------------------------------*/
.dakuhi-lists_top {
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.dakuhi-lists_result * {
	font-size: 16px;
	line-height: 1;
	color: #999;
}
.dakuhi-lists--header {
	height: 32px;
	background-color: #f7f7f7;
}
.dakuhi-lists--header th {
	text-align: center;
	border: 1px solid #e5e5e5;
	letter-spacing: 0.08em;
}
.dakuhi-lists--header th,
.dakuhi-lists--items td {
	padding: 5px;
}
.dakuhi-lists {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	font-weight: 500;
	vertical-align: middle;
}
.dakuhi-lists table.table {
	margin: 0;
	table-layout: fixed;
}
.dakuhi-lists--header th:nth-of-type(1), .dakuhi-lists--items td:nth-of-type(1) {
	width: 105px;
}
.dakuhi-lists--header th:nth-of-type(2), .dakuhi-lists--items td:nth-of-type(2) {
	width: 250px;
}
.dakuhi-lists--header th:nth-of-type(3), .dakuhi-lists--items td:nth-of-type(3) {
	width: 90px;
}
.dakuhi-lists--header th:nth-of-type(4), .dakuhi-lists--items td:nth-of-type(4) {
	width: 90px;
}
.dakuhi-lists--header th:nth-of-type(5), .dakuhi-lists--items td:nth-of-type(5) {
	width: 90px;
}
.dakuhi-lists--header th:nth-of-type(6), .dakuhi-lists--items td:nth-of-type(6) {
	width: 90px;
}
.dakuhi-lists--items {
	cursor: pointer;
}
.dakuhi-lists--items:hover {
	background-color: #eee;
}
.dakuhi-lists--items td {
	border: 1px solid #e5e5e5;
}
.dakuhi-lists--items td * {
	font-weight: 500;
	display: inline-block;
	word-break: break-all;
}
.dakuhi_kensaku_title {
	margin-bottom: 20px;
	font-size: 20px;
}
.dakuhi_kensaku_title > span {
	font-weight: 500;
}
.dakuhi-lists_result .sort-select {
	display: inline-block;
	margin-left: 10px;
}

/*----------------------------------------------------------------------------*/
/* SSMD1001                                                                   */
/*----------------------------------------------------------------------------*/
.dakuhi-shosai {
	margin-top: 60px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
	padding: 40px;
}
.dakuhi-shosai .panel-body table th {
    width: 205px;
    background: #f7f7f7;
    border-right: none;
    font-weight: 500;
	padding: 11px 18px;
    border: 1px solid #e5e5e5;
}
.dakuhi-shosai .panel-body table td {
    border-left: none;
	padding: 11px 18px;
    border: 1px solid #e5e5e5;
	width: 350px;
}
.dakuhi-shosai-table {
	margin-bottom: 20px;
	width: 100%;
}
.dakuhi-shosai-table td.break-all {
	word-break: break-all;
}
.dakuhi-shosai-table td span.multiple-lines {
	white-space: break-spaces;
}
.dakuhi-edit-form {
	height: 30px;
}
.dakuhi-edit-label {
	display: block;
}
.edit_checkbox {
	margin: 0;
}
.edit_checkbox input[type=checkbox] {
	display: none;
}
.edit_checkbox .dakuhi-edit-div {
    display: block;
    padding-left: 30px;
    font-weight: 500;
    padding-bottom: 0.1em;
    background-repeat: no-repeat;
    background-position: left top 0.15em;
    background-image: url(./assets/signup_contract_ico.48bbadd94249158e7cc302d23e37367a.png);
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	background-position: left;
}
.edit_checkbox input:checked + .dakuhi-edit-div {
	background-image: url(./assets/signup_contract_ico_on.87e110247af5b2595d485f47dfed649b.png);
}
.dakuhi-check input {
	display: none;
}
.dakuhi-check span {
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left;
}
.dakuhi-check-div {
	display: inline-block;
	margin-right: 50px;
}
.dakuhi-edit-selectform {
	height: 30px;
    padding: 0 6px;
    width: 260px;
	color: #bbb;
}
.dakuhi-edit-selectform.selected {
	color: #555;
}

/*----------------------------------------------------------------------------*/
/* SSMD1101                                                                   */
/*----------------------------------------------------------------------------*/
.renrakuran_line {
    background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 1px);
    background-size: 2px 1px;
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 40px;
}

.renrakuran_count {
	top: 60px !important;
}

/*----------------------------------------------------------------------------*/
/* SSMD1501                                                                   */
/*----------------------------------------------------------------------------*/
@media print {
    .no_print {
        display: none;
    }
    body {
        min-width: auto !important;
        background: #ffffff;
    }
    .container-fluid {
        min-width:auto !important;
    }
    .container-fluid > .row {
        width:auto !important;
    }
}
@page {
    size: A4;
    margin: 10mm 0 9mm 0;
}
.end_of_page {
    page-break-after: always;
}
.end_of_page:last-of-type{
    page-break-after: auto;
}
.container-a4 {
    width: 204mm;
    height: 270mm;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}
.a4-paper {
    background-color: #ffffff;
    height: 270mm;
    width: 204mm;
    padding: 35px 30px 35px;
    box-shadow: 0 .5mm 2mm rgba(0,0,0,.5);
    margin: 0px auto 20px auto;
    -webkit-print-color-adjust: exact;
}
.app-print-panel {
    padding-top: 12px;
    padding-bottom: 50px;
    padding-left: 462px;
}
.app-print-panel .app-print-btn {
    color: #555;
    width: 150px;
    position: fixed;
    z-index: 10;
	background-color: #fff;
    box-shadow: 0px 3px 3px rgba(85, 85, 85, 0.25);
}
.app-print-panel .app-back-btn {
    color: #555;
    width: 150px;
    margin-left: 160px;
    position: fixed;
    z-index: 10;
	background-color: #fff;
    box-shadow: 0px 3px 3px rgba(85, 85, 85, 0.25);
}
.app-print-panel .app-print-btn:hover,
.app-print-panel .app-print-btn:focus,
.app-print-panel .app-back-btn:hover,
.app-print-panel .app-back-btn:focus {
    background: #eee;
	box-shadow: 0px 3px 3px rgba(85, 85, 85, 0.25);
}
.app-print-panel .app-print-btn:active,
.app-print-panel .app-print-btn:active:hover,
.app-print-panel .app-back-btn:active,
.app-print-panel .app-back-btn:active:hover {
    background: #ccc;
	box-shadow: none;
}
.app table, .app th, .app td {
    border: solid 1px;
    padding: 2px 5px;
}
.app th label {
    color: white;
}
.app-title h3 {
    margin: 0px;
	margin-bottom: 15px;
}
.container-a4 .print_message {
	font-size: 11px;
}
.app-info-title {
    border: solid 1px;
    background-color: #777;
    padding: 2px 5px;
	display: flex;
	justify-content: space-between;
}
.app-info-title label, .app-info-title span {
    color: white;
    font-size: 16px;
}
.app-info table {
    margin-top: -1px;
    width: 100%;
}
.app-info th {
    background-color: #ccc;
}
.app-info td {
	padding: 5px;
    vertical-align: top;
}
.app-info ul {
    margin-bottom: 0;
}
.container-a4 .kibo_gyoshu, .container-a4 .kibo_area {
    height: 50px;
}
.container-a4 .needs_detail {
    height: 140px;
}
/* .container-a4 .needs_detail span {
	white-space: pre-wrap;
} */
.container-a4 .needs_url {
    height: 50px;
}
.container-a4 .half_width {
    width: 50%;
}
.container-a4 .break-all {
    word-break: break-all;
}
.app-break {
	width: 100%;
	position: relative;
	margin: 40px 0 10px;
	font-size: 14px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
    font-weight: 400;
}
.container-a4 .company_name {
	font-size: 20px;
	font-weight: 500;
	text-decoration: underline;
	margin-bottom: 5px;
	min-height: 60px;
}
.container-a4 .company-area {
	display: flex;
	font-size: 14px;
	line-height: 1.2;
	min-height: 80px;
	padding-bottom: 5px;
}
.container-a4 .company-info {
	margin-bottom: 2px;
}
.container-a4 .company-area div:first-of-type {
	flex-basis: 35%;
}
.container-a4 .company-area div:last-of-type {
	flex: 1;
}
.container-a4 .nissei_info {
	margin-top: 20px;
}
.container-a4 .nissei_info table {
	height: 150px;
}
.renraku_area {
	display: flex;
    margin-top: 10px;
}
.renraku_area_img {
	width: 80px;
    height: 80px;
}
.nissei_companyname {
	font-weight: 700;
}
.nissei_address {
	display: flex;
	flex-direction: column;
}
.needs_info {
	margin-top: 10px;
}

/*----------------------------------------------------------------------------*/
/* SSMD2601                                                                   */
/*----------------------------------------------------------------------------*/
.edit_tantosha_area {
	margin-bottom: 30px;
}
.edit_tantosha_area2 {
	width: 550px;
    margin: 0 auto;
}
.edit_tantosha_warning {
	display: inline-block;
    margin-left: 110px;
}
.edit_tantosha_warning label {
	display: block;
	text-align: left;
}
.edit_tantosha_btnarea {
	text-align: center;
	margin-bottom: 30px;
}
.edit_tantosha_confirm {
	background: #F9A9A9;
    width: fit-content;
    border-radius: 0.25rem;
    margin: 0 10px;
    display: inline-block;
}
.edit_tantosha_confirm :hover{
	background-color: #ee6666;
}
.edit_tantosha_cancel {
	background: #e9e9e9;
	width: fit-content;
    border-radius: 0.25rem;
    margin: 0 10px;
    display: inline-block;
}
.edit_tantosha_cancel :hover{
	background-color: #BBBBBB;
}
.edit_tantosha_area2 .edit_tantosha_name span,
.edit_tantosha_area2 .edit_shiten_kyoten span {
	max-width: 440px;
}

.edit_tantosha_name {
	margin-top: 10px;
	font-size: 16px;
}

.edit_shiten_kyoten {
	margin-top: 10px;
	font-size: 16px;
}

.edit_tantosha_message {
	text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

.tantoshahenko-contents-area h1 {
	margin-top: 10px;
}

/*----------------------------------------------------------------------------*/
/* SSMD0801                                                                   */
/*----------------------------------------------------------------------------*/
.shain_service-top-contents {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.shain_service-top-contents .contents-flexbox {
	margin: 0 16px;
	padding: 8px 16px;
	border: 4px solid #ee6666;
	border-radius: 8px;
}
.shain_service-top-contents .contents-flexbox label {
	width: 100%;
}
.shain_service-top-contents .contents-flexbox label:after {
	content: "";
	display: block;
	height: 1px;
	border-top: 1px solid #ee6666;
	margin-bottom: 24px;
}
.shain_service-top-contents .contents-flexbox .tooltip {
	position: relative !important;
	top: -170px !important;
	left: 70px !important;
}
.shain_service-top-contents .contents-flexbox .tooltip.top {
	padding: 0;
	margin: 0;
}
.shain_service-top-contents .contents-flexbox .tooltip .tooltip-inner {
	position: absolute;
	background-color: #ee6666;
	min-width: 300px;
}
.shain_service-top-contents .contents-flexbox .tooltip .tooltip-arrow {
	position: absolute;
	left: 25% !important;
	bottom: -70px;
	border-top-color: #ee6666;
	border-width: 10px 10px 0;
}
.shain_service-top-contents .contents-flexbox .tooltip .tooltip-inner:after {
	content: "有料ニーズの商談エントリーはこちらから";
	color: #fff;
	font-size: 20px;
}
.shain_service-top-contents .contents-flexbox .search-contents span {
	padding-left: 1.4em;
	background: url(./assets/service-top_nav_ico02.e3cff34a8efbe4cbef2bb56fc81bb7e3.png) no-repeat left center;
}
.shain_service-top-contents .contents-flexbox .entry-contents span {
	padding-left: 1.4em;
	background: url(./assets/service-top_nav_ico03.9069873a274cfa53e259c1580fd71b2a.png) no-repeat left center;
}
.shain_service-top-contents .contents-flexbox .manage-contents span {
	padding-left: 1.4em;
	background: url(./assets/service-top_nav_ico04.2e8a4ae13e660599e3586a49bb38061c.png) no-repeat left center;
}
.shain_service-top-contents label {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}
.shain_service-top-contents span {
	background: none;
	padding-left: 0;
}
.shain_service-top-contents .buttonM {
	width: 264px;
	margin-top: 50px;
}

.shain_service-top-contents .buttonM:first-of-type {
	margin-top: 0;
}
.shain_service-top-contents .buttonM label {
	height: 72px;
}

/*----------------------------------------------------------------------------*/
/* SSMD0401                                                         */
/*----------------------------------------------------------------------------*/
.publishpwmodal .body-span,
.deletemodal .body-span,
.unlockmodal .body-span{
	margin-bottom: 15px;
}

.publishpwmodal .modal-body .custom-form_item,
.deletemodal .modal-body .custom-form_item,
.unlockmodal .modal-body .custom-form_item
{
	margin-right: auto;
	margin-left: auto;
	width: auto;
	max-width: 580px;
}

.publishpwmodal .modal-body .custom-form_item:last-child,
.deletemodal .modal-body .custom-form_item:last-child,
.unlockmodal .modal-body .custom-form_item:last-child{
	margin-bottom: 0px;
}

.completemodal .modal-footer span{
	background-color: #fff;
}

.idkanri-button.idkanri-right {
	width: 140px;
	margin-right: 90px;
}

.idkanri-button label {
	height: 50px;
}

.idkanri-button span {
	font-weight: 500;
}
.idkanri-button {
	margin-left: auto;
	margin-right: auto;
}
.idkanri-button a,
.idkanri-button label,
.idkanri-button .btn-default {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 30px;
}
.idkanri-button button.btn-default {
	width: 100%;
	border: none;
	height: 100%;
	padding: 0px;
}
.idkanri-button span {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	color: #fff;
}

.idkanri-button input {
	display: none !important;
}

.idkanri-button a,
.idkanri-button label,
.idkanri-button .btn-default,
.idkanri-button .btn-default:hover,
.idkanri-button .btn-default:hover:active {
	border-bottom: 2px solid #FF4B4B;
	background: linear-gradient(90deg, #FF6666, #F9A9A9);
}
.idkanri-button button.btn-default:hover,
.idkanri-button button.btn-default:focus,
.idkanri-button button.btn-default:hover:active {
	pointer-events: none;
	position: static !important;
	border: none;
}

body:not(#top) .idkanri-button button:active, 
body:not(#top) .idkanri-button button:focus{
	position: static !important;
}



.idkanri-button span {
	letter-spacing: 0.04em;
	text-shadow: #ff6666 0 2px 0;
}

.idkanri-button input {
	display: none;
}

.custom-form .idkanri-button--newid {
	width: 240px;
	margin-right: 0px;
}

.custom-form .idkanri-button--newid label{
	height: 40px;
}

.custom-form .custombtn-green--confirm.arrow-right.idkanri-button--newid span{
	font-size: 20px;
}

.idkanri-lists_result * {
	font-size: 16px;
	line-height: 1;
	color: #999;
}

.idkanri-lists_result {
	text-align: right
}

table.table.idkanri_result {
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
	margin: 0;
	table-layout: fixed;
}

.idkanri_result th {
	text-align: center;
	font-weight: 500;
	border: 1px solid #e9e9e9;
	letter-spacing: 0.08em;
	border-bottom: none;
}

.idkanri_result td {
	border: 1px solid #e9e9e9;
}

.idkanri_result td * {
	font-weight: 500;
}

.idkanri_result tr:nth-of-type(2) td {
	border-top: none;
}

.idkanri_result tr:nth-of-type(2) td:nth-of-type(1) {
	text-align: center;
}

.idkanri_result_header {
	background: #f7f7f7;
}

.idkanri_result .idkanri_result_header { height: 32px; }
.idkanri_result .idkanri_result_items { height: 50px; }

.idkanri_result .idkanri_result_items td {
	text-align: left;
	vertical-align: middle;
}
.idkanri_result .idkanri_result_header th:nth-of-type(1), .idkanri_result .idkanri_result_items td:nth-of-type(1) {
	width: 40px;
}
.idkanri_result .idkanri_result_header th:nth-of-type(2), .idkanri_result .idkanri_result_items td:nth-of-type(2) {
	width: 120px;
}
.idkanri_result .idkanri_result_header th:nth-of-type(3), .idkanri_result .idkanri_result_items td:nth-of-type(3) {
	width: 90px;
}
.idkanri_result .idkanri_result_header th:nth-of-type(4), .idkanri_result .idkanri_result_items td:nth-of-type(4) {
	width: 165px;
}
.idkanri_result .idkanri_result_header th:nth-of-type(5), .idkanri_result .idkanri_result_items td:nth-of-type(5) {
	width: 250px;
}
.idkanri_result .idkanri_result_header th:nth-of-type(6), .idkanri_result .idkanri_result_items td:nth-of-type(6) {
	width: 165px;
}
.idkanri_result .idkanri_result_header th:nth-of-type(7), .idkanri_result .idkanri_result_items td:nth-of-type(7) {
	width: 120px;
}

.idkanri_result .idkanri_result_items .idkanri_radio span {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(./assets/signup_plan_check.60c4f854be6f6c945a62b698dde947d4.png);
	width: 20px;
	height: 20px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.idkanri_result .idkanri_result_items .idkanri_radio-input {
	display: none;
}

.idkanri_result .idkanri_result_items input:checked + .idkanri_radio {
	background: #ff6666;
}
.idkanri_result .idkanri_result_items input:checked + .idkanri_radio span {
	color: #fff;
	background-image: url(./assets/signup_plan_check_on.e3b114c96e79c2951f5b6064a1f9978e.png);	
}

.idkanri_btn-group--parent {
	text-align: right;
}

.idkanri_btn-group {
	text-align: right;
	display: inline-flex;
}

.idkanri_btn-group>div {
	width: 105px;
	display: inline-block;
	margin-right: 8px;
}

.idkanri_btn-group>div:last-child {
	margin-right: 0px;
}

/*----------------------------------------------------------------------------*/
/* SSMD0601                                                                   */
/*----------------------------------------------------------------------------*/
.riyokigyo-button {
	width: 110px;
}

.riyokigyo-lists_result * {
	font-size: 16px;
	line-height: 1;
	color: #999;
}

.riyokigyo-lists_result {
	display: inline-block;
}

.riyokigyo_result {
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
	table-layout: fixed;
}

.riyokigyo_result th {
	text-align: center;
	font-weight: 500;
	border: 1px solid #e9e9e9;
	letter-spacing: 0.08em;
}

.riyokigyo_result td {
	border: 1px solid #e9e9e9;
}

.riyokigyo_result td * {
	font-weight: 500;
}

.riyokigyo_result tr:nth-of-type(2) td {
	border-top: none;
}

.riyokigyo_item {
	background: #f7f7f7;
}

.riyokigyo_result .riyokigyo_item { height: 32px; }
.riyokigyo_result .riyokigyo_list { height: 70px; }

.riyokigyo_result .riyokigyo_list td:nth-of-type(1),
.riyokigyo_result .riyokigyo_list td:nth-of-type(2),
.riyokigyo_result .riyokigyo_list td:nth-of-type(3) {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.riyokigyo_result .riyokigyo-button {
	width: 50px;
}

.riyokigyo_result col:nth-of-type(1) {
	width: 90px;
}
.riyokigyo_result col:nth-of-type(2) {
	width: 105px;
}
.riyokigyo_result col:nth-of-type(3) {
	width: 190px;
}
.riyokigyo_result col:nth-of-type(4) {
	width: 55px;
}
.riyokigyo_result col:nth-of-type(5) {
	width: 50px;
}
.riyokigyo_result col:nth-of-type(6) {
	width: 55px;
}
.riyokigyo_result col:nth-of-type(7) {
	width: 70px;
}
.riyokigyo_result col:nth-of-type(8) {
	width: 70px;
}
.riyokigyo_result col:nth-of-type(9) {
	width: 50px;
}
.riyokigyo_result col:nth-of-type(10) {
	width: 55px;
}

.riyokigyo-button label {
	height: 50px;
}

.riyokigyo-button span {
	font-weight: 500;
}
.riyokigyo-button {
	margin-left: auto;
	margin-right: auto;
}
.riyokigyo-button a,
.riyokigyo-button label,
.riyokigyo-button .btn-default {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 30px;
}
.riyokigyo-button span {
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	color: #fff;
	padding-bottom: 0.1em;
	line-height: 2;
}
.riyokigyo-button input {
	display: none !important;
}

.riyokigyo-button a,
.riyokigyo-button label,
.riyokigyo-button .btn-default,
.riyokigyo-button .btn-default:hover,
.riyokigyo-button .btn-default:hover:active {
	border-bottom: 2px solid #FF4B4B;
	background: linear-gradient(90deg, #FF6666, #F9A9A9);
}
.riyokigyo-button span {
	letter-spacing: 0.04em;
	text-shadow: #FF6666 0 2px 0;
}

.riyokigyo-lists_title {
	text-align: right;
}

.riyokigyo-lists_title .riyokigyo-lists_warn {
	margin-right: 20px;
	display: inline-block;
}

.riyokigyo-lists_title .riyokigyo-lists_warn span {
	color: red;
}

/* 利用企業詳細
-----------------------*/
/*----------------------------------------------------------------------------*/
/* SSMD0602                                                        */
/*----------------------------------------------------------------------------*/
.riyokigyo-shosai-button {
	width: 300px;
}
.riyokigyo-shosai-button label {
	height: 80px;
}

.riyokigyo-shosai-button span {
	font-weight: 500;
}
.riyokigyo-shosai-button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.riyokigyo-shosai-button label,
.riyokigyo-shosai-button .btn-default {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.riyokigyo-shosai-button span {
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 22px;
	color: #fff;
	padding-bottom: 0.1em;
	line-height: 2;
}
.riyokigyo-shosai-button input {
	display: none !important;
}

.riyokigyo-shosai-button.arrow-right span {
	font-size: 22px;
	padding-left: 0;
	padding-right: 25px;
	background-image: url(./assets/confirm_btn_arrow.57ca6d203884f75470c2e0bd600af4fd.png);
	background-position: right center;
	letter-spacing: 0.15em;
}

.riyokigyo-shosai-button a,
.riyokigyo-shosai-button label,
.riyokigyo-shosai-button .btn-default,
.riyokigyo-shosai-button .btn-default:hover,
.riyokigyo-shosai-button .btn-default:hover:active {
	border-bottom: 2px solid #FF4B4B;
	background: linear-gradient(90deg, #FF6666, #F9A9A9);
}
.riyokigyo-shosai-button span {
	letter-spacing: 0.04em;
	text-shadow: #FF6666 0 2px 0;
}

.riyokigyo-shosai-table th {
	width: 205px;
	background: #f7f7f7;
	border-right: none;
	font-weight: 500;
}

.riyokigyo-shosai-table .thconfig {
	width: 30px;
	background: #f7f7f7;
	border-right: none;
	font-weight: 500;
}


.riyokigyo-shosai-table {
	table-layout: fixed;
	width: 900px;
	margin-bottom: 20px;
}

.discussion-area .needs-panel {
	margin-top: 0;
}
.discussion-area .panel-body {
	padding: 40px;
}
.discussion-area .panel-body table {
	margin-top: 0;
}

/* 担当者変更モーダル */
.change-contact-person-btn {
	width: 300px;
}
.change-contact-person-btn label {
	height: 60px;
	width: 270px;
    border-radius: 5px;
    border: 1px solid #FF6666;
    background: #fff;
}

.change-contact-person-btn span {
	color: #555;
	font-size: 18px;
    text-shadow: #eee 0 2px 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.change-contact-person-btn {
	position: relative;
	top: 70px;
	right: 150px;
}

.change-contact-person-btn span::before {
    background: url(./assets/top_flow01_ico01.2d8dc24cba6c76d9e07a95f79c3a8fe3.png) no-repeat center center/30px;
    content: "";
    width: 30px;
    height: 30px;
	display: block;
	margin-right: 10px;
}

/* SSMD2701 */
.needs-panel_discussion-konai {
	margin-top: 20px;
	border-bottom: none;
}
.needs-panel_discussion-konai .discussion_item-konai,
.needs-panel_discussion-konai .discussion_list-konai {
	display: -webkit-flex;
	display: flex;
	text-align: center;
}
.needs-panel_discussion-konai .discussion_list-konai {
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.needs-panel_discussion-konai .discussion_list-konai:hover {
	background-color: #eee;
}
.needs-panel_discussion-konai .discussion_item-konai > div,
.needs-panel_discussion-konai .discussion_list-konai > div {
	border-left: 1px solid #e5e5e5;
}
.needs-panel_discussion-konai span {
	font-weight: 500;
}
.needs-panel_discussion-konai .discussion_item-konai > div:nth-of-type(1),
.needs-panel_discussion-konai .discussion_list-konai > div:nth-of-type(1) {
	flex: 0 0 70%;
	max-width: 100%;
	padding: 10px 20px;
}
.needs-panel_discussion-konai .discussion_item-konai > div:nth-of-type(2),
.needs-panel_discussion-konai .discussion_list-konai > div:nth-of-type(2) {
	flex: 0 0 30%;
	max-width: 100%;
	padding: 10px;
	border-right: 1px solid #e5e5e5;
}
.needs-panel_discussion-konai .discussion_list-konai > div:nth-of-type(2) span {
	font-weight: 400;
}
.needs-panel_discussion-konai .discussion_list-konai > div:nth-of-type(1) {
	text-align: left;
}


/* ニーズ閲覧(日生)
-----------------------*/
/*----------------------------------------------------------------------------*/
/* SSMD1401                                                        */
/*----------------------------------------------------------------------------*/

.kaiji_status_nissei {
	display: flex;
	height: 27px;
	margin-bottom: 7px;
}

.kaiji_status_nissei span {
	display: block;
	width: 200px;
	text-align: center;
	height: 32px;
	margin-top: 3px;
}

.kaiji_status_nissei .customkaijibtn_left {
	background: #ff6666 !important;
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px;
}
.kaiji_status_nissei .customkaijibtn_left span {
	color: #fff !important;
	font-size: 12px;
}

.kaiji_status_nissei .customkaijibtn {
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px;
}
.kaiji_status_nissei .customkaijibtn span {
	color: #9e9e9e !important;
	font-size: 12px;
}

.kaiji_status_nissei .customkaijibtn_right {
	background: #ff6666 !important;
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px;
}
.kaiji_status_nissei .customkaijibtn_right span {
	color: #fff !important;
	font-size: 12px;
}

.kaiji_status_nissei .customkaijibtn {
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px;
}
.kaiji_status_nissei .customkaijibtn span {
	color: #9e9e9e !important;
	font-size: 12px;
}

.needs-lists .needs-card-status.needs-card-status--deadline--nissei {
	background: grey;
	width: 150px;
	text-align: center;
	margin-bottom: 7px;
	margin-top: 0px;
}

.needs-lists .needs-card-status.needs-card-status--deadline--nissei::after {
	color: white;
	content: "掲載期限切れ間近";
}

.needs-lists .needs-card-status.needs-card-status--new--nissei {
	background: red;
	width: 80px;
	text-align: center;
	margin-bottom: 7px;
	margin-top: 0px;
}

.needs-lists .needs-card-status.needs-card-status--new--nissei::after {
	color: white;
	content: "新着";
}

.tanto_company_color {
	background: #fff5ee;
}

/* ニーズ詳細(日生)
-----------------------*/
/*----------------------------------------------------------------------------*/
/* SSMD1402                                                       */
/*----------------------------------------------------------------------------*/
.needs-lavel-position_nissei {
	position: relative;
    bottom: 10px;
}

.shodan_entry_code {
	display: inline-block;
	margin-top: 20px;
	border-radius: 4px;
	border: 1px solid #dee2e6;
	font-size: 18px;
}

.shodan_entry_code label {
	padding: 5px 5px 5px 10px;
	background-color: #f7f7f7;
	font-weight: 500;
}

.shodan_entry_code span {
	padding: 5px 10px 5px 5px;
}

/*----------------------------------------------------------------------------*/
.pwchange_container .custom-form .custom-form_item input {
	width: calc(100% - 350px);
}

.pw_format_message span {
	font-weight: bold;
}

.pwchange_expired_msg h3 {
	margin: 30px auto 60px;
}
.pwreset_container .custom-form .custom-form_item.pwreset_mailaddress {
	flex-flow: column;
	margin-bottom: 45px;
}

.pwreset_container .custom-form .custom-form_item.pwreset_mailaddress label {
	width: 450px;
	margin-bottom: 5px;
}

.pwreset_container .custom-form .custom-form_item input {
	width: 450px;
}

.pwreset_container .custom-form .custom-form_item.pwreset_message {
	flex-flow: column;
	margin: 35px auto 35px;
}

.pwreset_container .custom-form .custom-form_item.pwreset_message label {
	width: 90%;
}

.pwreset_container .custom-form .custom-form_item.pwreset_message span {
	font-weight: bold;
}

.pwreset_container .pwreset_complete_msg {
	margin-bottom: 45px;
	flex-flow: column;
}

.pwreset_container .pwreset_complete_msg.text-center {
	text-align: center;
}

.pwreset_container .pwreset_complete_msg label {
	width: 60%;
}

.pwreset_container .pwreset_complete_msg span.red {
	color: #ff0000;
}



/*----------------------------------------------------------------------------*/
/* SSMT0901,SSMT0902,SSMT0903                                                      */
/*----------------------------------------------------------------------------*/
.entry-step_block {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}


.title-div.center.sticky-nav{
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #f7fbfe;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	transition: transform ease .8s, opacity ease .4s;
}

.sticky-nav .entry-step_block {
	margin-bottom: 0px;
}

.title-div.center.sticky-nav.fixed {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	transition: transform ease .8s, opacity ease .4s;
}


/*----------------------------------------------------------------------------*/
/* SSMT0901,SSMT0902                                   */
/*----------------------------------------------------------------------------*/
.discussion-entry_needsttl {
	margin-top: 30px;
	margin-bottom: 45px;
}
.discussion-entry_needsttl span {
	display: block;
	font-size: 24px;
	font-weight: 500;
}
.discussion-entry_needsttl span:first-child:before,
.discussion-entry_needsttl span:first-child:after {
	display: block;
	top: calc(50% - 0.7em);
	position: absolute;
}
.discussion-entry_needsttl span:first-child {
	display: inline-block;
	position: relative;
	padding: 0 0.5em;
}
.discussion-entry_needsttl span:first-child:before {
	left: -0.6em;
	content: "【";
}
.discussion-entry_needsttl span:first-child:after {
	right: -0.6em;
	content: "】";
}
.entry-needs-panel{
	position: relative;
}
.entry-needs-panel .panel-body table th,
.entry-needs-panel .panel-body table td {
	padding: 11px 18px;
	border: 1px solid #e5e5e5;
}
.entry-needs-panel .panel-body table th {
	width: 205px;
	background: #f7f7f7;
	border-right: none;
	font-weight: 500;
}
.entry-needs-panel .row{
	margin-bottom:30px;
}
.entry-needs-panel .needs-panel_togglebtn{
	top:-15px;
	position: absolute;    
    right: 0;
    width: 100%;
}

.entry-needs-panel .needs-panel_togglebtn a{
    display: block;
    width: 100%;
    height: 36px;
}

.entry-alert{
	text-align: center;
	margin-bottom:30px;
}
.entry-alert span{
	color: red; 
	font-size:19px;
	font-weight:500;
}

.entry-alert-smbc{
	text-align: left;
	margin-bottom:30px;
	margin-left: 45px;
}
.entry-alert-smbc span{
	color: red; 
	font-size:15px;
	font-weight:500;
}

.entry-needs-panel .panel-body{
	margin-top:15px;
}
.entry-needs-info-label{
	border-bottom: 1px solid #ff6666;
}
.entry-info-company {
	display: flex;
	align-items: stretch;
}
.entry-info-company label {
	flex: 0 0 180px;
}
.entry-info-company > label span,
.entry-info-company span {	
    font-size: 24px;
    font-weight: 500;
}
/*----------------------------------------------------------------------------*/
/* SSMT0901                                            */
/*----------------------------------------------------------------------------*/
.discussion-entry .custombtn-green--confirm {
    margin-top: 60px;
    margin-left: 180px;
}
/*----------------------------------------------------------------------------*/
/* SSMT0903                                                                    */
/*----------------------------------------------------------------------------*/
.discussion-entry .custombtn-green--done--left {
    margin-top: 60px;
    margin-left: -15px;
}
.discussion-entry .custombtn-green--done--right {
    margin-top: 60px;
    margin-left: 15px;
}
/*----------------------------------------------------------------------------*/
/* SSMT0901                                                          */
/*----------------------------------------------------------------------------*/
.discussion-entry .custom-form_item--textarea textarea {
	height: 255px;
}

.discussion-entry .custombtn-green--confirm label {
	height: 90px;
}


.discussion-entry .template_msg {
	top: 11px;
	left: 195px;
	position: absolute;
}

.discussion-entry .template_msg span {
	font-size: 12px;
}

.person-info-list .person-info-input,
.person-info-list .person-info-select,
.person-info-list .person-info-delete-shodan {
	margin-top: 20px;
	margin-bottom: 20px;
}

.person-info-list .person-info-delete-shodan {
    text-align: right;
}

.person-info-list .person-info-delete-shodan > button {
    background-color: #bbb;
    border-radius: 0;
    width: 100px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #555555;
}

.form-group .custom-form_item .custom-form_item--textarea {
    margin-bottom: 35px;
}


/*					商談エントリー確認
-------------------------------*/
/*----------------------------------------------------------------------------*/
/* SSMT0902                                                     */
/*----------------------------------------------------------------------------*/
.discussion-entry-confirm .custom-form_item--textarea textarea {
	height: 255px;
}



/*----------------------------------------------------------------------------*/
/* SSMT0903                                                                  */
/*----------------------------------------------------------------------------*/
.discussion-entry-done {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.discussion-entry-done img {
	display: inline;
}

/*----------------------------------------------------------------------------*/
/* SSMT0903                                                         */
/*----------------------------------------------------------------------------*/
.needs-register .custombtn-green--done--left {
	margin-top: 60px;
	margin-left: -15px;
}
.needs-register .custombtn-green--done--right {
	margin-top: 60px;
	margin-left: 15px;
}

.needs-register .custombtn-gray--done--left {
	margin-top: 60px;
	margin-left: -15px;
}
.needs-register .custombtn-gray--done--right {
	margin-top: 60px;
	margin-left: 15px;
}



/*----------------------------------------------------------------------------*/
/* SSMT0901・SSMT0902・                           */
/*----------------------------------------------------------------------------*/
/*	アドレス帳 - 担当者情報
-------------------------------*/
.person-info-list {
	margin-left: 180px;
	counter-reset: section;
}
.person-info-list > div::before {
	counter-increment: section;
    content: "担当者" counter(section);
    background: #555;
    display: block;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
    margin-top: 30px;
}

.person-info-list > div.non-tantosha-header::before {
	content: none;
}

/*カーソル範囲明確化対応,8020行にも追記する事(v9時点)end*/


.person-info-list .person-info-input > div,
.person-info-list .person-info-label > div,
.person-info-list .person-info-select > div {
    display: flex;
    align-items: center;
}

.person-info-list .person-info-input > div > label,
.person-info-list .person-info-label > div > label,
.person-info-list .person-info-select > div > label {
    display: block;
    min-width: 150px;
}

.person-info-list .person-info-input,
.person-info-list .person-info-label,
.person-info-list .person-info-select,
.person-info-list .person-info-delete {
    margin-top: 20px;
}

.person-info-list .person-info-select select {
    width: 40%;
}

.person-info-list .person-info-delete {
    text-align: right;
}

.person-info-list .person-info-delete > button {
    background-color: #bbb;
    border-radius: 0;
    width: 100px;
	font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #555555;
}

.person-info-list .person-info-label span {
    line-height: 2.8;
    word-break: break-all;
}

.person-info-list .inputform_public:before {
	width: 70px;
	right: 575px;
}

.person-info-list .inputform_private:before {
	width: 70px;
	right: 575px;
}
.person-info-list .custom-form_item--optional:after {
	right: 500px;
}

/*----------------------------------------------------------------------------*/
/* SSMT0901・                                    */
/*----------------------------------------------------------------------------*/
/*	アドレス帳 - モーダル
-------------------------------*/
.addressbookmodal {
	min-width: 700px;
	min-height: 700px;
}
.address-book-modal {
	text-align: left;
}
.address-book-modal input {
	border: 1px solid #95c51A;
	border-radius: 0;
}
.salespro-page .address-book-modal input {
	border: 1px solid #62c1c5;
}
.address-book-modal input[type="submit"],
.address-book-modal input[type="button"] {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #6a9d02;
	background: linear-gradient(90deg, #89bb0a, #c3de4f);
}
.salespro-page .address-book-modal input[type="submit"],
.salespro-page .address-book-modal input[type="button"] {
	border-bottom: 2px solid #78d0d3;
	background: linear-gradient(90deg, #62c1c5, #92e1e4);
}
.address-book-modal input[name="insert"],
.address-book-modal input[name="close"]  {
	width: 20%;
} 
.address-book-modal input[name="close"],
.address-book-modal .bottom-button input[name="back"],
.address-book-modal .bottom-button input[name="cancel"]   {
	color: #fff;
	border: 1px solid #AAA !important;
	border-bottom: 1px solid #555;
	background: #bbb;
}
.address-book-modal .address-book-search-box {
	width: 50%;
}
.address-book-modal .address-book-header,
.address-book-modal .address-book-body {
	border: 1px solid #95C51A;
	margin-bottom: 10px;
}
.salespro-page .address-book-modal .address-book-header,
.salespro-page .address-book-modal .address-book-body {
	border: 1px solid #62c1c5;
}
.address-book-modal .address-book-body {
	height: 210px;
	padding: 8px 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
.address-book-modal .address-book-header,
.address-book-modal .address-book-body .address-book-item {
	display: flex;
	align-items: center;
}
.address-book-modal .address-book-body .address-book-item div{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.address-book-modal .address-book-header > div:not(:first-child)::before {
    content: "";
    border-left: 1px solid #95C51A;
    margin-right: 16px;
    padding-top: 8px;
    padding-bottom:1px;
}
.salespro-page .address-book-modal .address-book-header > div:not(:first-child)::before {
    border-left: 1px solid #62c1c5;
}
.address-book-modal .address-book-header > div:nth-of-type(1),
.address-book-modal .address-book-body .address-book-item > div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 10%;
	padding: 0 10px;
}
.address-book-modal .address-book-header > div:nth-of-type(2),
.address-book-modal .address-book-body .address-book-item  > div:nth-of-type(2) {
	flex-basis: 20%;
}
.address-book-modal .address-book-header > div:nth-of-type(2) span,
.address-book-modal .address-book-body .address-book-item  > div:nth-of-type(2) > span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 115px;
}
.address-book-modal .address-book-header > div:nth-of-type(3),
.address-book-modal .address-book-body .address-book-item  > div:nth-of-type(3) {
	flex-basis: 40%;
}
.address-book-modal .address-book-header > div:nth-of-type(3) > span,
.address-book-modal .address-book-body .address-book-item  > div:nth-of-type(3) > span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 240px;
}
.address-book-modal .address-book-header > div:nth-of-type(4),
.address-book-modal .address-book-body .address-book-item  > div:nth-of-type(4) {
	flex-basis: 30%;
}
.address-book-modal .address-book-header > div:nth-of-type(4) > span,
.address-book-modal .address-book-body .address-book-item  > div:nth-of-type(4) > span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 180px;
}
.address-book-modal .address-book-body .address-book-item  > div + div {
	padding-left: 16px;
}
.address-book-modal .address-book-body .address-book-item  .address-book-custom-checkbox input {
	display: none;
}
.address-book-modal .address-book-body .address-book-item  .address-book-custom-checkbox input + span::after {
	content: "";
	display: block;
	min-width: 20px;
	min-height: 20px;
	background: url(./assets/signup_contract_ico.48bbadd94249158e7cc302d23e37367a.png) no-repeat left center;
}
.address-book-modal .address-book-body .address-book-item  .address-book-custom-checkbox input:disabled + span::after {
	background: url(./assets/signup_contract_ico_dis.0111b2152ec657f8cbb712d73f6c097f.png) no-repeat left center;
}
.address-book-modal .address-book-body .address-book-item  .address-book-custom-checkbox input:checked + span::after {
	background: url(./assets/signup_contract_ico_on.87e110247af5b2595d485f47dfed649b.png) no-repeat left center;
}
.salespro-page .address-book-modal .address-book-body .address-book-item  .address-book-custom-checkbox input:checked + span::after {
	/*background: url(../img/slp_signup_contract_ico_on.png) no-repeat left center;*/
}
.address-book-modal .person-info-input > div,
.address-book-modal .person-info-select > div {
    display: flex;
    align-items: center;
}

.address-book-modal .person-info-input > div > label,
.address-book-modal .person-info-select > div > label {
    display: block;
    min-width: 150px;
}
.address-book-modal .person-info-confirm .person-info-input > div > label,
.address-book-modal .person-info-confirm .person-info-select > div > label {
    display: block;
	min-width: 220px;
	padding-left: 100px;
}
.address-book-modal .person-info-input,
.address-book-modal .person-info-select,
.address-book-modal .person-info-delete {
    margin-top: 20px;
}

.address-book-modal .person-info-select select {
    width: 40%;
}

.address-book-modal .person-info-delete {
    text-align: right;
}

.address-book-modal .person-info-delete > button {
    background-color: #bbb;
    border-radius: 0;
    width: 100px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #555555;
}
.address-book-modal .bottom-button {
	margin-top: 10px;
}
.address-book-modal .bottom-button > div {
	margin-bottom: 0px;
}
.address-book-modal .bottom-button input[name="confirm"],
.address-book-modal .bottom-button input[name="submit"],
.address-book-modal .bottom-button input[name="home"] {
	width: 150px;
}
.address-book-modal .person-info-input > div > span {
	line-height: 35px;
	padding-left: 25px;
    max-width: 380px;
    word-break: break-all;
}
.address-book-modal .person-info-select > div > span {
	line-height: 34px;
	padding-left: 25px;
}
.address-book-modal .caption {
	margin-top: 20px;
}
.address-book-modal .caption span {
	color: red;
	white-space: nowrap;
}
.address-book-modal .address-book-modal-list .caption {
	margin-bottom : 30px;
}

.address-book-modal .address-book-modal-list h1 {
	margin-bottom : 25px;
}

/*----------------------------------------------------------------------------*/
/* SSMT0903                                  */
/*----------------------------------------------------------------------------*/
.entry-completion .needs-double-btn{
	margin-top : 30px;
}


/*----------------------------------------------------------------------------*/
/* SSMT1101（商談一括管理）                                                     */
/*----------------------------------------------------------------------------*/
.shodan-ikkatsu-kanri-search-area {
	padding: 30px;
}
.shodan-ikkatsu-kanri-search-area .search-conditions,
.shodan-ikkatsu-kanri-search-area .display-conditions {
	border: 1px solid #ff6666;
	padding: 25px 20px;
	margin-bottom: 30px;
}

.shodan-ikkatsu-kanri-search-area .search-conditions .custom-form_item > input,
.shodan-ikkatsu-kanri-search-area .search-conditions .custom-form_item .custom-checkbox {
	width: calc(100% - 270px);
}

.shodan-ikkatsu-kanri-search-area .search-conditions .mb-0 {
	margin-bottom: 0;
}

.shodan-ikkatsu-kanri-search-area .search-conditions [class*="err"] {
	margin-bottom: 16px; 
	visibility: hidden;
}

.shodan-ikkatsu-kanri-search-area .search-conditions > div:last-of-type > div {
	margin-bottom: 0;
}

.shodan-ikkatsu-kanri-search-area .search-conditions .custom-form_item > label:first-of-type {
	width: 100px;
}

.shodan-ikkatsu-kanri .custom-form_item.calendar > label:nth-of-type(3),
.shodan-ikkatsu-kanri .custom-form_item.calendar > label:nth-of-type(4) {
	display: inline-block;
	padding-right: 25px;
	background: url(./assets/needs-panel_ico05.2302bd9b80324ac525cd4eb407164e44.png) no-repeat right center;
	cursor: pointer;
}

.shodan-ikkatsu-kanri .custom-form_item.calendar > label+span {
	margin: 0 16px;
}

.shodan-ikkatsu-kanri-search-area .search-conditions .search-conditions--checkbox .custom-form_item,
.shodan-ikkatsu-kanri-search-area .display-conditions .display-conditions--checkbox .custom-form_item {
	align-items: flex-start;
}

.shodan-ikkatsu-kanri-search-area .display-conditions .display-conditions--checkbox .custom-form_item {
	margin-bottom: 0;
}

.shodan-ikkatsu-kanri-search-area .search-conditions .custom-form_item .custom-checkbox > div > div,
.shodan-ikkatsu-kanri-search-area .display-conditions .custom-form_item .custom-checkbox > div > div {
	width: 33%;
	margin-top: 5px;
}

.shodan-ikkatsu-kanri-search-area .search-conditions .custom-form_item .custom-checkbox > div > div:nth-of-type(3),
.shodan-ikkatsu-kanri-search-area .display-conditions .custom-form_item .custom-checkbox > div > div:nth-of-type(3) {
	width: 34%;
	margin-top: 5px;
}

.shodan-ikkatsu-kanri-search-area .search-conditions .custom-form_item .custom-checkbox > div > div.col-sm-6 {
	width: 50%;
	margin-top: 5px;
}

.shodan-ikkatsu-kanri-search-area .display-conditions .custom-form_item > label:first-of-type {
	width: 200px;
}

.shodan-ikkatsu-kanri-search-area .display-conditions .custom-form_item .custom-checkbox {
	width: calc(100% - 200px);
}

.display-conditions--checkbox input:disabled + span {
	background: url(./assets/signup_contract_ico_dis.0111b2152ec657f8cbb712d73f6c097f.png) no-repeat left center;
}

.shodan-ikkatsu-kanri-lists_top {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5px;
}

.shodan-ikkatsu-kanri-lists_download label {
	height: 30px;
    width: 140px;
}

.shodan-ikkatsu-kanri-lists_download span {
    font-size: 15px;
    padding: 0;
}

.shodan-ikkatsu-kanri-lists_result * {
	font-size: 16px;
	line-height: 1;
	color: #999;
}

.shodan-ikkatsu-kanri-lists {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	font-weight: 500;
	vertical-align: middle;
}

.shodan-ikkatsu-kanri-lists--header {
	height: 32px;
	background-color: #f7f7f7;
}

.shodan-ikkatsu-kanri-lists--header th {
	text-align: center;
	border: 1px solid #e5e5e5;
	letter-spacing: 0.08em;
}

.shodan-ikkatsu-kanri-lists--header th,
.shodan-ikkatsu-kanri-lists--items td {
	padding: 5px;
}

.shodan-ikkatsu-kanri-lists--header th[name="th-shodanNumber"] {
	width: 80px;
}

.shodan-ikkatsu-kanri-lists--header th[name="th-shodanName"] {
	width: 257px;
}

.shodan-ikkatsu-kanri-lists--header th[name="th-shodanCompanyName"] {
	width: 211px;
	
}

.shodan-ikkatsu-kanri-lists--header th[name="th-koshoShubetsu"] {
	width: 90px;
	
}

.shodan-ikkatsu-kanri-lists--header th[name="th-shodanStatus"] {
	width: 121px;
	
}

.shodan-ikkatsu-kanri-lists--items td[name="td-shodanNumber"] {
	width: 80px;
}

.shodan-ikkatsu-kanri-lists--items td[name="td-shodanName"] {
	width: 257px;
}

.shodan-ikkatsu-kanri-lists--items td[name="td-shodanCompanyName"] {
	width: 211px;
	
}

.shodan-ikkatsu-kanri-lists--items td[name="td-koshoShubetsu"] {
	width: 90px;
	
}

.shodan-ikkatsu-kanri-lists--items td[name="td-shodanStatus"] {
	width: 121px;
	
}

.shodan-ikkatsu-kanri-lists--items td[name="td-button"] {
	border-left: none;
	padding-left: 0;
	width: 20px;
}

.shodan-ikkatsu-kanri-lists--items {
	height: 50px;
	cursor: pointer;
}

.shodan-ikkatsu-kanri-lists--items td {
	border: 1px solid #e5e5e5;
}

.shodan-ikkatsu-kanri-lists--items td * {
	font-weight: 500;
	display: inline-block;
	word-break: break-all;
}

.shodan-ikkatsu-kanri-lists--items td .kiyukijutsu-button label {
    cursor: pointer;
	width: 15px;
	height: 15px;
	/*background: url(../img/slp_all_opp_icon.png) no-repeat right center;*/
}

.shodan-ikkatsu-kanri-lists--items td .kiyukijutsu-button input {
	display: none;
}

.shodan-ikkatsu-kanri-lists--items td[name="td-button"] > input {
	display: none;
}


[class*="custombtn-salespro"] a,
[class*="custombtn-salespro"] label,
[class*="custombtn-salespro"] .btn-default,
[class*="custombtn-salespro"] .btn-default:hover,
[class*="custombtn-salespro"] .btn-default:hover:active {
	border-bottom: 2px solid #FF4B4B;
	background: linear-gradient(90deg,#FF6666, #F9A9A9);
}
[class*="custombtn-salespro"] span {
	letter-spacing: 0.04em;
	text-shadow: #FF4B4B 0 2px 0;
}
.custombtn-salespro--search span {
	background-image: url(./assets/btn_search_ico.630765384c6c8dc6e51b46a269def21f.png);
}


/* SMT10 */
.discussion-detail {
	padding-bottom: 30px;
}
.discussion-title {
	margin-bottom: 24px !important;
}

.discussion-title-color {
	color: red;
}

.discussion-disabled-msg {
	font-size: 16px;
}
.custom-form_item > .template-btn {
	height: 40px;
	text-align: center;
	display: flex;
}
.custom-form_item > .template-btn > span {
	font-weight: 400;
}
.template-msg {
	display: inline-block;
	font-size: 12px;
	margin-left: 15px;
}

/* SMD18 */
.shodan-view-search-title {
	font-size: 20px;
	margin-bottom: 32px;
}
.shodan-view-search-area .custom-form_item.calendar .calendar-icon {
	display: inline-block;
	padding-right: 25px;
	background: url(./assets/needs-panel_ico05.2302bd9b80324ac525cd4eb407164e44.png) no-repeat right center;
	cursor: pointer;
}
.shodan-view table {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
	margin: 0;
	table-layout: fixed;
}
.shodan-view-searchcount {
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 5px;
	font-size: 16px;
	line-height: 1;
}
.shodan-view-searchcount span {
	color: #999;
} 
.shodan-view-list {
	border: 1px solid #e5e5e5;
}
.shodan-view-list-header {
	height: 32px;
	background-color: #f7f7f7;
}
.shodan-view-list-header th {
	text-align: center;
	border: 1px solid #e5e5e5;
	letter-spacing: 0.08em;
	padding: 5px;
}
.shodan-view-list-header th span {
	font-weight: 400;
}
.shodan-view-list-items {
	cursor: pointer;
}
.shodan-view-list-items:hover {
	background-color: #eee;
}
.shodan-view-list-items.tanto {
	background-color: #f9a9a9;
}
.shodan-view-list-items.tanto:hover {
	background-color: #ff6666;
}
.shodan-view-list-items td {
	padding: 5px;
	border: 1px solid #e5e5e5;
}
.shodan-view-list-items td span {
	font-weight: 500;
}
.shodan-view-list-header th:nth-of-type(1), .shodan-view-list-items td:nth-of-type(1) {
	width: 110px;
}
.shodan-view-list-header th:nth-of-type(3), .shodan-view-list-items td:nth-of-type(3) {
	width: 250px;
}
.shodan-view-list-header th:nth-of-type(4), .shodan-view-list-items td:nth-of-type(4) {
	width: 250px;
}
.shodan-view-list-header th:nth-of-type(5), .shodan-view-list-items td:nth-of-type(5) {
	width: 150px;
	text-align: center;
}
.radio-item input {
	display: none;
}
.radio-item span {
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left;
}
.radio-item {
	flex-basis: 33%;
}
.radio-items {
	display: flex;
	margin: 10px 0;
	width: calc(100% - 180px);
}

/* SMT09 */
table span.multiple-lines {
	white-space: break-spaces;
}
table td.break-all {
	word-break: break-all;
}
.custom-checkbox--radio input[type="radio"]:disabled + span {
	cursor: default;
}

/*----------------------------------------------------------------------------*/
/* SSMD1601                                                                   */
/*----------------------------------------------------------------------------*/
#condition_controller .title-div h1 {
	margin-bottom: 16px;
}
#condition_controller .title-div p:last-child {
	margin-bottom: 32px;
}
#condition_controller .nav-tabs li {
	width: calc(100% / 2);
	text-align: center;
}
#condition_controller .nav li a {
	border-radius: 5px 5px 0 0;
    margin-right: 2px;
}
#condition_controller .nav-tabs li span {
	display: inline-block;
	line-height: 1;
	max-width: 6em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#condition_controller .nav-tabs li .active{
	background-color: #ff6666;
	color: #fff;
}
#condition_controller .nav-tabs li a:not(.active) {
	background-color: #eee;
	color: #ff6666;
	margin-right: 2px;
}
#condition_controller .tab-enable-content {
	margin-top: 0;
}
#condition_controller .tab-enable-content .panel {
	margin: 0;
	padding: 40px;
}
#condition_controller .tab-enable-content .panel .panel-body {
	position: relative;
}
#condition_controller .tab-enable-content .panel .panel-body .custombtn-green--check {
    position: absolute;
    width: 260px;
    top: -30px;
    right: 0;
}
#condition_controller .tab-enable-content .panel .panel-body .custombtn-green--check label {
	height: 30px;
}
#condition_controller .tab-enable-content .panel .panel-body .custombtn-green--check label span {
	padding: 0;
	font-size: 16px;
}
#condition_controller .tab-enable-content .panel .panel-body .jyokenname {
	max-width: 30em;
}
#condition_controller .tab-enable-content .panel .panel-body .activater .btn {
	margin-left: 16px;
	background-color: #ff6666;
	border: none;
	color: #fff;
}
#condition_controller .tab-enable-content .panel .panel-body .table th {
	width: 300px;
}
#condition_controller .tab-enable-content .panel .panel-body .table th span {
	display: inline-block;
}
#condition_controller .tab-enable-content .panel .panel-body .custombtn-green--edit {
	width: 480px;
}
#condition_controller .tab-enable-content .panel .panel-body .custombtn-green--edit label span {
	padding: 0;
}
#condition_controller .tab-disable-content {
	margin-top: 0;
	min-height: 600px;
	position: relative;
}
#condition_controller .tab-disable-content .panel {
	margin: 0;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#condition_controller .tab-disable-content .panel .panel-body p {
	margin-bottom: 32px;
}
#condition_controller .tab-disable-content .panel .panel-body .custombtn-yellow {
	width: 480px;
}
#condition_controller .tab-unmatch-content {
	margin-top: 0;
	min-height: 600px;
	position: relative;
}
#condition_controller .tab-unmatch-content .panel {
	margin: 0;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#condition_controller .tab-unmatch-content .panel .panel-body p {
	margin-bottom: 32px;
}
#condition_controller .tab-unmatch-content .panel .panel-body .custombtn-green {
	width: 480px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.custom-form_item .custom-checkbox .rejection_reason {
    margin-top: 15px;
	width: auto;
}
.custom-form_item .custom-checkbox input[type="checkbox"]:disabled,
.custom-form_item .custom-checkbox input[type="checkbox"]:disabled + span {
	cursor: default;
}

.alert_mongon {
	font-size: 14px;
	color: red;
}

/*----------------------------------------------------------------------------*/
/* SSMD2801（SMBC商談管理）                                                     */
/*----------------------------------------------------------------------------*/
.smbc-shodan-kanri-search-area {
	padding: 30px;
}
.smbc-shodan-kanri-search-area .search-conditions,
.smbc-shodan-kanri-search-area .display-conditions {
	border: 1px solid #ff6666;
	padding: 25px 20px;
	margin-bottom: 30px;
}

.smbc-shodan-kanri-search-area .search-conditions .custom-form_item > input,
.smbc-shodan-kanri-search-area .search-conditions .custom-form_item .custom-checkbox {
	width: calc(100% - 270px);
}

.smbc-shodan-kanri-search-area .search-conditions .mb-0 {
	margin-bottom: 0;
}

.smbc-shodan-kanri-search-area .search-conditions [class*="err"] {
	margin-bottom: 16px; 
	visibility: hidden;
}

.smbc-shodan-kanri-search-area .search-conditions > div:last-of-type > div {
	margin-bottom: 0;
}

.smbc-shodan-kanri-search-area .search-conditions .custom-form_item > label:first-of-type {
	width: 100px;
}

.smbc-shodan-kanri .custom-form_item.calendar > label:nth-of-type(3),
.smbc-shodan-kanri .custom-form_item.calendar > label:nth-of-type(4) {
	display: inline-block;
	padding-right: 25px;
	background: url(./assets/needs-panel_ico05.2302bd9b80324ac525cd4eb407164e44.png) no-repeat right center;
	cursor: pointer;
}

.smbc-shodan-kanri .custom-form_item.calendar > label+span {
	margin: 0 16px;
}

.smbc-shodan-kanri-search-area .search-conditions .search-conditions--checkbox .custom-form_item,
.smbc-shodan-kanri-search-area .display-conditions .display-conditions--checkbox .custom-form_item {
	align-items: flex-start;
}

.smbc-shodan-kanri-search-area .display-conditions .display-conditions--checkbox .custom-form_item {
	margin-bottom: 0;
}

.smbc-shodan-kanri-search-area .search-conditions .custom-form_item .custom-checkbox > div > div,
.smbc-shodan-kanri-search-area .display-conditions .custom-form_item .custom-checkbox > div > div {
	width: 33%;
	margin-top: 5px;
}

.smbc-shodan-kanri-search-area .search-conditions .custom-form_item .custom-checkbox > div > div:nth-of-type(3),
.smbc-shodan-kanri-search-area .display-conditions .custom-form_item .custom-checkbox > div > div:nth-of-type(3) {
	width: 34%;
	margin-top: 5px;
}

.smbc-shodan-kanri-search-area .search-conditions .custom-form_item .custom-checkbox > div > div.col-sm-6 {
	width: 50%;
	margin-top: 5px;
}

.smbc-shodan-kanri-search-area .display-conditions .custom-form_item > label:first-of-type {
	width: 200px;
}

.smbc-shodan-kanri-search-area .display-conditions .custom-form_item .custom-checkbox {
	width: calc(100% - 200px);
}

.display-conditions--checkbox input:disabled + span {
	background: url(./assets/signup_contract_ico_dis.0111b2152ec657f8cbb712d73f6c097f.png) no-repeat left center;
}

.smbc-shodan-kanri-lists_top {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5px;
}

.smbc-shodan-kanri-lists_download label {
	height: 30px;
    width: 140px;
}

.smbc-shodan-kanri-lists_download span {
    font-size: 15px;
    padding: 0;
}

.smbc-shodan-kanri-lists_result * {
	font-size: 16px;
	line-height: 1;
	color: #999;
}

.smbc-shodan-kanri-lists {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	font-weight: 500;
	vertical-align: middle;
}

.smbc-shodan-kanri-lists--header {
	height: 32px;
	background-color: #f7f7f7;
}

.smbc-shodan-kanri-lists--header th {
	text-align: center;
	border: 1px solid #e5e5e5;
	letter-spacing: 0.08em;
}

.smbc-shodan-kanri-lists--header th,
.smbc-shodan-kanri-lists--items td {
	padding: 5px;
}

.smbc-shodan-kanri-lists--header th[name="th-shodanEntryDate"] {
	width: 130px;
}

.smbc-shodan-kanri-lists--header th[name="th-companyID"] {
	width: 100px;
}

.smbc-shodan-kanri-lists--header th[name="th-entryCompanyName"] {
	width: 250px;
}

.smbc-shodan-kanri-lists--header th[name="th-entryNeedsTitle"] {
	width: 250px;
}

.smbc-shodan-kanri-lists--header th[name="th-dakuhiTorokuDate"] {
	width: 115px;
	
}

.smbc-shodan-kanri-lists--header th[name="th-shodanStatus"] {
	width: 120px;
	
}

.smbc-shodan-kanri-lists--items td[name="td-shodanEntryDate"] {
	width: 129px;
}

.smbc-shodan-kanri-lists--items td[name="td-companyID"] {
	width: 98px;
}

.smbc-shodan-kanri-lists--items td[name="td-entryCompanyName"] {
	width: 248px;
}

.smbc-shodan-kanri-lists--items td[name="td-entoryNeedsTitle"] {
	width: 245px;
}

.smbc-shodan-kanri-lists--items td[name="td-dakuhiTorokuDate"] {
	width: 114px;
}

.smbc-shodan-kanri-lists--items td[name="td-shodanStatus"] {
	width: 118px;
	
}

.smbc-shodan-kanri-lists--items td[name="td-button"] {
	border-left: none;
	padding-left: 0;
	width: 20px;
}

.smbc-shodan-kanri-lists--items {
	height: 50px;
	cursor: pointer;
}

.smbc-shodan-kanri-lists--items td {
	border: 1px solid #e5e5e5;
}

.smbc-shodan-kanri-lists--items td * {
	font-weight: 500;
	display: inline-block;
	word-break: break-all;
}

.smbc-shodan-kanri-lists--items td .kiyukijutsu-button label {
    cursor: pointer;
	width: 15px;
	height: 15px;
	/*background: url(../img/slp_all_opp_icon.png) no-repeat right center;*/
}

.smbc-shodan-kanri-lists--items td .kiyukijutsu-button input {
	display: none;
}

.smbc-shodan-kanri-lists--items td[name="td-button"] > input {
	display: none;
}


[class*="custombtn-salespro"] a,
[class*="custombtn-salespro"] label,
[class*="custombtn-salespro"] .btn-default,
[class*="custombtn-salespro"] .btn-default:hover,
[class*="custombtn-salespro"] .btn-default:hover:active {
	border-bottom: 2px solid #FF4B4B;
	background: linear-gradient(90deg,#FF6666, #F9A9A9);
}
[class*="custombtn-salespro"] span {
	letter-spacing: 0.04em;
	text-shadow: #FF4B4B 0 2px 0;
}
.custombtn-salespro--search span {
	background-image: url(./assets/btn_search_ico.630765384c6c8dc6e51b46a269def21f.png);
}

.search-date-margin {
	margin-bottom: 35px !important;
}

.search-entrydate-margin {
	margin-left: 12px;
}

.smbc-shodan-shodan-entrydate-label {
	display: block;
	width: 170px !important;
}

/*----------------------------------------------------------------------------*/
/* SSMD2802                                                                   */
/*----------------------------------------------------------------------------*/
.smbc-shodan-dakuhi-check input {
	display: none;
}
.smbc-shodan-dakuhi-check span {
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left;
}

.smbc-shodan-dakuhi-check span {
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left;
}
.smbc-shodan-dakuhi-check-div {
	display: inline-block;
	margin-right: 50px;
}

/* SMD18 */
.shodan-company-view table {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
	margin: 0;
	table-layout: fixed;
}
.shodan-company-view-searchcount {
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 5px;
	font-size: 16px;
	line-height: 1;
}
.shodan-company-view-searchcount span {
	color: #999;
} 
.shodan-company-view-list {
	border: 1px solid #e5e5e5;
}
.shodan-company-view-list-header {
	height: 32px;
	background-color: #f7f7f7;
}
.shodan-company-view-list-header th {
	text-align: center;
	border: 1px solid #e5e5e5;
	letter-spacing: 0.08em;
	padding: 5px;
}
.shodan-company-view-list-header th span {
	font-weight: 400;
}
.shodan-company-view-list-items {
	cursor: pointer;
}
.shodan-company-view-list-items:hover {
	background-color: #eee;
}
.shodan-company-view-list-items td {
	padding: 5px;
	border: 1px solid #e5e5e5;
}
.shodan-company-view-list-items td span {
	font-weight: 500;
}
.shodan-company-view-list-header th:nth-of-type(1), .shodan-company-view-list-items td:nth-of-type(1) {
	width: 110px;
}
.shodan-company-view-list-header th:nth-of-type(3), .shodan-company-view-list-items td:nth-of-type(3) {
	width: 250px;
}
.shodan-company-view-list-header th:nth-of-type(4), .shodan-company-view-list-items td:nth-of-type(4) {
	width: 250px;
}
.shodan-company-view-list-header th:nth-of-type(5), .shodan-company-view-list-items td:nth-of-type(5) {
	width: 150px;
	text-align: center;
}

/*----------------------------------------------------------------------------*/
/* SSMD2901                                                                   */
/*----------------------------------------------------------------------------*/

.entry_info_table_margin {
	margin-bottom: 50px;
}

.alert-mongon {
	font-size: 16px;
	color: red;
}

.alert-div {
	padding-bottom: 30px;
}

/* SSMD3001 */

span.break-all {
	word-break: break-all;
}

.file-upload .file-upload-area {
	flex-basis: 65%;
    text-align: center;
	margin: 0.5em 0;
	border-color: #ccc !important;
	-webkit-transition: none !important;
	transition: none !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.file-upload .file-upload-area .file-drop-area {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	margin: 20px;
	border: 2px dashed #ccc;
	padding: 20px;
}

.file-upload .file-drop-area div {
	margin: 0 20px;
}

.file-upload .file-drop-area div.open-file-dialog {
	text-decoration: underline;
	cursor: pointer;
}

.file-upload .file-drop-area div.file-name {
	margin-top: 20px;
}

.file-upload .file-drop-area div.file-name span {
	font-weight: 500;
}

.file-upload .file-upload-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 0 20px 30px;
}

.custombtn-main--upload label {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 230px;
	height: 40px;
}

.custombtn-main--upload label span {
	font-size: 14px;
	letter-spacing: 0.3em;
	padding-left: 35px;
    background-image: url(./assets/btn_download_ico.1ae921f1b6933ad03a771861b42ce70b.png);
}

/* 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;
    -ms-touch-action: pan-y;
        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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-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;
}

