@charset "UTF-8";
/*----------------------------------------
 Import
----------------------------------------*/
/*----------------------------------------
 Variable
----------------------------------------*/
/* Var */
/* Mixin */
/* Judge */
/* Font */
@font-face {
  font-family: "robocon";
  font-style: normal;
  font-weight: normal;
  src: url("../user_pc_font/roboto/RobotoCondensed-Regular.eot");
  src: url("../user_pc_font/roboto/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../user_pc_font/roboto/RobotoCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "robocon";
  font-style: normal;
  font-weight: bold;
  src: url("../user_pc_font/roboto/RobotoCondensed-Bold.eot");
  src: url("../user_pc_font/roboto/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../user_pc_font/roboto/RobotoCondensed-Bold.woff") format("woff");
}
/*----------------------------------------
 Reset
----------------------------------------*/
* {
  box-sizing: border-box;
  line-height: 1;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: normal;
  -webkit-text-size-adjust: 100%;
  text-align: inherit;
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #8ac;
}

a:hover {
  color: #fa2;
}

a:focus {
  outline: 0;
}

/* a:active,a:hover{outline:0;color:#f90} */
del {
  text-decoration: line-through;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

button, input, select, textarea {
  -webkit-appearance: none;
}

em, strong {
  font-style: normal;
  font-weight: bold;
}

/*----------------------------------------
 Module
----------------------------------------*/
/* ------------ Base ------------ */
html {
  background-color: #fff;
}

body {
  background-color: #f0f0f0;
  min-width: 940px;
}

#container {
  position: relative;
  padding: 0 0px 60px;
  z-index: 1;
}

.width_600 {
  width: 600px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

.width_650 {
  width: 650px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

.width_820 {
  width: 820px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

.width_940 {
  width: 940px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

a:hover {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
}

/* ------------ Header ------------ */
#header {
  position: relative;
  background-color: #fff;
}
#header .cellBase {
  position: relative;
  display: table;
  width: 940px;
  margin: 0 auto;
}
#header .cellBase .logoCell, #header .cellBase .menuCell, #header .cellBase .taglineCell {
  display: table-cell;
  height: 80px;
  padding: 15px 0;
  vertical-align: middle;
}
#header .cellBase .logoCell {
  width: 295px;
}
#header .cellBase .logoCell .logo {
  display: block;
}
#header .cellBase .logoCell .logo .img img {
  width: 150px;
  height: auto;
}
#header .cellBase .logoCell .logo .produced {
  padding-left: 15px;
  position: relative;
  top: -10px;
  white-space: nowrap;
  text-align: center;
}
#header .cellBase .logoCell .logo .produced .label, #header .cellBase .logoCell .logo .produced img {
  display: inline-block;
}
#header .cellBase .logoCell .logo .produced .label {
  margin-right: 5px;
  padding-left: 0.1em;
  font-size: 13.5px;
  font-family: "robocon";
  color: #666;
  letter-spacing: 0.1em;
}
#header .cellBase .logoCell .logo .produced img {
  position: relative;
  top: -1px;
  height: 13px;
}
#header .cellBase .taglineCell {
  font-size: 11.5px;
  position: relative;
  top: 0px;
  color: #888;
  letter-spacing: 0.2em;
  line-height: 1.35;
}
#header .cellBase .menuCell {
  width: 1%;
  white-space: nowrap;
}
#header .cellBase .menuCell .menu {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
#header .cellBase .menuCell .menu .line {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  position: absolute;
  right: 0;
  display: inline-block;
  height: 2px;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
#header .cellBase .menuCell .menu .line:nth-of-type(1) {
  top: 10px;
  width: 36px;
}
#header .cellBase .menuCell .menu .line:nth-of-type(2) {
  top: 19px;
  width: 30px;
}
#header .cellBase .menuCell .menu .line:nth-of-type(3) {
  top: 27px;
  width: 24px;
}
#header .cellBase .menuCell .menu .num {
  position: absolute;
  right: -12px;
  top: -3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  letter-spacing: 0em;
  background-color: #f77;
  font-family: "robocon";
  font-size: 13px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  transition: all 0.25s ease-out 0s;
}
#header .cellBase .menuCell .menu.menu--open {
  z-index: 9999;
}
#header .cellBase .menuCell .menu.menu--open .line {
  top: 15px;
  width: 36px;
}
#header .cellBase .menuCell .menu.menu--open .line:nth-of-type(1) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#header .cellBase .menuCell .menu.menu--open .line:nth-of-type(2) {
  opacity: 0;
}
#header .cellBase .menuCell .menu.menu--open .line:nth-of-type(3) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
#header .cellBase .menuCell .menu.menu--open .num {
  display: none;
}
#header .cellBase .noticeCell {
  padding: 10px 40px 0 0;
  text-align: right;
}
#header .cellBase .noticeCell .btn {
  display: inline-block;
  vertical-align: middle;
}
#header .cellBase .noticeCell .btn + .btn {
  margin-left: 20px;
}
#header .cellBase .noticeCell .btn a {
  font-size: 11px;
  position: relative;
  display: inline-block;
  padding-top: 44px;
  color: #666;
  letter-spacing: 0.1em;
}
#header .cellBase .noticeCell .btn a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 14px;
  width: 30px;
  margin-left: -15px;
  text-align: center;
  font-size: 22px;
  color: #78b;
}
#header .cellBase .noticeCell .btn a .num {
  position: absolute;
  right: 5px;
  top: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  letter-spacing: 0em;
  background-color: #f77;
  font-family: "robocon";
  font-size: 13px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
}
#header .cellBase .noticeCell .btn.scout a:before {
  content: "";
  font-size: 24px;
}
#header .cellBase .noticeCell .btn.scout a .num {
  right: 3px;
}
#header .cellBase .noticeCell .btn.myval a:before {
  content: "";
  top: 13px;
  margin-left: -17px;
  height: 30px;
  background: url(../../imageFile/user_pc/global/icon_value.svg) center 0 no-repeat;
  background-size: 27px;
}
#header .cellBase .noticeCell .btn.myval a .num {
  right: 18px;
}
#header .cellBase .noticeCell .btn.message a:before {
  content: "";
  top: 14px;
  font-size: 25px;
}
#header .cellBase .noticeCell .btn.message a .num {
  right: 10px;
}
#header .cellBase .noticeCell .btn.tutorial a:before {
  content: "";
  top: 11px;
  font-size: 26px;
}
#header .cellBase .noticeCell .btn.signup a:before {
  content: "";
  top: 12px;
  font-size: 26px;
}
#header .cellBase .noticeCell .btn.login a:before {
  content: "";
  top: 14px;
  font-size: 24px;
}
#header .cellBase .noticeCell .btn:hover a {
  color: #78b;
}
#header .menuBase {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9990;
  display: none;
}
#header .menuBase .layer {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#header .menuBase .base {
  position: relative;
  height: 100%;
  border-top: 1px solid #eaeaea;
  background-color: #fff;
  z-index: 2;
}
#header .menuBase .base:after {
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 200px;
  background-color: #fff;
  z-index: 1;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
}
#header .menuBase .base .statusArea .nameSet {
  display: table;
}
#header .menuBase .base .statusArea .nameSet .name, #header .menuBase .base .statusArea .nameSet .favNum {
  display: table-cell;
  vertical-align: middle;
}
#header .menuBase .base .statusArea .nameSet .name {
  padding: 10px 0;
  letter-spacing: 0.15em;
  color: #fff;
}
#header .menuBase .base .statusArea .nameSet .name .sei, #header .menuBase .base .statusArea .nameSet .name .mei {
  font-size: 18px;
  letter-spacing: 0.15em;
}
#header .menuBase .base .statusArea .nameSet .name .mei {
  margin-left: 2px;
}
#header .menuBase .base .statusArea .nameSet .name .holder {
  margin-left: 2px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
#header .menuBase .base .statusArea .nameSet .favNum {
  width: 1%;
  white-space: nowrap;
  padding: 10px 0;
}
#header .menuBase .base .statusArea .nameSet .favNum .data {
  overflow: hidden;
  position: relative;
  padding: 0 10px 0 45px;
  display: inline-block;
  height: 26px;
  line-height: 28px;
  background-color: #fff;
  font-size: 13px;
  color: #333;
  letter-spacing: 0.05em;
}
#header .menuBase .base .statusArea .nameSet .favNum .data:before {
  background: linear-gradient(to right, rgba(153, 204, 119, 0.9), rgba(119, 204, 102, 0.9));
  background-color: #77cc66;
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  position: absolute;
  left: -5px;
  top: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 26px;
}
#header .menuBase .base .statusArea .nameSet .favNum .data:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  background: url(../../imageFile/user_sp/favStar_white.svg) center right no-repeat;
  background-size: auto 16px;
}
#header .menuBase .base .statusArea .nameSet .favNum .data em {
  position: relative;
  top: 1px;
  margin-left: 5px;
  font-size: 18px;
  font-weight: normal;
  font-family: "robocon";
  color: #7c6;
}
#header .menuBase .base .statusArea .nameSet .favNum.favNum--less .data {
  background-color: #fdd;
}
#header .menuBase .base .statusArea .nameSet .favNum.favNum--less .data em {
  color: #f44;
}
#header .menuBase .base .statusArea .nameSet .favNum.favNum--less .hintNav {
  margin-top: 3px;
  font-size: 11px;
  color: #fdd;
  text-align: right;
}
#header .menuBase .base .statusArea .levelArea .graphSet {
  position: relative;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
#header .menuBase .base .statusArea .levelArea .graphSet .item {
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  position: absolute;
  left: -5px;
  top: 0;
  padding: 0 5px 0 13px;
  background-color: rgba(255, 255, 255, 0.7);
}
#header .menuBase .base .statusArea .levelArea .graphSet .item .txt {
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-family: "robocon";
  color: #78b;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0.3em;
}
#header .menuBase .base .statusArea .levelArea .graphSet .cellBase {
  display: table;
  width: 100%;
  padding: 0 50px;
}
#header .menuBase .base .statusArea .levelArea .graphSet .levelSide, #header .menuBase .base .statusArea .levelArea .graphSet .doneSide {
  display: table-cell;
  vertical-align: bottom;
}
#header .menuBase .base .statusArea .levelArea .graphSet .levelSide {
  width: 115px;
  padding: 0;
  text-align: center;
}
#header .menuBase .base .statusArea .levelArea .graphSet .levelSide .graphBase {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
}
#header .menuBase .base .statusArea .levelArea .graphSet .levelSide .graphBase .numSet {
  position: absolute;
  left: 0;
  top: 35px;
  width: 120px;
  text-align: center;
  text-align: center;
}
#header .menuBase .base .statusArea .levelArea .graphSet .levelSide .graphBase .numSet .label, #header .menuBase .base .statusArea .levelArea .graphSet .levelSide .graphBase .numSet .num {
  font-family: "robocon";
  color: #fff;
}
#header .menuBase .base .statusArea .levelArea .graphSet .levelSide .graphBase .numSet .label {
  display: inline-block;
  padding-left: 0.2em;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}
#header .menuBase .base .statusArea .levelArea .graphSet .levelSide .graphBase .numSet .num {
  font-size: 34px;
}
#header .menuBase .base .statusArea .levelArea .graphSet .doneSide {
  padding: 0 0 0 20px;
}
#header .menuBase .base .statusArea .levelArea .graphSet .doneSide .done {
  display: table;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .menuBase .base .statusArea .levelArea .graphSet .doneSide .done .label, #header .menuBase .base .statusArea .levelArea .graphSet .doneSide .done .num {
  display: table-cell;
  padding: 15px 10px 10px;
  color: #fff;
  vertical-align: middle;
}
#header .menuBase .base .statusArea .levelArea .graphSet .doneSide .done .label {
  width: 1%;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.25;
}
#header .menuBase .base .statusArea .levelArea .graphSet .doneSide .done .num {
  text-align: right;
  font-size: 22px;
  font-family: "robocon";
}
#header .menuBase .base .statusArea .levelArea .hintSet {
  margin-top: 20px;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setTitle {
  height: 30px;
  line-height: 30px;
  padding-left: 0.1em;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList {
  text-align: left;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a {
  position: relative;
  display: block;
  padding: 17px 25px 15px 15px;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-size: 14px;
  color: #fff;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a em {
  margin: 0 2px;
  font-family: "robocon";
  font-weight: normal;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a .main {
  font-size: 13px;
  color: #fff;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a .main em {
  font-size: 15px;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a .sub {
  font-size: 12px;
  color: #ddd;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a .sub em {
  font-size: 13px;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a .sub:before {
  content: "（";
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a .sub:after {
  content: "）";
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task a:hover {
  opacity: 0.8;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task.task--noLink a {
  padding-right: 8px;
}
#header .menuBase .base .statusArea .levelArea .hintSet .setContent .taskList .task.task--noLink a:after {
  display: none;
}
#header .menuBase .base .statusArea .levelArea .hintSet.hintSet--less .setTitle {
  animation-name: an_favLessHint;
  -webkit-animation-name: an_favLessHint;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
@keyframes an_favLessHint {
  0% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
#header .menuBase .base .menuArea {
  position: relative;
  display: table;
  z-index: 2;
  text-align: left;
}
#header .menuBase .base .menuArea .leftContents, #header .menuBase .base .menuArea .rightContents {
  padding-top: 30px;
  display: table-cell;
  vertical-align: top;
}
#header .menuBase .base .menuArea .leftContents {
  padding-right: 30px;
}
#header .menuBase .base .menuArea .rightContents {
  position: relative;
  width: 250px;
  padding-left: 30px;
}
#header .menuBase .base .menuArea .rightContents:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #eaeaea;
  top: 30px;
  bottom: 0;
  left: 0px;
}
#header .menuBase .base .menuArea .navtitle {
  padding-left: 3px;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "robocon";
  color: #aaa;
  letter-spacing: 0.2em;
}
#header .menuBase .base .menuArea .specialList .special {
  position: relative;
  border: 1px solid #eaeaea;
  box-shadow: 0 5px 20px -8px shade(rgba(0, 0, 0, 0.2), 10%);
}
#header .menuBase .base .menuArea .specialList .special + .special {
  margin-top: 15px;
}
#header .menuBase .base .menuArea .specialList .special:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #78b;
}
#header .menuBase .base .menuArea .specialList .special .article {
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
  background-color: #fff;
  min-height: 70px;
}
#header .menuBase .base .menuArea .specialList .special .article .imgCell, #header .menuBase .base .menuArea .specialList .special .article .contentCell {
  display: table-cell;
  vertical-align: middle;
}
#header .menuBase .base .menuArea .specialList .special .article .imgCell {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  position: relative;
  width: 20%;
  background: center no-repeat;
  background-size: cover;
  overflow: hidden;
}
#header .menuBase .base .menuArea .specialList .special .article .imgCell .typeIcon {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 2;
  width: 85px;
  height: 20px;
  padding-left: 5px;
  font-family: "robocon";
  text-align: center;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
}
#header .menuBase .base .menuArea .specialList .special .article .imgCell .typeIcon .text {
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  display: inline-block;
  line-height: 21px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.2em;
}
#header .menuBase .base .menuArea .specialList .special .article .contentCell {
  position: relative;
  padding: 15px 30px 15px 15px;
}
#header .menuBase .base .menuArea .specialList .special .article .contentCell:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  z-index: 2;
  color: #78b;
}
#header .menuBase .base .menuArea .specialList .special .article .contentCell:before {
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
#header .menuBase .base .menuArea .specialList .special .article .contentCell .mini, #header .menuBase .base .menuArea .specialList .special .article .contentCell .catch {
  position: relative;
  color: #333;
  z-index: 2;
}
#header .menuBase .base .menuArea .specialList .special .article .contentCell .mini {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#header .menuBase .base .menuArea .specialList .special .article .contentCell .catch {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
#header .menuBase .base .menuArea .specialList .special .article:hover .imgCell {
  opacity: 0.8;
}
#header .menuBase .base .menuArea .specialList .special .article:hover .contentCell .catch {
  color: #78b;
}
#header .menuBase .base .menuArea .linkList {
  padding: 0;
}
#header .menuBase .base .menuArea .linkList .link + .link {
  margin-top: 12px;
}
#header .menuBase .base .menuArea .linkList .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 15px 10px 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  color: #333;
  letter-spacing: 0.2em;
}
@media all and (-ms-high-contrast: none) {
  #header .menuBase .base .menuArea .linkList .link a {
    padding-top: 2px;
  }
}
#header .menuBase .base .menuArea .linkList .link a .en {
  font-size: 14px;
  font-family: "robocon";
  font-weight: normal;
}
#header .menuBase .base .menuArea .linkList .link a .num {
  position: relative;
  top: -3px;
  margin-left: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  letter-spacing: 0em;
  background-color: #f77;
  font-family: "robocon";
  font-size: 13px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
}
#header .menuBase .base .menuArea .linkList .link a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-size: 14px;
  color: #ccc;
}
#header .menuBase .base .menuArea .linkList .link a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #78b;
  text-align: center;
}
#header .menuBase .base .menuArea .linkList .link a:hover {
  color: #78b;
}
#header .menuBase .base .menuArea .linkList .link.link--home a:before {
  content: "";
}
#header .menuBase .base .menuArea .linkList .link.link--special a:before {
  content: "";
  left: 7px;
  font-size: 17px;
}
#header .menuBase .base .menuArea .linkList .link.link--resume a:before {
  content: "";
}
#header .menuBase .base .menuArea .linkList .link.link--setting a:before {
  content: "";
}
#header .menuBase .base .menuArea .linkList .link.link--help a:before {
  content: "";
}
#header .menuBase .base .menuArea .linkList .link.link--inquiry a:before {
  content: "";
}
#header .menuBase .base .menuArea .linkList .link.link--logout a:before {
  content: "";
}
#header .menuBase .base .menuArea .linkList .link.link--qa a:before {
  content: "";
  position: absolute;
  left: 5px;
  background: url("../../imageFile/user_sp/icon_qa.svg") center no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
}
#header .menuBase .base .menuArea .linkList .link.link--concept a:before {
  content: "";
  position: absolute;
  left: 5px;
  background: url("../../imageFile/user_sp/icon_concept.svg") center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
#header .menuBase .base .menuArea .linkList .link.link--talentanalytics a:before {
  content: "";
  background: url("../../imageFile/user_pc/global/icon_talentanalytics.svg");
  width: 20px;
  height: 20px;
}
#header .menuBase .base.base--login {
  padding-bottom: 150px;
  background: url(../../imageFile/user_pc/global/bg_menu.png) no-repeat center 0px;
}
#header .menuBase .base.base--login:after {
  display: none;
}
#header .menuBase .base.base--login .rightContents:before {
  display: none;
}
#header .menuBase .base.base--login .touchCloseArea {
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 200px;
  background-color: transparent;
  z-index: 1;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
}
#header .menuBase .base.base--logout .leftContents, #header .menuBase .base.base--logout .rightContents {
  width: 50%;
}
#header .menuBase .base.base--logout .linkList {
  display: table-cell;
}
#header .menuBase .base.base--logout .linkList .link {
  width: 190px;
}
#header .menuBase .base.base--logout .linkList .link a {
  padding-left: 15px;
}
#header .menuBase .base.base--logout .linkList .link a:before {
  content: none;
}
#header .menuBase .base.base--logout .linkList + .linkList {
  padding-left: 30px;
}
#header .menuBase .base.base--logout .linkList + .linkList .link {
  width: 220px;
}

/* ------------ Page Title ------------ */
#pageTitle {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
}
#pageTitle .title {
  position: relative;
  width: 939px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  height: 60px;
  line-height: 60px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#pageTitle .title.title--wide {
  height: 80px;
  line-height: 80px;
}

/* ------------ Form ------------ */
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=search],
input[type=date],
input[type=number],
select,
textarea {
  font-size: 16px;
  height: 50px;
  padding: 0 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-image: none;
  border-radius: 2px;
  font-family: inherit;
  line-height: normal;
}

/* Placeholdeの文字色指定 */
:placeholder-shown,
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
  color: #aaa;
}

input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=text]:disabled,
input[type=date]:disabled,
input[type=number]:disabled,
textarea:disabled {
  background: #ededed !important;
}

label:hover {
  cursor: pointer;
}

input[type=radio] {
  position: relative;
  top: -1px;
  margin-right: 5px;
  vertical-align: middle;
}

textarea {
  width: 100%;
  height: 160px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

button {
  border: none;
  font-family: inherit;
}

/* Select */
select {
  cursor: pointer;
  position: relative;
  height: 50px;
  padding: 0 35px 0 10px;
  background: url(../../imageFile/user_pc/global/selectArrow.svg) center right no-repeat;
  background-size: 20px;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
}
select.select--default {
  color: #bbb;
}
select.select--default option {
  color: #333;
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}

select > option {
  background: #fff;
}

select:disabled {
  background: #f3f3f3;
  cursor: default;
}

/* Checkbox */
input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
}

input[type=checkbox] + label:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  margin-top: -10px;
  color: #d6d6d6;
}

input[type=checkbox]:checked + label:after {
  color: #f6a2a0;
}

/* Radio */
input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  /* display: inline-block; */
  padding-left: 25px;
}

input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
}

input[type=radio] + label:after {
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  z-index: 3;
}

input[type=radio]:checked + label {
  background-color: #f6a2a0;
  color: #fff;
}

input[type=radio]:checked + label:before {
  border-color: #fff;
}

input[type=radio]:checked + label:after {
  background-color: #f6a2a0;
  border-color: #f6a2a0;
  color: #fff;
}

/* Error */
.md_errorCopy {
  margin-bottom: 15px;
  padding: 20px 20px 15px;
  background-color: #fee;
}
.md_errorCopy .errorCatch {
  font-size: 14px;
  font-weight: bold;
  color: #f44;
  letter-spacing: 0.1em;
}
.md_errorCopy .errorCatch:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  top: -1px;
  margin-right: 2px;
  font-size: 18px;
}
.md_errorCopy .errorReason {
  margin-top: 10px;
}
.md_errorCopy .errorReason .reason {
  font-size: 13px;
  padding-left: 20px;
  line-height: 1.2;
  text-indent: -10px;
}
.md_errorCopy .errorReason .reason:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  top: -1px;
  margin: 0px 5px 0 2px;
  color: #f44;
}
.md_errorCopy .errorReason .reason + .reason {
  margin-top: 5px;
}

.md_errorInput {
  background-color: #fdd !important;
  border-color: #f44 !important;
}

.md_realError {
  margin-top: 8px;
  padding: 0 5px;
  font-size: 13px;
  color: #f44;
}
.md_realError:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: relative;
  top: -1px;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 15px;
}

/* ------------ Button ------------ */
.md_btn {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  display: inline-block;
  position: relative;
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.md_btn:hover {
  top: -1px;
  color: #fff;
  background-color: white;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.md_btn:active {
  top: 2px;
  box-shadow: none;
}
.md_btn.md_btn--min {
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.md_btn.md_btn--fav {
  background: linear-gradient(to right, rgba(153, 204, 119, 0.9), rgba(119, 204, 102, 0.9));
  background-color: #77cc66;
}
.md_btn.md_btn--fav:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  top: -3px;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.md_btn.md_btn--fav:hover {
  background-color: white;
}
.md_btn.md_btn--entry {
  background: linear-gradient(to right, rgba(248, 166, 127, 0.9), rgba(244, 159, 190, 0.9));
  background-color: #f8a67f;
}
.md_btn.md_btn--entry:hover {
  background-color: white;
}
.md_btn.md_btn--submit {
  background: linear-gradient(to right, rgba(248, 166, 127, 0.9), rgba(244, 159, 190, 0.9));
  background-color: #f8a67f;
}
.md_btn.md_btn--submit:hover {
  background-color: white;
}
.md_btn.md_btn--sub {
  background: #fafafa;
  color: #78b;
}
.md_btn.md_btn--sub:hover {
  background: #fdfdfd;
}
.md_btn.md_btn--followOFF {
  background: linear-gradient(to right, rgba(108, 191, 219, 0.9), rgba(117, 151, 213, 0.9));
  background-color: #6cbfdb;
}
.md_btn.md_btn--followOFF:hover {
  background-color: white;
}
.md_btn.md_btn--followON {
  background: inherit;
  color: #7597d5;
  border: 1px solid #7597d5;
  box-shadow: none;
  box-sizing: border-box;
}
.md_btn.md_btn--followON:hover {
  background-color: white;
}
.md_btn.js_disable {
  background: #bbb !important;
  color: #fff !important;
  box-shadow: none !important;
}
.md_btn.js_disable:hover, .md_btn.js_disable:active {
  top: 0;
  transition: none !important;
  box-shadow: none !important;
}

/*Next Load*/
.md_nextLoadBtn {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  font-size: 16px;
  display: block;
  position: relative;
  margin-top: 30px;
  padding: 20px 0 15px;
  background-color: #fafafa;
  color: #333;
  text-align: center;
  letter-spacing: 0.2em;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.md_nextLoadBtn:hover {
  top: -1px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  color: #78b;
}
.md_nextLoadBtn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  display: block;
  margin-top: 8px;
  font-size: 20px;
}
.md_nextLoadBtn:active {
  box-shadow: none;
}

/* ------------ Skew Tab ------------ */
.md_skewTab {
  display: flex;
  display: -webkit-flex;
}
.md_skewTab .tab {
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  position: relative;
  padding: 20px 0 25px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  vertical-align: middle;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.md_skewTab .tab + .tab {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.md_skewTab .tab .tabBase {
  transform: skewY(3.5deg);
  -webkit-transform: skewY(3.5deg);
  -ms-transform: skewY(3.5deg);
  position: relative;
  display: block;
}
.md_skewTab .tab .tabBase .text {
  position: relative;
  font-weight: bold;
}
.md_skewTab .tab .num {
  transform: skewY(3.5deg);
  -webkit-transform: skewY(3.5deg);
  -ms-transform: skewY(3.5deg);
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #f77;
  font-family: "robocon";
  font-size: 12px;
  color: #fff;
  border-radius: 100%;
  letter-spacing: 0;
}
.md_skewTab .tab.tab--active {
  background-color: #f0f0f0;
  border-left: none;
  z-index: 3;
}
.md_skewTab .tab.tab--active + .tab {
  border-left: none;
}
.md_skewTab .tab.tab--active .text {
  font-weight: bold;
  color: #78b !important;
}
.md_skewTab .tab.tab--active:hover {
  background-color: #f0f0f0;
}
.md_skewTab .tab:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* ------------ Select Tab ------------ */
.md_selectTab {
  display: flex;
  display: -webkit-flex;
}
.md_selectTab .tab {
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  width: 50%;
  height: 42px;
  text-align: center;
  background-color: #fafafa;
  letter-spacing: 0.15em;
}
.md_selectTab .tab + .tab {
  border-left: 1px solid #eaeaea;
}
.md_selectTab .tab .text {
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  display: inline-block;
  line-height: 42px;
  font-size: 14px;
  color: #666;
}
.md_selectTab .tab:hover {
  background: #fff;
  transition: background 0.15s ease-in-out 0s;
  -moz-transition: background 0.15s ease-in-out 0s;
  -webkit-transition: background 0.15s ease-in-out 0s;
}
.md_selectTab .tab.tab--active {
  background: linear-gradient(to right, rgba(156, 161, 200, 0.9), rgba(136, 166, 197, 0.9));
  background-color: #9ca1c8;
  border-left: none;
  color: #fff;
}
.md_selectTab .tab.tab--active + .tab {
  border-left: none;
}
.md_selectTab .tab.tab--active .text {
  font-weight: bold;
  color: #fff;
}
.md_selectTab .tab .num {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #eee;
  font-size: 10px;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  color: #333;
}
.md_selectTab.md_selectTab--tab2 .tab {
  width: 240px;
}
.md_selectTab.md_selectTab--tab3 .tab {
  width: 170px;
}
.md_selectTab.md_selectTab--tab4 .tab {
  width: 25%;
  font-size: 11px;
}
.md_selectTab.md_selectTab--tab5 .tab {
  width: 20%;
}

/* ------------ Pagination ------------ */
.md_pagination {
  margin-top: 40px;
  text-align: center;
}
.md_pagination .btnList {
  display: inline-block;
  vertical-align: middle;
}
.md_pagination .btnList .btn {
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  position: relative;
  display: inline-block;
  background: #fbfbfb;
  width: 44px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #78b;
  text-align: center;
  vertical-align: middle;
  font-family: "robocon";
  font-weight: normal;
  cursor: pointer;
}
.md_pagination .btnList .btn .text {
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  display: inline-block;
  font-size: 15px;
}
.md_pagination .btnList .btn + .btn {
  border-left: 1px solid #f0f0f0;
}
.md_pagination .btnList .btn + .btn.now {
  border-left: none;
}
.md_pagination .btnList .btn.now {
  background: linear-gradient(to right, rgba(156, 161, 200, 0.9), rgba(136, 166, 197, 0.9));
  background-color: #9ca1c8;
  color: #fff;
  cursor: default;
}
.md_pagination .btnList a.btn:hover {
  background: #fff;
}
.md_pagination .btnList .btn.prev,
.md_pagination .btnList .btn.next {
  width: 60px;
  padding: 0 8px;
  font-family: inherit;
}

/* ------------ No Result ------------ */
.md_noResult {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 20px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  text-align: center;
  color: #888;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

/* ------------ Back Link ------------ */
#md_backLink {
  margin-top: 50px;
  text-align: center;
}
#md_backLink a {
  font-size: 15px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  letter-spacing: 0.1em;
}
#md_backLink a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  font-size: 10px;
  margin-right: 5px;
  color: #555;
}
#md_backLink a:hover {
  color: #78b;
}
#md_backLink a + a {
  margin-left: 50px;
}
#md_backLink a + a:before {
  display: none;
}
#md_backLink a + a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  font-size: 10px;
  margin-left: 5px;
  color: #555;
}

/* ------------ Modal ------------ */
.md_modal {
  position: relative;
  display: none;
  z-index: 9990;
}
.md_modal.show {
  display: block;
}
.md_modal.show--fadeIn {
  animation-name: modal_fadeIn;
  -webkit-animation-name: modal_fadeIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
.md_modal .bgLayer {
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
}
.md_modal .modalBase {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -200px;
  display: inline-block;
  width: 800px;
  z-index: 9999;
}
.md_modal .modalBase .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.md_modal .modalBase .closeBtn:before, .md_modal .modalBase .closeBtn:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #aaa;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
.md_modal .modalBase .closeBtn:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.md_modal .modalBase .closeBtn:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.md_modal .modalBase .closeBtn:hover {
  background: rgba(0, 0, 0, 0.08);
}
.md_modal .modalBase .modalTitle {
  position: relative;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px 3px 0 0;
  letter-spacing: 0.2em;
}
.md_modal .modalBase .modalTitle + .modalContent {
  border-radius: 0 0 3px 3px;
}
.md_modal .modalBase .modalTitle .closeBtn {
  top: 50%;
  margin-top: -25px;
}
.md_modal .modalBase .modalTitle .closeBtn:after, .md_modal .modalBase .modalTitle .closeBtn:before {
  background-color: #fff;
}
.md_modal .modalBase .modalContent {
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
}

/* Animation */
@keyframes modal_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Fav Logout */
.modal_logoutFav .modalBase .modalContent {
  text-align: center;
}
.modal_logoutFav .modalBase .modalContent .catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.modal_logoutFav .modalBase .modalContent .catch em {
  margin-right: 5px;
  color: #78b;
}
.modal_logoutFav .modalBase .modalContent .button {
  margin-top: 20px;
}
.modal_logoutFav .modalBase .modalContent .button .md_btn {
  width: 280px;
}
.modal_logoutFav .modalBase .modalContent .button .md_btn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
.modal_logoutFav .modalBase .modalContent .login {
  margin-top: 20px;
}
.modal_logoutFav .modalBase .modalContent .login a {
  font-size: 15px;
}

/* Fav Resume Less */
.modal_favResumeLess .modalBase .modalContent {
  text-align: center;
}
.modal_favResumeLess .modalBase .modalContent .catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.modal_favResumeLess .modalBase .modalContent .catch em {
  margin-right: 5px;
  color: #78b;
}
.modal_favResumeLess .modalBase .modalContent .button {
  margin-top: 20px;
}
.modal_favResumeLess .modalBase .modalContent .button .md_btn {
  width: 280px;
}
.modal_favResumeLess .modalBase .modalContent .button .md_btn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
.modal_favResumeLess .modalBase .modalContent .login {
  margin-top: 15px;
}
.modal_favResumeLess .modalBase .modalContent .login a {
  font-size: 15px;
}

/* Fav Less */
.modal_favLess .modalBase .modalContent {
  text-align: center;
}
.modal_favLess .modalBase .modalContent .catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.modal_favLess .modalBase .modalContent .copy {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 10px;
  line-height: 1.4;
}
.modal_favLess .modalBase .modalContent .taskList {
  margin-top: 20px;
  text-align: left;
}
.modal_favLess .modalBase .modalContent .taskList .task + .task {
  margin-top: 10px;
}
.modal_favLess .modalBase .modalContent .taskList .task a {
  display: block;
  border: 1px solid #eee;
  letter-spacing: 0;
}
.modal_favLess .modalBase .modalContent .taskList .task a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
.modal_favLess .modalBase .modalContent .taskList .task a em {
  margin: 0 2px;
  font-family: "robocon";
  font-weight: normal;
}
.modal_favLess .modalBase .modalContent .taskList .task a .main {
  font-size: 15px;
}
.modal_favLess .modalBase .modalContent .taskList .task a .main em {
  font-size: 17px;
}
.modal_favLess .modalBase .modalContent .taskList .task a .sub {
  font-size: 13px;
  color: #666;
}
.modal_favLess .modalBase .modalContent .taskList .task a .sub em {
  font-size: 14px;
}
.modal_favLess .modalBase .modalContent .taskList .task a .sub:before {
  content: "（";
}
.modal_favLess .modalBase .modalContent .taskList .task a .sub:after {
  content: "）";
}

/* Fav Less */
.modal_companyId {
  display: none;
}
.modal_companyId .modalBase {
  top: 50%;
}
.modal_companyId .modalBase .closeBtn {
  top: -50px;
  right: -12px;
}
.modal_companyId .modalBase .closeBtn:before {
  background-color: #ddd;
}
.modal_companyId .modalBase .closeBtn:after {
  background-color: #ddd;
}
.modal_companyId .modalBase .modalContent {
  text-align: center;
}
.modal_companyId .modalBase .modalContent .catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.modal_companyId .modalBase .modalContent .catch em {
  color: #78b;
}
.modal_companyId .modalBase .modalContent .copy {
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}
.modal_companyId .modalBase .modalContent .button {
  margin-top: 20px;
}
.modal_companyId .modalBase .modalContent .button .md_btn {
  height: 44px;
  line-height: 44px;
}

/* Notification */
.modal_notification .modalBase .modalContent {
  padding: 5px;
}
.modal_notification .modalBase .modalContent .notiList .noti + .noti {
  border-top: 1px solid #eaeaea;
}
.modal_notification .modalBase .modalContent .notiList .noti a {
  position: relative;
  display: block;
  padding: 18px 25px 18px 10px;
  font-size: 14px;
  color: #333;
}
.modal_notification .modalBase .modalContent .notiList .noti a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #78b;
}
.modal_notification .modalBase .modalContent .notiList .noti a em {
  font-size: 15px;
}
.modal_notification .modalBase .modalContent .notiList .noti a em.judge {
  margin: 0 2px;
}
.modal_notification .modalBase .modalContent .notiList .noti a em.num {
  margin: 0 4px;
  font-size: 18px;
  font-weight: normal;
  font-family: "robocon";
  color: #78b;
}
.modal_notification .modalBase .modalContent .notiList .noti.noti--judgeLarge a, .modal_notification .modalBase .modalContent .notiList .noti.noti--judgeMedium a {
  position: relative;
  padding-left: 28px;
}
.modal_notification .modalBase .modalContent .notiList .noti.noti--judgeLarge a:before, .modal_notification .modalBase .modalContent .notiList .noti.noti--judgeMedium a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -9px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
}
.modal_notification .modalBase .modalContent .notiList .noti.noti--judgeLarge a:before {
  background-color: #f8a67f;
  background: linear-gradient(to right, #f8a67f 0%, #f49fbe 100%);
  content: "";
  font-size: 14px;
}
.modal_notification .modalBase .modalContent .notiList .noti.noti--judgeLarge a .judge {
  color: #f6a39f;
}
.modal_notification .modalBase .modalContent .notiList .noti.noti--judgeMedium a:before {
  background-color: #f6be97;
  background: linear-gradient(to right, #f7c78e 0%, #f5b4a1 100%);
  content: "";
}
.modal_notification .modalBase .modalContent .notiList .noti.noti--judgeMedium a .judge {
  color: #f6c798;
}

/* Levelup */
.modal_levelup.show {
  animation-name: showLevelup;
  -webkit-animation-name: showLevelup;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
@keyframes showLevelup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal_levelup .modalBase {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 40px 15px 20px;
  text-align: center;
}
.modal_levelup .modalBase .catch {
  position: relative;
  font-size: 30px;
  font-family: "robocon";
  letter-spacing: 0.2em;
  color: #fff;
}
.modal_levelup .modalBase .catch span {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-iteration-count: finite;
  -webkit-animation-iteration-count: finite;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
.modal_levelup .modalBase .catch .w1 {
  animation-name: an_congratu_1;
  -webkit-animation-name: an_congratu_1;
  color: #b3afd9;
}
.modal_levelup .modalBase .catch .w2 {
  animation-name: an_congratu_2;
  -webkit-animation-name: an_congratu_2;
  color: #b2afd9;
}
.modal_levelup .modalBase .catch .w3 {
  animation-name: an_congratu_3;
  -webkit-animation-name: an_congratu_3;
  color: #b0b0d8;
}
.modal_levelup .modalBase .catch .w4 {
  animation-name: an_congratu_4;
  -webkit-animation-name: an_congratu_4;
  color: #adb0d8;
}
.modal_levelup .modalBase .catch .w5 {
  animation-name: an_congratu_5;
  -webkit-animation-name: an_congratu_5;
  color: #abb1d8;
}
.modal_levelup .modalBase .catch .w6 {
  animation-name: an_congratu_6;
  -webkit-animation-name: an_congratu_6;
  color: #a8b1d7;
}
.modal_levelup .modalBase .catch .w7 {
  animation-name: an_congratu_7;
  -webkit-animation-name: an_congratu_7;
  color: #a5b2d7;
}
.modal_levelup .modalBase .catch .w8 {
  animation-name: an_congratu_8;
  -webkit-animation-name: an_congratu_8;
  color: #a2b3d6;
}
.modal_levelup .modalBase .catch .w9 {
  animation-name: an_congratu_9;
  -webkit-animation-name: an_congratu_9;
  color: #9fb3d6;
}
.modal_levelup .modalBase .catch .w10 {
  animation-name: an_congratu_10;
  -webkit-animation-name: an_congratu_10;
  color: #9ab5d5;
}
.modal_levelup .modalBase .catch .w11 {
  animation-name: an_congratu_11;
  -webkit-animation-name: an_congratu_11;
  color: #97b5d4;
}
.modal_levelup .modalBase .catch .w12 {
  animation-name: an_congratu_12;
  -webkit-animation-name: an_congratu_12;
  color: #96b6d4;
}
.modal_levelup .modalBase .catch .w13 {
  animation-name: an_congratu_13;
  -webkit-animation-name: an_congratu_13;
  color: #94b6d4;
}
.modal_levelup .modalBase .catch .w14 {
  animation-name: an_congratu_14;
  -webkit-animation-name: an_congratu_14;
  color: #92b7d3;
}
.modal_levelup .modalBase .catch .w15 {
  animation-name: an_congratu_15;
  -webkit-animation-name: an_congratu_15;
  color: #90b7d3;
}
@keyframes an_congratu_1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_4 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_5 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_6 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_7 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_8 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_9 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_10 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_11 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_12 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_13 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_14 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_congratu_15 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.modal_levelup .modalBase .achieve {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  animation-name: levelupIn_2;
  -webkit-animation-name: levelupIn_2;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
.modal_levelup .modalBase .achieve .what {
  font-size: 14px;
}
.modal_levelup .modalBase .content {
  position: relative;
  margin: 40px auto;
  width: 620px;
  animation-name: levelupIn_3;
  -webkit-animation-name: levelupIn_3;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
.modal_levelup .modalBase .content .levelupGraph .grapgCell {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 10px;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
}
.modal_levelup .modalBase .content .levelupGraph .grapgCell + .grapgCell {
  margin-top: 1px;
}
.modal_levelup .modalBase .content .levelupGraph .grapgCell .upTxt {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}
.modal_levelup .modalBase .content .levelupGraph .grapgCell .upTxt em {
  position: relative;
  top: 1px;
  margin: 0 4px 0 2px;
  font-size: 22px;
  font-weight: normal;
  font-family: "robocon";
  color: #fbd9d7;
}
.modal_levelup .modalBase .content .levelupGraph .grapgCell.graphCell--level .graphArea {
  position: relative;
  width: 70px;
  height: 50px;
}
.modal_levelup .modalBase .content .levelupGraph .grapgCell.graphCell--level .graphArea .num {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 15px;
  width: 70px;
  text-align: center;
  font-size: 20px;
  font-family: "robocon";
  color: #fff;
  text-align: center;
}
.modal_levelup .modalBase .content .levelupGraph .grapgCell.graphCell--fav .starArea {
  position: relative;
  width: 70px;
  height: 50px;
  background: url(../../imageFile/user_sp/favStar.svg) center 0 no-repeat;
  background-size: auto 50px;
}
.modal_levelup .modalBase .content .levelupGraph .grapgCell.graphCell--fav .starArea .num {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 22px;
  width: 70px;
  margin-left: -5px;
  font-size: 14px;
  font-family: "robocon";
  color: #fff;
  text-align: center;
}
.modal_levelup .modalBase .content .hintSet {
  margin-top: 20px;
}
.modal_levelup .modalBase .content .hintSet .setTitle {
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList {
  text-align: left;
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task a {
  position: relative;
  display: block;
  padding: 15px;
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-size: 12px;
  color: #fff;
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task a em {
  margin: 0 2px;
  font-family: "robocon";
  font-weight: normal;
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task a .main {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task a .main em {
  font-size: 17px;
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task a .sub {
  font-size: 13px;
  color: #888;
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task a .sub em {
  font-size: 14px;
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task a .sub:before {
  content: "（";
}
.modal_levelup .modalBase .content .hintSet .setContent .taskList .task a .sub:after {
  content: "）";
}
.modal_levelup .modalBase .content .levelupX {
  margin-top: 20px;
}
.modal_levelup .modalBase .content .levelupX a {
  height: 44px;
  line-height: 42px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
}
.modal_levelup .modalBase .content .levelupX a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  margin-right: 7px;
  font-size: 8px;
}

@keyframes levelupIn_2 {
  0% {
    opacity: 0;
    top: 5px;
  }
  40% {
    opacity: 0;
    top: 5px;
  }
  50% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes levelupIn_3 {
  0% {
    opacity: 0;
    top: 10px;
  }
  90% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* Modal Tutorial */
.modal_tutorial .bgLayer {
  background: rgba(255, 255, 255, 0.7);
}
.modal_tutorial .modalBase {
  top: 50%;
  width: 800px;
  margin: -295px 0 0 -400px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.modal_tutorial .modalBase .modalContent {
  position: relative;
  padding: 0;
  text-align: center;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
}
.modal_tutorial .modalBase .modalContent:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 70px;
  background: #000 url(../../imageFile/user_sp/tutorial/btn_bg.png) 0 0 no-repeat;
}
.modal_tutorial .modalBase .modalContent:after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  bottom: 110px;
  line-height: 0;
  border-bottom: 30px solid #fff;
  border-left: 800px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  z-index: 2;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea {
  height: 480px;
  position: relative;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData {
  position: relative;
  top: 160px;
  margin: 0 60px;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base {
  position: relative;
  display: table;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea {
  display: block;
  padding: 20px 35px 15px 25px;
  background-color: #fff;
  color: #333;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .name {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.35;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .dataSet {
  margin-top: 5px;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .dataSet .data {
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .dataSet .data:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  top: -1px;
  color: #78b;
  content: "";
  top: -1px;
  margin-right: 3px;
  font-size: 13px;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .fromSet {
  display: table;
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .fromSet .imgCell {
  display: table-cell;
  padding-top: 10px;
  vertical-align: middle;
  width: 45px;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .fromSet .imgCell .img {
  width: 45px;
  height: 45px;
  background: center no-repeat;
  background-size: 100% auto;
  border: 1px solid #eee;
  border-radius: 100%;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .fromSet .nameCell {
  display: table-cell;
  padding-top: 10px;
  vertical-align: middle;
  padding-left: 10px;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .fromSet .nameCell .company {
  font-size: 12px;
  margin-bottom: 2px;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .favData .base .linkArea .fromSet .nameCell .name {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .jobData {
  position: relative;
  top: 160px;
  margin: 0 60px;
  padding: 25px;
  background-color: #fff;
  text-align: left;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .jobData:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .jobData .jobName {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .jobData .company {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .jobData .company .imgCell {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .jobData .company .imgCell .img {
  background: center no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  border-radius: 100%;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .jobData .company .nameCell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .imgArea .jobData .company .nameCell .name {
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 0.1em;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .btnArea {
  position: relative;
  height: 110px;
  padding-top: 35px;
  background-color: #fff;
  z-index: 10;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .btnArea .tutorialBtn {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  font-size: 16px;
  letter-spacing: 0.2em;
  z-index: 2;
  color: #fff;
}
.modal_tutorial .modalBase .modalContent .panelList .panel .btnArea .tutorialBtn.tutorialBtn--signup {
  background: linear-gradient(to right, rgba(248, 166, 127, 0.9), rgba(244, 159, 190, 0.9));
  background-color: #f8a67f;
}
.modal_tutorial .modalBase .modalContent .bx-wrapper .bx-pager {
  bottom: 90px;
  z-index: 3;
}
.modal_tutorial .modalBase .modalContent .bx-wrapper .bx-pager .bx-pager-link {
  width: 25px;
  height: 2px;
  margin: 0 5px;
  background-color: #e6e6e6;
}
.modal_tutorial .modalBase .modalContent .bx-wrapper .bx-pager .bx-pager-link.active {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
}
.modal_tutorial .modalBase .modalContent .bx-wrapper .bx-controls-direction .bx-prev {
  display: none;
}
.modal_tutorial .modalBase .modalContent .bx-wrapper .bx-controls-direction .bx-next {
  right: auto;
  left: 50%;
  top: auto;
  bottom: 30px;
  margin: 0 0 0 -125px;
  width: 250px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #78b;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #78b;
  z-index: 5;
}
.modal_tutorial .modalBase .modalContent .bx-wrapper .bx-controls-direction .bx-next:before {
  display: none;
}
.modal_tutorial .modalBase .modalContent .bx-wrapper .bx-controls-direction .bx-next:after {
  content: "次へ";
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ------------ Recommend ------------ */
.md_recoArea {
  position: relative;
}
.md_recoArea .navCopy {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.3em;
  text-align: center;
  color: #78b;
}
.md_recoArea .jobList {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: -25px;
}
.md_recoArea .jobList .job {
  position: relative;
  width: calc((100% - 25px)/2);
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 0 5px 20px -8px shade(rgba(0, 0, 0, 0.2), 10%);
}
.md_recoArea .jobList .job .toDetail {
  display: block;
  padding: 30px 30px 75px;
}
.md_recoArea .jobList .job .toDetail .cellBase {
  overflow: hidden;
}
.md_recoArea .jobList .job .toDetail .cellBase .imgCell {
  float: right;
  width: 100px;
  margin: 0 0 15px 15px;
}
.md_recoArea .jobList .job .toDetail .cellBase .imgCell img {
  width: 100px;
  height: auto;
  padding-top: 5px;
}
.md_recoArea .jobList .job .toDetail .cellBase .nameCell .name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.45;
}
.md_recoArea .jobList .job .toDetail .cellBase .nameCell .company {
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  letter-spacing: 0.15em;
  line-height: 1.45;
}
.md_recoArea .jobList .job .toDetail .cellBase .nameCell .dataSet {
  margin-top: 10px;
}
.md_recoArea .jobList .job .toDetail .cellBase .nameCell .dataSet .data {
  margin-right: 15px;
  font-size: 13px;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.md_recoArea .jobList .job .toDetail .cellBase .nameCell .dataSet .data:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  top: -1px;
  vertical-align: middle;
  color: #78b;
}
.md_recoArea .jobList .job .toDetail .cellBase .nameCell .dataSet .data.data--income:before {
  content: "";
  top: -1px;
  margin-right: 3px;
}
.md_recoArea .jobList .job .toDetail .cellBase .nameCell .dataSet .data.data--area:before {
  content: "";
  margin-right: 2px;
  font-size: 13px;
}
.md_recoArea .jobList .job .toDetail .copy {
  font-size: 13px;
  margin-top: 10px;
  color: #333;
  line-height: 1.5;
}
.md_recoArea .jobList .job .btnSet {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
}
.md_recoArea .jobList .job .btnSet .btn {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.md_recoArea .jobList .job .btnSet .btn .md_btn {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  letter-spacing: 0.2em;
  box-shadow: none;
}
.md_recoArea .jobList .job .btnSet .btn .md_btn.md_btn--next {
  background: #fafafa;
  color: #78b;
}
.md_recoArea .jobList .job .btnSet .btn .md_btn.md_btn--next:hover {
  background: #fdfdfd;
}
.md_recoArea .jobList .job .btnSet .btn .md_btn.done {
  background-color: #aaa;
}
.md_recoArea .jobList .job .btnSet .btn .md_btn.done:after {
  content: "済";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: 6px;
  background-color: #fff;
  border-radius: 100%;
  font-size: 13px;
  color: #aaa;
}
.md_recoArea .jobList .job .btnSet .btn .md_btn:hover, .md_recoArea .jobList .job .btnSet .btn .md_btn:active {
  top: 0;
}
.md_recoArea .jobList .job .btnSet .btn.btn--fav {
  position: relative;
}
.md_recoArea .jobList .job .btnSet .btn.btn--fav .md_btn:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  top: -3px;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.md_recoArea .jobList .job .btnSet .btn.btn--fav .md_btn.md_btn--done {
  background: #bbb !important;
  color: #fff !important;
  box-shadow: none !important;
}
.md_recoArea .jobList .job .btnSet .btn.btn--fav .md_btn.md_btn--done:hover, .md_recoArea .jobList .job .btnSet .btn.btn--fav .md_btn.md_btn--done:active {
  top: 0;
  transition: none !important;
  box-shadow: none !important;
}
.md_recoArea .jobList .job .btnSet .btn.btn--fav .md_btn.md_btn--entryDone:before {
  content: "";
  top: -1px;
  font-size: 12px;
}
.md_recoArea .jobList .job .btnSet .btn.btn--fav .favTip {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 20px 0;
  text-align: center;
  background-color: #f3faf0;
  font-size: 14px;
  font-weight: bold;
  color: #7c6;
  letter-spacing: 0.15em;
  display: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.md_recoArea .jobList .job .btnSet .btn.btn--fav .favTip:before, .md_recoArea .jobList .job .btnSet .btn.btn--fav .favTip:after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
  line-height: 0;
  border-left: 7px solid transparent;
  border-top: 7px solid #f3faf0;
  border-right: 7px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
.md_recoArea .jobList.jobList--noSlide {
  display: block;
}
.md_recoArea .jobList.jobList--noSlide .job {
  position: relative;
  box-shadow: 0 15px 20px -10px shade(rgba(0, 0, 0, 0.2), 5%);
}
.md_recoArea .jobList.jobList--noSlide .job .btnSet .btn {
  width: 100%;
}
.md_recoArea .jobList.jobList--noSlide .job + .job {
  margin-top: 30px;
}
.md_recoArea .jobList.jobList--noSlide #favNavigation:after {
  left: 50%;
  margin-left: -12px;
}
.md_recoArea .jobList.jobList--noSlide #favNavigation + .job {
  margin-top: 30px;
}
.md_recoArea + .favDoneSet {
  padding: 40px 0;
  text-align: center;
  display: none;
  background: #f3f5f8;
}
.md_recoArea + .favDoneSet .doneCatch {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  color: #78b;
}
.md_recoArea + .favDoneSet .copy {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.7;
  word-break: normal;
  word-wrap: break-word;
}
.md_recoArea + .favDoneSet .copy a {
  margin: 0 3px;
  text-decoration: underline;
}
.md_recoArea + .favDoneSet + .catch {
  margin-top: 30px;
}

/* ------------ Conratulation ------------ */
.md_congratArea {
  padding: 15px 0 60px;
  background-color: #f0f0f0;
}
.md_congratArea .base {
  display: block;
  color: #333;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.md_congratArea .base .title {
  height: 30px;
  line-height: 32px;
  background-color: #ffdaad;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #854;
}
.md_congratArea .base .content .link {
  position: relative;
  display: table-cell;
  width: 50%;
  padding: 15px 30px 15px 20px;
  vertical-align: middle;
  background-color: #fff;
}
.md_congratArea .base .content .link:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #666;
}
.md_congratArea .base .content .link:hover {
  background: #fdfdfd;
}
.md_congratArea .base .content .link + .link {
  border-left: 1px solid #eaeaea;
}
.md_congratArea .base .content .link .logo, .md_congratArea .base .content .link .copy {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}
.md_congratArea .base .content .link .logo {
  width: 120px;
  padding-right: 20px;
  text-align: center;
}
.md_congratArea .base .content .link .logo img {
  width: 100px;
  height: auto;
}
.md_congratArea .base .content .link .copy {
  padding-left: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: #333;
}
.md_congratArea .base .content .link .copy em {
  margin: 0 3px;
}

/* ------------ Pankuzu ------------ */
#globalPankuzu {
  padding: 6px 0 7px;
  background: #fff;
  position: relative;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}
#globalPankuzu.pankuzu--signup {
  background-color: rgba(255, 255, 255, 0.3);
}
#globalPankuzu .pankuzuList {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
#globalPankuzu .pankuzuList .pankuzu {
  display: block;
  vertical-align: middle;
  float: left;
}
#globalPankuzu .pankuzuList .pankuzu + .pankuzu:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  display: inline-block;
  margin: 0 5px 0 7px;
  position: relative;
  top: 0;
  color: #888;
  font-size: 8px;
}
#globalPankuzu .pankuzuList .pankuzu a {
  font-size: 11px;
  color: #888;
}
#globalPankuzu .pankuzuList .pankuzu a:hover {
  color: #abe;
}
#globalPankuzu .pankuzuList .pankuzu .now {
  font-size: 11px;
  color: #444;
}
#globalPankuzu .about {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
#globalPankuzu .about .text {
  font-size: 11px;
  height: 12px;
  line-height: 12px;
  color: #000;
}

#seoTxtField {
  background: #fff;
}
#seoTxtField .seoTxtField {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
#seoTxtField .seoTxtField .text {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 10px;
  color: #aaa;
  z-index: 1;
}
#seoTxtField .seoTxtField--popup {
  width: 820px;
  margin: 0 auto;
  position: relative;
}
#seoTxtField .seoTxtField--popup .text {
  margin: -10px 0 10px;
  text-align: right;
  font-size: 10px;
  color: #888;
}

/* ------------ Sub Navigation Unit ------------ */
.globalSubNavigationUnit {
  clear: both;
  margin-top: 40px;
  padding: 30px 0 40px 0;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
}

#site_executive .globalSubNavigationUnit {
  background: transparent;
  border-top: none;
  box-shadow: none;
}

/* mini */
.globalSubNavigationUnitMini {
  margin-top: 15px;
}
.globalSubNavigationUnitMini .title .text {
  display: inline-block;
  padding-left: 7px;
  border-left: 4px solid #c5c2b9;
  font-size: 15px;
  font-weight: bold;
}
.globalSubNavigationUnitMini .contents {
  padding-top: 12px;
}
.globalSubNavigationUnitMini .contents .linkList .link + .link {
  margin-top: 5px;
}
.globalSubNavigationUnitMini .contents .linkList .link a {
  font-size: 11px;
  text-decoration: underline;
}
.globalSubNavigationUnitMini .contents .linkList .link .now {
  font-size: 11px;
  font-weight: bold;
}
.globalSubNavigationUnitMini .contents > .text {
  font-size: 11px;
}
.globalSubNavigationUnitMini .contents > .text + .text {
  margin-top: 12px;
}

/* Big */
.globalSubNavigationUnitBig {
  width: 980px;
  margin: 0 auto;
  padding: 15px;
  background: transparent;
}
.globalSubNavigationUnitBig .pageSet > .globalSubNavigationUnitBig {
  margin: 50px 20px 0;
}
.globalSubNavigationUnitBig + .globalSubNavigationUnitBig {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.globalSubNavigationUnitBig:first-child {
  border-top: none;
}
.globalSubNavigationUnitBig .unitBase {
  width: 950px;
  margin: 0 auto;
}
.globalSubNavigationUnitBig .title .text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.globalSubNavigationUnitBig .title + .contents {
  padding: 15px 5px 5px;
}
.globalSubNavigationUnitBig .contents {
  overflow: hidden;
}
.globalSubNavigationUnitBig .contents .linkList {
  font-size: 14px;
  padding: 0 15px;
  line-height: 1.4;
}
.globalSubNavigationUnitBig .contents .linkList .sep {
  margin: 0 3px;
  color: rgba(255, 255, 255, 0.5);
}
.globalSubNavigationUnitBig .contents .linkList .category {
  color: #fff;
}
.globalSubNavigationUnitBig .contents .linkList .category:after {
  position: relative;
  margin: 0 6px 0 8px;
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.globalSubNavigationUnitBig .contents .linkList a {
  color: #fff;
  font-size: 13px;
}
.globalSubNavigationUnitBig .contents .linkList a:hover {
  color: #fa2;
}
.globalSubNavigationUnitBig .contents .linkList .link a {
  font-size: 13px;
  text-decoration: underline;
}
.globalSubNavigationUnitBig .contents .linkList .link .now {
  font-size: 12px;
  font-weight: bold;
}
.globalSubNavigationUnitBig .contents .linkListVertical + .linkListVertical {
  margin-top: 10px;
  padding-top: 10px;
  background: url(../../imageFile/user_pc/global/line_dot_1px_bbb_pitch2.png) top left repeat-x;
}
.globalSubNavigationUnitBig .contents .linkListVertical .link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.globalSubNavigationUnitBig .contents .linkListHorizon {
  width: 43%;
  float: left;
}
.globalSubNavigationUnitBig .contents .linkListHorizon + .linkListHorizon {
  margin-left: 2%;
  padding-left: 2%;
  background: url(../../imageFile/user_pc/global/line_dot_1px_bbb_pitch2_vertical.png) left top repeat-y;
}
.globalSubNavigationUnitBig .contents .linkListHorizon .link + .link {
  margin-top: 5px;
}
.globalSubNavigationUnitBig .contents .linkTitle {
  position: relative;
  padding: 0 0 7px 15px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.globalSubNavigationUnitBig .contents .linkTitle:before {
  position: absolute;
  left: 2px;
  top: 0px;
  content: "";
  width: 2px;
  height: 14px;
  background: #fff;
}
.globalSubNavigationUnitBig .contents + .contents .linkTitle {
  margin-top: 20px;
}
.globalSubNavigationUnitBig .contents .textSet {
  position: relative;
}
.globalSubNavigationUnitBig .contents .textSet + .textSet {
  margin-top: 20px;
}
.globalSubNavigationUnitBig .contents .textSet .text {
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}
.globalSubNavigationUnitBig .contents .textSet .item {
  position: absolute;
  top: 0;
  left: 5px;
  font-weight: bold;
  color: #fff;
}
.globalSubNavigationUnitBig .contents .textSet .item + .text {
  padding-left: 2em;
}

/* ------------ To Page Top ------------ */
#md_PageTopLink {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 1000;
  display: none;
}
#md_PageTopLink:after {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  width: 50px;
  text-align: center;
  content: "";
  font-size: 40px;
  line-height: 50px;
  color: #78b;
}
#md_PageTopLink:hover:after {
  color: rgba(119, 136, 187, 0.6);
}

/* ------------ FooterSub ------------ */
#footerSub {
  padding: 30px 0;
  background: #fff;
  text-align: center;
}
#footerSub .linkArea {
  display: table;
}
#footerSub .logoCell, #footerSub .taglineCell, #footerSub .aboutLinkSet {
  display: table-cell;
}
#footerSub .logoCell {
  width: 190px;
  padding-left: 30px;
  text-align: left;
  vertical-align: middle;
}
#footerSub .logoCell .logo img {
  width: 135px;
}
#footerSub .taglineCell {
  text-align: left;
  vertical-align: middle;
}
#footerSub .taglineCell .tagline {
  font-size: 11.5px;
  position: relative;
  top: 0px;
  display: inline-block;
  color: #888;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
#footerSub .snsArea {
  position: relative;
  border-top: 1px solid #eaeaea;
  padding-top: 25px;
  margin-top: 40px;
}
#footerSub .snsArea .snsSet {
  display: flex;
  display: -webkit-flex;
  padding: 0 10px;
  flex-flow: row wrap;
  width: 650px;
  margin: 0 auto;
}
#footerSub .snsArea .snsSet .sns {
  width: calc((100%)/5);
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
}
#footerSub .snsArea .snsSet .sns a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  padding-top: 45px;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
}
#footerSub .snsArea .snsSet .sns a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 45px;
  line-height: 52px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
#footerSub .snsArea .snsSet .sns a .text {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
}
#footerSub .snsArea .snsSet .sns a .text .en {
  font-family: "robocon";
}
#footerSub .snsArea .snsSet .sns.sns--facebook a .text, #footerSub .snsArea .snsSet .sns.sns--facebook a:before {
  color: #3b5998;
}
#footerSub .snsArea .snsSet .sns.sns--facebook a:before {
  content: "";
  line-height: 54px;
}
#footerSub .snsArea .snsSet .sns.sns--messanger a .text, #footerSub .snsArea .snsSet .sns.sns--messanger a:before {
  color: #0084ff;
}
#footerSub .snsArea .snsSet .sns.sns--messanger a:before {
  content: "";
  left: -1px;
}
#footerSub .snsArea .snsSet .sns.sns--twitter a .text, #footerSub .snsArea .snsSet .sns.sns--twitter a:before {
  color: #55acee;
}
#footerSub .snsArea .snsSet .sns.sns--twitter a:before {
  content: "";
}
#footerSub .snsArea .snsSet .sns.sns--line a .text, #footerSub .snsArea .snsSet .sns.sns--line a:before {
  color: #00c300;
}
#footerSub .snsArea .snsSet .sns.sns--line a:before {
  content: "";
  left: -1px;
}
#footerSub .snsArea .snsSet .sns.sns--hatena a .text, #footerSub .snsArea .snsSet .sns.sns--hatena a:before {
  color: #00a4de;
}
#footerSub .snsArea .snsSet .sns.sns--hatena a:before {
  content: "";
  font-size: 20px;
}
#footerSub .snsArea .snsSet .sns:hover {
  opacity: 0.8;
}
#footerSub .aboutLinkSet {
  vertical-align: top;
}
#footerSub .aboutLinkSet .link {
  text-align: left;
}
#footerSub .aboutLinkSet .link + .link {
  margin-top: 5px;
}
#footerSub .aboutLinkSet .link a {
  font-size: 12px;
  color: #666;
}
#footerSub .aboutLinkSet .link a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  margin-right: 3px;
  font-size: 8px;
}
#footerSub .aboutLinkSet .link a:hover {
  color: #78b;
}
#footerSub.footerSub--ptn .snsArea {
  border: none;
  padding-top: 0;
  margin-top: 35px;
}
#footerSub.footerSub--ptn .snsArea .snsSet {
  width: 820px;
  padding: 0;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns a {
  width: 130px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns a:before {
  display: none;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns a .text {
  height: 60px;
  line-height: 60px;
  font-size: 11px;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns a .en {
  position: relative;
  display: inline-block;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns a .en:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-left: -5px;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns.sns--facebook a .en:before {
  content: "";
  line-height: 58px;
  color: #3b5998;
  margin-left: -15px;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns.sns--messanger a .en:before {
  content: "";
  left: -1px;
  color: #0084ff;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns.sns--twitter a .en:before {
  content: "";
  color: #55acee;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns.sns--line a .en:before {
  content: "";
  left: -1px;
  color: #00c300;
}
#footerSub.footerSub--ptn .snsArea .snsSet .sns.sns--hatena a .en:before {
  content: "";
  font-size: 20px;
  line-height: 58px;
  color: #00a4de;
}

/* ------------ Footer ------------ */
#footer {
  padding: 15px 0 140px;
  background: #fff;
  border-top: 1px solid #ddd;
  text-align: center;
}
#footer .base {
  text-align: center;
}
#footer .logo img {
  height: 46px;
  width: auto;
}
#footer .logo .copy {
  margin-top: 15px;
  padding-left: 0.2em;
  font-size: 9px;
  color: #888;
  line-height: 1.45;
  letter-spacing: 0.2em;
}
#footer .snsSet {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  margin-top: 5px;
}
#footer .snsSet .sns {
  width: calc((100%)/3);
  margin-top: 25px;
}
#footer .snsSet .sns a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#footer .snsSet .sns a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  color: #888;
}
#footer .snsSet .sns .text {
  margin-top: 2px;
  font-size: 12px;
  font-family: "robocon";
  color: #888;
}
#footer .snsSet .sns.sns--facebook a:before {
  content: "";
}
#footer .snsSet .sns.sns--messanger a:before {
  content: "";
  left: -1px;
}
#footer .snsSet .sns.sns--twitter a:before {
  content: "";
}
#footer .snsSet .sns.sns--line a:before {
  content: "";
  left: -1px;
}
#footer .snsSet .sns.sns--hatena a:before {
  content: "";
  font-size: 24px;
}
#footer .aboutLinkSet {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 15px;
}
#footer .aboutLinkSet .link {
  width: calc((100%)/2);
  margin-top: 15px;
  text-align: left;
}
#footer .aboutLinkSet .link a {
  font-size: 10px;
  color: #666;
}
#footer .aboutLinkSet .link a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  margin-right: 3px;
  font-size: 8px;
}
#footer .aboutLinkSet .link:last-of-type {
  width: 100%;
}
#footer .en {
  display: block;
  margin-top: 15px;
  clear: both;
  text-align: center;
}
#footer .en span {
  font-size: 10px;
  color: #666;
}
#footer .en .name {
  margin-right: 10px;
}
#footer .en .cw {
  font-family: Arial, Helvetica, sans-serif;
}
#footer .otherSiteLink {
  width: 940px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  text-align: center;
}
#footer .otherSiteLink .enSiteVertical {
  margin: 30px auto 0 auto;
  width: 870px;
  color: #555;
  text-align: left;
  font-size: 11px;
}
#footer .otherSiteLink .enSiteVertical .title {
  padding: 8px 10px;
  background: #f4f4f4;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  border: 1px solid #ddd;
}
#footer .otherSiteLink .enSiteVertical .list {
  overflow: hidden;
  width: 870px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#footer .otherSiteLink .enSiteVertical .list .toggle {
  float: left;
  width: 180px;
  margin-right: 10px;
  padding-left: 15px;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
}
#footer .otherSiteLink .enSiteVertical .list:hover {
  background: #ffe;
  cursor: pointer;
}
#footer .otherSiteLink .enSiteVertical .list .toggle a {
  color: #555;
}
#footer .otherSiteLink .enSiteVertical .list .toggle a:hover {
  color: #f90;
}
#footer .otherSiteLink .enSiteVertical .list .toggle span {
  font-size: 12px;
  padding-right: 19px;
  background: url(../../imageFile/user_pc/global/footer_toggleRight.gif) no-repeat right center;
  cursor: pointer;
}
#footer .otherSiteLink .enSiteVertical .list:hover div.toggle span {
  background: url(../../imageFile/user_pc/global/footer_toggleRightHover.gif) no-repeat right center;
  cursor: pointer;
}
#footer .otherSiteLink .enSiteVertical .list .toggle span.open {
  background: url(../../imageFile/user_pc/global/footer_toggleLeft.gif) no-repeat right center;
  cursor: pointer;
}
#footer .otherSiteLink .enSiteVertical .list:hover div.toggle span.open {
  background: url(../../imageFile/user_pc/global/footer_toggleLeftHover.gif) no-repeat right center;
  cursor: pointer;
}
#footer .otherSiteLink .enSiteVertical .list .listList {
  float: left;
  display: none;
  width: 660px;
  padding-left: 10px;
  border-left: 1px dotted #ccc;
  color: #aaa;
}
#footer .otherSiteLink .enSiteVertical .list .listList li {
  padding: 0 5px;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
#footer .otherSiteLink .enSiteVertical .list .listList li:hover {
  cursor: default;
}
#footer .otherSiteLink .enSiteVertical .list .listList li.last {
  border: none;
}
#footer .otherSiteLink .enSiteVertical .list .listList li a {
  color: #555;
  margin: 0 2px;
}
#footer .otherSiteLink .enSiteVertical .list .listList li a img {
  margin-right: 8px;
  vertical-align: middle;
}
#footer .otherSiteLink .enSiteVertical .list .listList a:hover {
  color: #f90;
}
#footer .otherSiteLink .enSiteVertical .list .listList li p.w {
  margin-left: 128px;
}
#footer .otherSiteLink .enSiteVertical .list .listList li .siteLinkArea {
  position: relative;
  padding: 18px 0 24px;
}
#footer .otherSiteLink .enSiteVertical .list .listList li .siteLinkArea .rightArea {
  position: absolute;
  top: 10px;
  left: 130px;
  vertical-align: middle;
}
#footer .otherSiteLink .enSiteVertical .list .listList li .siteLinkArea .rightArea .site {
  display: block;
  font-weight: bold;
  color: #555;
}
#footer .otherSiteLink .enSiteVertical .list .listList li .siteLinkArea .rightArea .siteSub {
  display: block;
  margin: 5px 0 0 2px;
  font-size: 10px;
  color: #555;
}
#footer .otherSiteLink .enSiteVertical .list .listList li .siteLinkArea .leftArea {
  position: absolute;
  top: 12px;
  left: 0;
  width: 130px;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li {
  padding: 0 5px 5px 5px;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li.last {
  border: none;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li a {
  color: #555;
  margin: 0 2px;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li a img {
  margin-right: 8px;
  vertical-align: middle;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany a:hover {
  color: #f90;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li p.w {
  margin-left: 128px;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea {
  position: relative;
  padding: 12px 0;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea .rightArea {
  position: absolute;
  top: 10px;
  left: 130px;
  vertical-align: middle;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea .rightArea .site {
  display: block;
  font-weight: bold;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea .rightArea .siteSub {
  display: block;
  margin: 2px 0 0 2px;
}
#footer .otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea .leftArea {
  position: absolute;
  top: 7px;
  left: 0;
  width: 130px;
}
#footer .copyrightArea .copyright {
  font-size: 13px;
  margin-top: 5px;
  color: #aaa;
  font-family: "robocon";
  font-weight: normal;
  letter-spacing: 0.05em;
}

/* ------------ Popup ------------ */
#popupHeader {
  position: relative;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
#popupHeader .wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}
#popupHeader .wrap .logo {
  position: relative;
  top: -2px;
}
#popupHeader .wrap .logo img {
  width: 120px;
  height: auto;
}
#popupHeader .wrap .closeLink {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#popupHeader .wrap .closeLink:before, #popupHeader .wrap .closeLink:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
#popupHeader .wrap .closeLink:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#popupHeader .wrap .closeLink:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#popupHeader .wrap .closeLink:hover {
  background: rgba(0, 0, 0, 0.08);
}

#container.container--popup {
  padding: 20px 0 60px;
}
#container.container--popup #popPageTitle {
  margin-bottom: 20px;
}
#container.container--popup #popPageTitle .title {
  padding: 0 5px 13px;
  border-bottom: 1px solid #d2d4eb;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #78b;
}

#popupFooter {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  padding: 20px 0 30px;
  text-align: center;
}
#popupFooter .copyright {
  font-size: 12px;
  color: #fff;
  font-family: "robocon";
  font-weight: normal;
  letter-spacing: 0.05em;
}

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

.icon-3d_rotation:before {
  content: "";
}

.icon-ac_unit:before {
  content: "";
}

.icon-alarm:before {
  content: "";
}

.icon-access_alarms:before {
  content: "";
}

.icon-schedule:before {
  content: "";
}

.icon-accessibility:before {
  content: "";
}

.icon-accessible:before {
  content: "";
}

.icon-account_balance:before {
  content: "";
}

.icon-account_balance_wallet:before {
  content: "";
}

.icon-account_box:before {
  content: "";
}

.icon-account_circle:before {
  content: "";
}

.icon-adb:before {
  content: "";
}

.icon-add:before {
  content: "";
}

.icon-add_a_photo:before {
  content: "";
}

.icon-alarm_add:before {
  content: "";
}

.icon-add_alert:before {
  content: "";
}

.icon-add_box:before {
  content: "";
}

.icon-add_circle:before {
  content: "";
}

.icon-control_point:before {
  content: "";
}

.icon-add_location:before {
  content: "";
}

.icon-add_shopping_cart:before {
  content: "";
}

.icon-queue:before {
  content: "";
}

.icon-add_to_queue:before {
  content: "";
}

.icon-adjust2:before {
  content: "";
}

.icon-airline_seat_flat:before {
  content: "";
}

.icon-airline_seat_flat_angled:before {
  content: "";
}

.icon-airline_seat_individual_suite:before {
  content: "";
}

.icon-airline_seat_legroom_extra:before {
  content: "";
}

.icon-airline_seat_legroom_normal:before {
  content: "";
}

.icon-airline_seat_legroom_reduced:before {
  content: "";
}

.icon-airline_seat_recline_extra:before {
  content: "";
}

.icon-airline_seat_recline_normal:before {
  content: "";
}

.icon-flight:before {
  content: "";
}

.icon-airplanemode_inactive:before {
  content: "";
}

.icon-airplay:before {
  content: "";
}

.icon-airport_shuttle:before {
  content: "";
}

.icon-alarm_off:before {
  content: "";
}

.icon-alarm_on:before {
  content: "";
}

.icon-album:before {
  content: "";
}

.icon-all_inclusive:before {
  content: "";
}

.icon-all_out:before {
  content: "";
}

.icon-android2:before {
  content: "";
}

.icon-announcement:before {
  content: "";
}

.icon-apps:before {
  content: "";
}

.icon-archive2:before {
  content: "";
}

.icon-arrow_back:before {
  content: "";
}

.icon-arrow_downward:before {
  content: "";
}

.icon-arrow_drop_down:before {
  content: "";
}

.icon-arrow_drop_down_circle:before {
  content: "";
}

.icon-arrow_drop_up:before {
  content: "";
}

.icon-arrow_forward:before {
  content: "";
}

.icon-arrow_upward:before {
  content: "";
}

.icon-art_track:before {
  content: "";
}

.icon-aspect_ratio:before {
  content: "";
}

.icon-poll:before {
  content: "";
}

.icon-assignment:before {
  content: "";
}

.icon-assignment_ind:before {
  content: "";
}

.icon-assignment_late:before {
  content: "";
}

.icon-assignment_return:before {
  content: "";
}

.icon-assignment_returned:before {
  content: "";
}

.icon-assignment_turned_in:before {
  content: "";
}

.icon-assistant:before {
  content: "";
}

.icon-flag2:before {
  content: "";
}

.icon-attach_file:before {
  content: "";
}

.icon-attach_money:before {
  content: "";
}

.icon-attachment:before {
  content: "";
}

.icon-audiotrack:before {
  content: "";
}

.icon-autorenew:before {
  content: "";
}

.icon-av_timer:before {
  content: "";
}

.icon-backspace:before {
  content: "";
}

.icon-cloud_upload:before {
  content: "";
}

.icon-battery_alert:before {
  content: "";
}

.icon-battery_charging_full:before {
  content: "";
}

.icon-battery_std:before {
  content: "";
}

.icon-battery_unknown:before {
  content: "";
}

.icon-beach_access:before {
  content: "";
}

.icon-beenhere:before {
  content: "";
}

.icon-block:before {
  content: "";
}

.icon-bluetooth2:before {
  content: "";
}

.icon-bluetooth_searching:before {
  content: "";
}

.icon-bluetooth_connected:before {
  content: "";
}

.icon-bluetooth_disabled:before {
  content: "";
}

.icon-blur_circular:before {
  content: "";
}

.icon-blur_linear:before {
  content: "";
}

.icon-blur_off:before {
  content: "";
}

.icon-blur_on:before {
  content: "";
}

.icon-class:before {
  content: "";
}

.icon-turned_in:before {
  content: "";
}

.icon-turned_in_not:before {
  content: "";
}

.icon-border_all:before {
  content: "";
}

.icon-border_bottom:before {
  content: "";
}

.icon-border_clear:before {
  content: "";
}

.icon-border_color:before {
  content: "";
}

.icon-border_horizontal:before {
  content: "";
}

.icon-border_inner:before {
  content: "";
}

.icon-border_left:before {
  content: "";
}

.icon-border_outer:before {
  content: "";
}

.icon-border_right:before {
  content: "";
}

.icon-border_style:before {
  content: "";
}

.icon-border_top:before {
  content: "";
}

.icon-border_vertical:before {
  content: "";
}

.icon-branding_watermark:before {
  content: "";
}

.icon-brightness_1:before {
  content: "";
}

.icon-brightness_2:before {
  content: "";
}

.icon-brightness_3:before {
  content: "";
}

.icon-brightness_4:before {
  content: "";
}

.icon-brightness_low:before {
  content: "";
}

.icon-brightness_medium:before {
  content: "";
}

.icon-brightness_high:before {
  content: "";
}

.icon-brightness_auto:before {
  content: "";
}

.icon-broken_image:before {
  content: "";
}

.icon-brush:before {
  content: "";
}

.icon-bubble_chart:before {
  content: "";
}

.icon-bug_report:before {
  content: "";
}

.icon-build:before {
  content: "";
}

.icon-burst_mode:before {
  content: "";
}

.icon-domain:before {
  content: "";
}

.icon-business_center:before {
  content: "";
}

.icon-cached:before {
  content: "";
}

.icon-cake:before {
  content: "";
}

.icon-phone2:before {
  content: "";
}

.icon-call_end:before {
  content: "";
}

.icon-call_made:before {
  content: "";
}

.icon-merge_type:before {
  content: "";
}

.icon-call_missed:before {
  content: "";
}

.icon-call_missed_outgoing:before {
  content: "";
}

.icon-call_received:before {
  content: "";
}

.icon-call_split:before {
  content: "";
}

.icon-call_to_action:before {
  content: "";
}

.icon-camera2:before {
  content: "";
}

.icon-photo_camera:before {
  content: "";
}

.icon-camera_enhance:before {
  content: "";
}

.icon-camera_front:before {
  content: "";
}

.icon-camera_rear:before {
  content: "";
}

.icon-camera_roll:before {
  content: "";
}

.icon-cancel:before {
  content: "";
}

.icon-redeem:before {
  content: "";
}

.icon-card_membership:before {
  content: "";
}

.icon-card_travel:before {
  content: "";
}

.icon-casino:before {
  content: "";
}

.icon-cast:before {
  content: "";
}

.icon-cast_connected:before {
  content: "";
}

.icon-center_focus_strong:before {
  content: "";
}

.icon-center_focus_weak:before {
  content: "";
}

.icon-change_history:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-chat_bubble:before {
  content: "";
}

.icon-chat_bubble_outline:before {
  content: "";
}

.icon-check2:before {
  content: "";
}

.icon-check_box:before {
  content: "";
}

.icon-check_box_outline_blank:before {
  content: "";
}

.icon-check_circle:before {
  content: "";
}

.icon-navigate_before:before {
  content: "";
}

.icon-navigate_next:before {
  content: "";
}

.icon-child_care:before {
  content: "";
}

.icon-child_friendly:before {
  content: "";
}

.icon-chrome_reader_mode:before {
  content: "";
}

.icon-close2:before {
  content: "";
}

.icon-clear_all:before {
  content: "";
}

.icon-closed_caption:before {
  content: "";
}

.icon-wb_cloudy:before {
  content: "";
}

.icon-cloud_circle:before {
  content: "";
}

.icon-cloud_done:before {
  content: "";
}

.icon-cloud_download:before {
  content: "";
}

.icon-cloud_off:before {
  content: "";
}

.icon-cloud_queue:before {
  content: "";
}

.icon-code2:before {
  content: "";
}

.icon-photo_library:before {
  content: "";
}

.icon-collections_bookmark:before {
  content: "";
}

.icon-palette:before {
  content: "";
}

.icon-colorize:before {
  content: "";
}

.icon-comment2:before {
  content: "";
}

.icon-compare:before {
  content: "";
}

.icon-compare_arrows:before {
  content: "";
}

.icon-laptop2:before {
  content: "";
}

.icon-confirmation_number:before {
  content: "";
}

.icon-contact_mail:before {
  content: "";
}

.icon-contact_phone:before {
  content: "";
}

.icon-contacts:before {
  content: "";
}

.icon-content_copy:before {
  content: "";
}

.icon-content_cut:before {
  content: "";
}

.icon-content_paste:before {
  content: "";
}

.icon-control_point_duplicate:before {
  content: "";
}

.icon-copyright2:before {
  content: "";
}

.icon-mode_edit:before {
  content: "";
}

.icon-create_new_folder:before {
  content: "";
}

.icon-payment:before {
  content: "";
}

.icon-crop2:before {
  content: "";
}

.icon-crop_16_9:before {
  content: "";
}

.icon-crop_3_2:before {
  content: "";
}

.icon-crop_landscape:before {
  content: "";
}

.icon-crop_7_5:before {
  content: "";
}

.icon-crop_din:before {
  content: "";
}

.icon-crop_free:before {
  content: "";
}

.icon-crop_original:before {
  content: "";
}

.icon-crop_portrait:before {
  content: "";
}

.icon-crop_rotate:before {
  content: "";
}

.icon-crop_square:before {
  content: "";
}

.icon-dashboard2:before {
  content: "";
}

.icon-data_usage:before {
  content: "";
}

.icon-date_range:before {
  content: "";
}

.icon-dehaze:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-delete_forever:before {
  content: "";
}

.icon-delete_sweep:before {
  content: "";
}

.icon-description:before {
  content: "";
}

.icon-desktop_mac:before {
  content: "";
}

.icon-desktop_windows:before {
  content: "";
}

.icon-details:before {
  content: "";
}

.icon-developer_board:before {
  content: "";
}

.icon-developer_mode:before {
  content: "";
}

.icon-device_hub:before {
  content: "";
}

.icon-phonelink:before {
  content: "";
}

.icon-devices_other:before {
  content: "";
}

.icon-dialer_sip:before {
  content: "";
}

.icon-dialpad:before {
  content: "";
}

.icon-directions:before {
  content: "";
}

.icon-directions_bike:before {
  content: "";
}

.icon-directions_boat:before {
  content: "";
}

.icon-directions_bus:before {
  content: "";
}

.icon-directions_car:before {
  content: "";
}

.icon-directions_railway:before {
  content: "";
}

.icon-directions_run:before {
  content: "";
}

.icon-directions_transit:before {
  content: "";
}

.icon-directions_walk:before {
  content: "";
}

.icon-disc_full:before {
  content: "";
}

.icon-dns:before {
  content: "";
}

.icon-not_interested:before {
  content: "";
}

.icon-do_not_disturb_alt:before {
  content: "";
}

.icon-do_not_disturb_off:before {
  content: "";
}

.icon-remove_circle:before {
  content: "";
}

.icon-dock:before {
  content: "";
}

.icon-done:before {
  content: "";
}

.icon-done_all:before {
  content: "";
}

.icon-donut_large:before {
  content: "";
}

.icon-donut_small:before {
  content: "";
}

.icon-drafts:before {
  content: "";
}

.icon-drag_handle:before {
  content: "";
}

.icon-time_to_leave:before {
  content: "";
}

.icon-dvr:before {
  content: "";
}

.icon-edit_location:before {
  content: "";
}

.icon-eject2:before {
  content: "";
}

.icon-markunread:before {
  content: "";
}

.icon-enhanced_encryption:before {
  content: "";
}

.icon-equalizer:before {
  content: "";
}

.icon-error:before {
  content: "";
}

.icon-error_outline:before {
  content: "";
}

.icon-euro_symbol:before {
  content: "";
}

.icon-ev_station:before {
  content: "";
}

.icon-insert_invitation:before {
  content: "";
}

.icon-event_available:before {
  content: "";
}

.icon-event_busy:before {
  content: "";
}

.icon-event_note:before {
  content: "";
}

.icon-event_seat:before {
  content: "";
}

.icon-exit_to_app:before {
  content: "";
}

.icon-expand_less:before {
  content: "";
}

.icon-expand_more:before {
  content: "";
}

.icon-explicit:before {
  content: "";
}

.icon-explore:before {
  content: "";
}

.icon-exposure:before {
  content: "";
}

.icon-exposure_neg_1:before {
  content: "";
}

.icon-exposure_neg_2:before {
  content: "";
}

.icon-exposure_plus_1:before {
  content: "";
}

.icon-exposure_plus_2:before {
  content: "";
}

.icon-exposure_zero:before {
  content: "";
}

.icon-extension:before {
  content: "";
}

.icon-face:before {
  content: "";
}

.icon-fast_forward:before {
  content: "";
}

.icon-fast_rewind:before {
  content: "";
}

.icon-favorite:before {
  content: "";
}

.icon-favorite_border:before {
  content: "";
}

.icon-featured_play_list:before {
  content: "";
}

.icon-featured_video:before {
  content: "";
}

.icon-sms_failed:before {
  content: "";
}

.icon-fiber_dvr:before {
  content: "";
}

.icon-fiber_manual_record:before {
  content: "";
}

.icon-fiber_new:before {
  content: "";
}

.icon-fiber_pin:before {
  content: "";
}

.icon-fiber_smart_record:before {
  content: "";
}

.icon-get_app:before {
  content: "";
}

.icon-file_upload:before {
  content: "";
}

.icon-filter2:before {
  content: "";
}

.icon-filter_1:before {
  content: "";
}

.icon-filter_2:before {
  content: "";
}

.icon-filter_3:before {
  content: "";
}

.icon-filter_4:before {
  content: "";
}

.icon-filter_5:before {
  content: "";
}

.icon-filter_6:before {
  content: "";
}

.icon-filter_7:before {
  content: "";
}

.icon-filter_8:before {
  content: "";
}

.icon-filter_9:before {
  content: "";
}

.icon-filter_9_plus:before {
  content: "";
}

.icon-filter_b_and_w:before {
  content: "";
}

.icon-filter_center_focus:before {
  content: "";
}

.icon-filter_drama:before {
  content: "";
}

.icon-filter_frames:before {
  content: "";
}

.icon-terrain:before {
  content: "";
}

.icon-filter_list:before {
  content: "";
}

.icon-filter_none:before {
  content: "";
}

.icon-filter_tilt_shift:before {
  content: "";
}

.icon-filter_vintage:before {
  content: "";
}

.icon-find_in_page:before {
  content: "";
}

.icon-find_replace:before {
  content: "";
}

.icon-fingerprint:before {
  content: "";
}

.icon-first_page:before {
  content: "";
}

.icon-fitness_center:before {
  content: "";
}

.icon-flare:before {
  content: "";
}

.icon-flash_auto:before {
  content: "";
}

.icon-flash_off:before {
  content: "";
}

.icon-flash_on:before {
  content: "";
}

.icon-flight_land:before {
  content: "";
}

.icon-flight_takeoff:before {
  content: "";
}

.icon-flip:before {
  content: "";
}

.icon-flip_to_back:before {
  content: "";
}

.icon-flip_to_front:before {
  content: "";
}

.icon-folder2:before {
  content: "";
}

.icon-folder_open:before {
  content: "";
}

.icon-folder_shared:before {
  content: "";
}

.icon-folder_special:before {
  content: "";
}

.icon-font_download:before {
  content: "";
}

.icon-format_align_center:before {
  content: "";
}

.icon-format_align_justify:before {
  content: "";
}

.icon-format_align_left:before {
  content: "";
}

.icon-format_align_right:before {
  content: "";
}

.icon-format_bold:before {
  content: "";
}

.icon-format_clear:before {
  content: "";
}

.icon-format_color_fill:before {
  content: "";
}

.icon-format_color_reset:before {
  content: "";
}

.icon-format_color_text:before {
  content: "";
}

.icon-format_indent_decrease:before {
  content: "";
}

.icon-format_indent_increase:before {
  content: "";
}

.icon-format_italic:before {
  content: "";
}

.icon-format_line_spacing:before {
  content: "";
}

.icon-format_list_bulleted:before {
  content: "";
}

.icon-format_list_numbered:before {
  content: "";
}

.icon-format_paint:before {
  content: "";
}

.icon-format_quote:before {
  content: "";
}

.icon-format_shapes:before {
  content: "";
}

.icon-format_size:before {
  content: "";
}

.icon-format_strikethrough:before {
  content: "";
}

.icon-format_textdirection_l_to_r:before {
  content: "";
}

.icon-format_textdirection_r_to_l:before {
  content: "";
}

.icon-format_underlined:before {
  content: "";
}

.icon-question_answer:before {
  content: "";
}

.icon-forward2:before {
  content: "";
}

.icon-forward_10:before {
  content: "";
}

.icon-forward_30:before {
  content: "";
}

.icon-forward_5:before {
  content: "";
}

.icon-free_breakfast:before {
  content: "";
}

.icon-fullscreen:before {
  content: "";
}

.icon-fullscreen_exit:before {
  content: "";
}

.icon-functions:before {
  content: "";
}

.icon-g_translate:before {
  content: "";
}

.icon-games:before {
  content: "";
}

.icon-gavel2:before {
  content: "";
}

.icon-gesture:before {
  content: "";
}

.icon-gif:before {
  content: "";
}

.icon-goat:before {
  content: "";
}

.icon-golf_course:before {
  content: "";
}

.icon-my_location:before {
  content: "";
}

.icon-location_searching:before {
  content: "";
}

.icon-location_disabled:before {
  content: "";
}

.icon-star2:before {
  content: "";
}

.icon-gradient:before {
  content: "";
}

.icon-grain:before {
  content: "";
}

.icon-graphic_eq:before {
  content: "";
}

.icon-grid_off:before {
  content: "";
}

.icon-grid_on:before {
  content: "";
}

.icon-people:before {
  content: "";
}

.icon-group_add:before {
  content: "";
}

.icon-group_work:before {
  content: "";
}

.icon-hd:before {
  content: "";
}

.icon-hdr_off:before {
  content: "";
}

.icon-hdr_on:before {
  content: "";
}

.icon-hdr_strong:before {
  content: "";
}

.icon-hdr_weak:before {
  content: "";
}

.icon-headset:before {
  content: "";
}

.icon-headset_mic:before {
  content: "";
}

.icon-healing:before {
  content: "";
}

.icon-hearing:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-help_outline:before {
  content: "";
}

.icon-high_quality:before {
  content: "";
}

.icon-highlight:before {
  content: "";
}

.icon-highlight_off:before {
  content: "";
}

.icon-restore:before {
  content: "";
}

.icon-home2:before {
  content: "";
}

.icon-hot_tub:before {
  content: "";
}

.icon-local_hotel:before {
  content: "";
}

.icon-hourglass_empty:before {
  content: "";
}

.icon-hourglass_full:before {
  content: "";
}

.icon-http:before {
  content: "";
}

.icon-lock2:before {
  content: "";
}

.icon-photo2:before {
  content: "";
}

.icon-image_aspect_ratio:before {
  content: "";
}

.icon-import_contacts:before {
  content: "";
}

.icon-import_export:before {
  content: "";
}

.icon-important_devices:before {
  content: "";
}

.icon-inbox2:before {
  content: "";
}

.icon-indeterminate_check_box:before {
  content: "";
}

.icon-info2:before {
  content: "";
}

.icon-info_outline:before {
  content: "";
}

.icon-input:before {
  content: "";
}

.icon-insert_comment:before {
  content: "";
}

.icon-insert_drive_file:before {
  content: "";
}

.icon-tag_faces:before {
  content: "";
}

.icon-link2:before {
  content: "";
}

.icon-invert_colors:before {
  content: "";
}

.icon-invert_colors_off:before {
  content: "";
}

.icon-iso:before {
  content: "";
}

.icon-keyboard:before {
  content: "";
}

.icon-keyboard_arrow_down:before {
  content: "";
}

.icon-keyboard_arrow_left:before {
  content: "";
}

.icon-keyboard_arrow_right:before {
  content: "";
}

.icon-keyboard_arrow_up:before {
  content: "";
}

.icon-keyboard_backspace:before {
  content: "";
}

.icon-keyboard_capslock:before {
  content: "";
}

.icon-keyboard_hide:before {
  content: "";
}

.icon-keyboard_return:before {
  content: "";
}

.icon-keyboard_tab:before {
  content: "";
}

.icon-keyboard_voice:before {
  content: "";
}

.icon-kitchen:before {
  content: "";
}

.icon-label:before {
  content: "";
}

.icon-label_outline:before {
  content: "";
}

.icon-language2:before {
  content: "";
}

.icon-laptop_chromebook:before {
  content: "";
}

.icon-laptop_mac:before {
  content: "";
}

.icon-laptop_windows:before {
  content: "";
}

.icon-last_page:before {
  content: "";
}

.icon-open_in_new:before {
  content: "";
}

.icon-layers:before {
  content: "";
}

.icon-layers_clear:before {
  content: "";
}

.icon-leak_add:before {
  content: "";
}

.icon-leak_remove:before {
  content: "";
}

.icon-lens:before {
  content: "";
}

.icon-library_books:before {
  content: "";
}

.icon-library_music:before {
  content: "";
}

.icon-lightbulb_outline:before {
  content: "";
}

.icon-line_style:before {
  content: "";
}

.icon-line_weight:before {
  content: "";
}

.icon-linear_scale:before {
  content: "";
}

.icon-linked_camera:before {
  content: "";
}

.icon-list2:before {
  content: "";
}

.icon-live_help:before {
  content: "";
}

.icon-live_tv:before {
  content: "";
}

.icon-local_play:before {
  content: "";
}

.icon-local_airport:before {
  content: "";
}

.icon-local_atm:before {
  content: "";
}

.icon-local_bar:before {
  content: "";
}

.icon-local_cafe:before {
  content: "";
}

.icon-local_car_wash:before {
  content: "";
}

.icon-local_convenience_store:before {
  content: "";
}

.icon-restaurant_menu:before {
  content: "";
}

.icon-local_drink:before {
  content: "";
}

.icon-local_florist:before {
  content: "";
}

.icon-local_gas_station:before {
  content: "";
}

.icon-shopping_cart:before {
  content: "";
}

.icon-local_hospital:before {
  content: "";
}

.icon-local_laundry_service:before {
  content: "";
}

.icon-local_library:before {
  content: "";
}

.icon-local_mall:before {
  content: "";
}

.icon-theaters:before {
  content: "";
}

.icon-local_offer:before {
  content: "";
}

.icon-local_parking:before {
  content: "";
}

.icon-local_pharmacy:before {
  content: "";
}

.icon-local_pizza:before {
  content: "";
}

.icon-print2:before {
  content: "";
}

.icon-local_shipping:before {
  content: "";
}

.icon-local_taxi:before {
  content: "";
}

.icon-location_city:before {
  content: "";
}

.icon-location_off:before {
  content: "";
}

.icon-room:before {
  content: "";
}

.icon-lock_open:before {
  content: "";
}

.icon-lock_outline:before {
  content: "";
}

.icon-looks:before {
  content: "";
}

.icon-looks_3:before {
  content: "";
}

.icon-looks_4:before {
  content: "";
}

.icon-looks_5:before {
  content: "";
}

.icon-looks_6:before {
  content: "";
}

.icon-looks_one:before {
  content: "";
}

.icon-looks_two:before {
  content: "";
}

.icon-sync:before {
  content: "";
}

.icon-loupe:before {
  content: "";
}

.icon-low_priority:before {
  content: "";
}

.icon-loyalty:before {
  content: "";
}

.icon-mail_outline:before {
  content: "";
}

.icon-map2:before {
  content: "";
}

.icon-markunread_mailbox:before {
  content: "";
}

.icon-memory:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-message:before {
  content: "";
}

.icon-mic:before {
  content: "";
}

.icon-mic_none:before {
  content: "";
}

.icon-mic_off:before {
  content: "";
}

.icon-mms:before {
  content: "";
}

.icon-mode_comment:before {
  content: "";
}

.icon-monetization_on:before {
  content: "";
}

.icon-money_off:before {
  content: "";
}

.icon-monochrome_photos:before {
  content: "";
}

.icon-mood_bad:before {
  content: "";
}

.icon-more:before {
  content: "";
}

.icon-more_horiz:before {
  content: "";
}

.icon-more_vert:before {
  content: "";
}

.icon-motorcycle2:before {
  content: "";
}

.icon-mouse:before {
  content: "";
}

.icon-move_to_inbox:before {
  content: "";
}

.icon-movie_creation:before {
  content: "";
}

.icon-movie_filter:before {
  content: "";
}

.icon-multiline_chart:before {
  content: "";
}

.icon-music_note:before {
  content: "";
}

.icon-music_video:before {
  content: "";
}

.icon-nature:before {
  content: "";
}

.icon-nature_people:before {
  content: "";
}

.icon-navigation:before {
  content: "";
}

.icon-near_me:before {
  content: "";
}

.icon-network_cell:before {
  content: "";
}

.icon-network_check:before {
  content: "";
}

.icon-network_locked:before {
  content: "";
}

.icon-network_wifi:before {
  content: "";
}

.icon-new_releases:before {
  content: "";
}

.icon-next_week:before {
  content: "";
}

.icon-nfc:before {
  content: "";
}

.icon-no_encryption:before {
  content: "";
}

.icon-signal_cellular_no_sim:before {
  content: "";
}

.icon-note:before {
  content: "";
}

.icon-note_add:before {
  content: "";
}

.icon-notifications:before {
  content: "";
}

.icon-notifications_active:before {
  content: "";
}

.icon-notifications_none:before {
  content: "";
}

.icon-notifications_off:before {
  content: "";
}

.icon-notifications_paused:before {
  content: "";
}

.icon-offline_pin:before {
  content: "";
}

.icon-ondemand_video:before {
  content: "";
}

.icon-opacity:before {
  content: "";
}

.icon-open_in_browser:before {
  content: "";
}

.icon-open_with:before {
  content: "";
}

.icon-pages:before {
  content: "";
}

.icon-pageview:before {
  content: "";
}

.icon-pan_tool:before {
  content: "";
}

.icon-panorama:before {
  content: "";
}

.icon-radio_button_unchecked:before {
  content: "";
}

.icon-panorama_horizontal:before {
  content: "";
}

.icon-panorama_vertical:before {
  content: "";
}

.icon-panorama_wide_angle:before {
  content: "";
}

.icon-party_mode:before {
  content: "";
}

.icon-pause2:before {
  content: "";
}

.icon-pause_circle_filled:before {
  content: "";
}

.icon-pause_circle_outline:before {
  content: "";
}

.icon-people_outline:before {
  content: "";
}

.icon-perm_camera_mic:before {
  content: "";
}

.icon-perm_contact_calendar:before {
  content: "";
}

.icon-perm_data_setting:before {
  content: "";
}

.icon-perm_device_information:before {
  content: "";
}

.icon-person_outline:before {
  content: "";
}

.icon-perm_media:before {
  content: "";
}

.icon-perm_phone_msg:before {
  content: "";
}

.icon-perm_scan_wifi:before {
  content: "";
}

.icon-person:before {
  content: "";
}

.icon-person_add:before {
  content: "";
}

.icon-person_pin:before {
  content: "";
}

.icon-person_pin_circle:before {
  content: "";
}

.icon-personal_video:before {
  content: "";
}

.icon-pets:before {
  content: "";
}

.icon-phone_android:before {
  content: "";
}

.icon-phone_bluetooth_speaker:before {
  content: "";
}

.icon-phone_forwarded:before {
  content: "";
}

.icon-phone_in_talk:before {
  content: "";
}

.icon-phone_iphone:before {
  content: "";
}

.icon-phone_locked:before {
  content: "";
}

.icon-phone_missed:before {
  content: "";
}

.icon-phone_paused:before {
  content: "";
}

.icon-phonelink_erase:before {
  content: "";
}

.icon-phonelink_lock:before {
  content: "";
}

.icon-phonelink_off:before {
  content: "";
}

.icon-phonelink_ring:before {
  content: "";
}

.icon-phonelink_setup:before {
  content: "";
}

.icon-photo_album:before {
  content: "";
}

.icon-photo_filter:before {
  content: "";
}

.icon-photo_size_select_actual:before {
  content: "";
}

.icon-photo_size_select_large:before {
  content: "";
}

.icon-photo_size_select_small:before {
  content: "";
}

.icon-picture_as_pdf:before {
  content: "";
}

.icon-picture_in_picture:before {
  content: "";
}

.icon-picture_in_picture_alt:before {
  content: "";
}

.icon-pie_chart:before {
  content: "";
}

.icon-pie_chart_outlined:before {
  content: "";
}

.icon-pin_drop:before {
  content: "";
}

.icon-play_arrow:before {
  content: "";
}

.icon-play_circle_filled:before {
  content: "";
}

.icon-play_circle_outline:before {
  content: "";
}

.icon-play_for_work:before {
  content: "";
}

.icon-playlist_add:before {
  content: "";
}

.icon-playlist_add_check:before {
  content: "";
}

.icon-playlist_play:before {
  content: "";
}

.icon-plus_one:before {
  content: "";
}

.icon-polymer:before {
  content: "";
}

.icon-pool:before {
  content: "";
}

.icon-portable_wifi_off:before {
  content: "";
}

.icon-portrait:before {
  content: "";
}

.icon-power:before {
  content: "";
}

.icon-power_input:before {
  content: "";
}

.icon-power_settings_new:before {
  content: "";
}

.icon-pregnant_woman:before {
  content: "";
}

.icon-present_to_all:before {
  content: "";
}

.icon-priority_high:before {
  content: "";
}

.icon-public:before {
  content: "";
}

.icon-publish:before {
  content: "";
}

.icon-queue_music:before {
  content: "";
}

.icon-queue_play_next:before {
  content: "";
}

.icon-radio:before {
  content: "";
}

.icon-radio_button_checked:before {
  content: "";
}

.icon-rate_review:before {
  content: "";
}

.icon-receipt:before {
  content: "";
}

.icon-recent_actors:before {
  content: "";
}

.icon-record_voice_over:before {
  content: "";
}

.icon-redo:before {
  content: "";
}

.icon-refresh2:before {
  content: "";
}

.icon-remove2:before {
  content: "";
}

.icon-remove_circle_outline:before {
  content: "";
}

.icon-remove_from_queue:before {
  content: "";
}

.icon-visibility:before {
  content: "";
}

.icon-remove_shopping_cart:before {
  content: "";
}

.icon-reorder2:before {
  content: "";
}

.icon-repeat2:before {
  content: "";
}

.icon-repeat_one:before {
  content: "";
}

.icon-replay:before {
  content: "";
}

.icon-replay_10:before {
  content: "";
}

.icon-replay_30:before {
  content: "";
}

.icon-replay_5:before {
  content: "";
}

.icon-reply2:before {
  content: "";
}

.icon-reply_all:before {
  content: "";
}

.icon-report:before {
  content: "";
}

.icon-warning2:before {
  content: "";
}

.icon-restaurant:before {
  content: "";
}

.icon-restore_page:before {
  content: "";
}

.icon-ring_volume:before {
  content: "";
}

.icon-room_service:before {
  content: "";
}

.icon-rotate_90_degrees_ccw:before {
  content: "";
}

.icon-rotate_left:before {
  content: "";
}

.icon-rotate_right:before {
  content: "";
}

.icon-rounded_corner:before {
  content: "";
}

.icon-router:before {
  content: "";
}

.icon-rowing:before {
  content: "";
}

.icon-rss_feed:before {
  content: "";
}

.icon-rv_hookup:before {
  content: "";
}

.icon-satellite:before {
  content: "";
}

.icon-save2:before {
  content: "";
}

.icon-scanner:before {
  content: "";
}

.icon-school:before {
  content: "";
}

.icon-screen_lock_landscape:before {
  content: "";
}

.icon-screen_lock_portrait:before {
  content: "";
}

.icon-screen_lock_rotation:before {
  content: "";
}

.icon-screen_rotation:before {
  content: "";
}

.icon-screen_share:before {
  content: "";
}

.icon-sd_storage:before {
  content: "";
}

.icon-search2:before {
  content: "";
}

.icon-security:before {
  content: "";
}

.icon-select_all:before {
  content: "";
}

.icon-send2:before {
  content: "";
}

.icon-sentiment_dissatisfied:before {
  content: "";
}

.icon-sentiment_neutral:before {
  content: "";
}

.icon-sentiment_satisfied:before {
  content: "";
}

.icon-sentiment_very_dissatisfied:before {
  content: "";
}

.icon-sentiment_very_satisfied:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-settings_applications:before {
  content: "";
}

.icon-settings_backup_restore:before {
  content: "";
}

.icon-settings_bluetooth:before {
  content: "";
}

.icon-settings_brightness:before {
  content: "";
}

.icon-settings_cell:before {
  content: "";
}

.icon-settings_ethernet:before {
  content: "";
}

.icon-settings_input_antenna:before {
  content: "";
}

.icon-settings_input_composite:before {
  content: "";
}

.icon-settings_input_hdmi:before {
  content: "";
}

.icon-settings_input_svideo:before {
  content: "";
}

.icon-settings_overscan:before {
  content: "";
}

.icon-settings_phone:before {
  content: "";
}

.icon-settings_power:before {
  content: "";
}

.icon-settings_remote:before {
  content: "";
}

.icon-settings_system_daydream:before {
  content: "";
}

.icon-settings_voice:before {
  content: "";
}

.icon-share2:before {
  content: "";
}

.icon-shop:before {
  content: "";
}

.icon-shop_two:before {
  content: "";
}

.icon-shopping_basket:before {
  content: "";
}

.icon-short_text:before {
  content: "";
}

.icon-show_chart:before {
  content: "";
}

.icon-shuffle:before {
  content: "";
}

.icon-signal_cellular_4_bar:before {
  content: "";
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "";
}

.icon-signal_cellular_null:before {
  content: "";
}

.icon-signal_cellular_off:before {
  content: "";
}

.icon-signal_wifi_4_bar:before {
  content: "";
}

.icon-signal_wifi_4_bar_lock:before {
  content: "";
}

.icon-signal_wifi_off:before {
  content: "";
}

.icon-sim_card:before {
  content: "";
}

.icon-sim_card_alert:before {
  content: "";
}

.icon-skip_next:before {
  content: "";
}

.icon-skip_previous:before {
  content: "";
}

.icon-slideshow:before {
  content: "";
}

.icon-slow_motion_video:before {
  content: "";
}

.icon-stay_primary_portrait:before {
  content: "";
}

.icon-smoke_free:before {
  content: "";
}

.icon-smoking_rooms:before {
  content: "";
}

.icon-textsms:before {
  content: "";
}

.icon-snooze:before {
  content: "";
}

.icon-sort2:before {
  content: "";
}

.icon-sort_by_alpha:before {
  content: "";
}

.icon-spa:before {
  content: "";
}

.icon-space_bar:before {
  content: "";
}

.icon-speaker:before {
  content: "";
}

.icon-speaker_group:before {
  content: "";
}

.icon-speaker_notes:before {
  content: "";
}

.icon-speaker_notes_off:before {
  content: "";
}

.icon-speaker_phone:before {
  content: "";
}

.icon-spellcheck:before {
  content: "";
}

.icon-star_border:before {
  content: "";
}

.icon-star_half:before {
  content: "";
}

.icon-stars:before {
  content: "";
}

.icon-stay_primary_landscape:before {
  content: "";
}

.icon-stop2:before {
  content: "";
}

.icon-stop_screen_share:before {
  content: "";
}

.icon-storage:before {
  content: "";
}

.icon-store_mall_directory:before {
  content: "";
}

.icon-straighten:before {
  content: "";
}

.icon-streetview:before {
  content: "";
}

.icon-strikethrough_s:before {
  content: "";
}

.icon-style:before {
  content: "";
}

.icon-subdirectory_arrow_left:before {
  content: "";
}

.icon-subdirectory_arrow_right:before {
  content: "";
}

.icon-subject:before {
  content: "";
}

.icon-subscriptions:before {
  content: "";
}

.icon-subtitles:before {
  content: "";
}

.icon-subway2:before {
  content: "";
}

.icon-supervisor_account:before {
  content: "";
}

.icon-surround_sound:before {
  content: "";
}

.icon-swap_calls:before {
  content: "";
}

.icon-swap_horiz:before {
  content: "";
}

.icon-swap_vert:before {
  content: "";
}

.icon-swap_vertical_circle:before {
  content: "";
}

.icon-switch_camera:before {
  content: "";
}

.icon-switch_video:before {
  content: "";
}

.icon-sync_disabled:before {
  content: "";
}

.icon-sync_problem:before {
  content: "";
}

.icon-system_update:before {
  content: "";
}

.icon-system_update_alt:before {
  content: "";
}

.icon-tab:before {
  content: "";
}

.icon-tab_unselected:before {
  content: "";
}

.icon-tablet2:before {
  content: "";
}

.icon-tablet_android:before {
  content: "";
}

.icon-tablet_mac:before {
  content: "";
}

.icon-tap_and_play:before {
  content: "";
}

.icon-text_fields:before {
  content: "";
}

.icon-text_format:before {
  content: "";
}

.icon-texture:before {
  content: "";
}

.icon-thumb_down:before {
  content: "";
}

.icon-thumb_up:before {
  content: "";
}

.icon-thumbs_up_down:before {
  content: "";
}

.icon-timelapse:before {
  content: "";
}

.icon-timeline:before {
  content: "";
}

.icon-timer:before {
  content: "";
}

.icon-timer_10:before {
  content: "";
}

.icon-timer_3:before {
  content: "";
}

.icon-timer_off:before {
  content: "";
}

.icon-title:before {
  content: "";
}

.icon-toc:before {
  content: "";
}

.icon-today:before {
  content: "";
}

.icon-toll:before {
  content: "";
}

.icon-tonality:before {
  content: "";
}

.icon-touch_app:before {
  content: "";
}

.icon-toys:before {
  content: "";
}

.icon-track_changes:before {
  content: "";
}

.icon-traffic:before {
  content: "";
}

.icon-train2:before {
  content: "";
}

.icon-tram:before {
  content: "";
}

.icon-transfer_within_a_station:before {
  content: "";
}

.icon-transform:before {
  content: "";
}

.icon-translate:before {
  content: "";
}

.icon-trending_down:before {
  content: "";
}

.icon-trending_flat:before {
  content: "";
}

.icon-trending_up:before {
  content: "";
}

.icon-tune:before {
  content: "";
}

.icon-tv2:before {
  content: "";
}

.icon-unarchive:before {
  content: "";
}

.icon-undo2:before {
  content: "";
}

.icon-unfold_less:before {
  content: "";
}

.icon-unfold_more:before {
  content: "";
}

.icon-update:before {
  content: "";
}

.icon-usb2:before {
  content: "";
}

.icon-verified_user:before {
  content: "";
}

.icon-vertical_align_bottom:before {
  content: "";
}

.icon-vertical_align_center:before {
  content: "";
}

.icon-vertical_align_top:before {
  content: "";
}

.icon-vibration:before {
  content: "";
}

.icon-video_call:before {
  content: "";
}

.icon-video_label:before {
  content: "";
}

.icon-video_library:before {
  content: "";
}

.icon-videocam:before {
  content: "";
}

.icon-videocam_off:before {
  content: "";
}

.icon-videogame_asset:before {
  content: "";
}

.icon-view_agenda:before {
  content: "";
}

.icon-view_array:before {
  content: "";
}

.icon-view_carousel:before {
  content: "";
}

.icon-view_column:before {
  content: "";
}

.icon-view_comfy:before {
  content: "";
}

.icon-view_compact:before {
  content: "";
}

.icon-view_day:before {
  content: "";
}

.icon-view_headline:before {
  content: "";
}

.icon-view_list:before {
  content: "";
}

.icon-view_module:before {
  content: "";
}

.icon-view_quilt:before {
  content: "";
}

.icon-view_stream:before {
  content: "";
}

.icon-view_week:before {
  content: "";
}

.icon-vignette:before {
  content: "";
}

.icon-visibility_off:before {
  content: "";
}

.icon-voice_chat:before {
  content: "";
}

.icon-voicemail:before {
  content: "";
}

.icon-volume_down:before {
  content: "";
}

.icon-volume_mute:before {
  content: "";
}

.icon-volume_off:before {
  content: "";
}

.icon-volume_up:before {
  content: "";
}

.icon-vpn_key:before {
  content: "";
}

.icon-vpn_lock:before {
  content: "";
}

.icon-wallpaper:before {
  content: "";
}

.icon-watch:before {
  content: "";
}

.icon-watch_later:before {
  content: "";
}

.icon-wb_auto:before {
  content: "";
}

.icon-wb_incandescent:before {
  content: "";
}

.icon-wb_iridescent:before {
  content: "";
}

.icon-wb_sunny:before {
  content: "";
}

.icon-wc:before {
  content: "";
}

.icon-web:before {
  content: "";
}

.icon-web_asset:before {
  content: "";
}

.icon-weekend:before {
  content: "";
}

.icon-whatshot:before {
  content: "";
}

.icon-widgets:before {
  content: "";
}

.icon-wifi2:before {
  content: "";
}

.icon-wifi_lock:before {
  content: "";
}

.icon-wifi_tethering:before {
  content: "";
}

.icon-work:before {
  content: "";
}

.icon-wrap_text:before {
  content: "";
}

.icon-youtube_searched_for:before {
  content: "";
}

.icon-zoom_in:before {
  content: "";
}

.icon-zoom_out:before {
  content: "";
}

.icon-zoom_out_map:before {
  content: "";
}

.icon-eye2:before {
  content: "";
}

.icon-paper-clip:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-toggle:before {
  content: "";
}

.icon-layout:before {
  content: "";
}

.icon-link3:before {
  content: "";
}

.icon-bell2:before {
  content: "";
}

.icon-lock3:before {
  content: "";
}

.icon-unlock2:before {
  content: "";
}

.icon-ribbon:before {
  content: "";
}

.icon-image2:before {
  content: "";
}

.icon-signal2:before {
  content: "";
}

.icon-target:before {
  content: "";
}

.icon-clipboard2:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-watch2:before {
  content: "";
}

.icon-air-play:before {
  content: "";
}

.icon-camera3:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-disc:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-monitor:before {
  content: "";
}

.icon-server2:before {
  content: "";
}

.icon-cog2:before {
  content: "";
}

.icon-heart2:before {
  content: "";
}

.icon-paragraph2:before {
  content: "";
}

.icon-align-justify2:before {
  content: "";
}

.icon-align-left2:before {
  content: "";
}

.icon-align-center2:before {
  content: "";
}

.icon-align-right2:before {
  content: "";
}

.icon-book2:before {
  content: "";
}

.icon-layers2:before {
  content: "";
}

.icon-stack:before {
  content: "";
}

.icon-stack-2:before {
  content: "";
}

.icon-paper:before {
  content: "";
}

.icon-paper-stack:before {
  content: "";
}

.icon-search3:before {
  content: "";
}

.icon-zoom-in:before {
  content: "";
}

.icon-zoom-out:before {
  content: "";
}

.icon-reply3:before {
  content: "";
}

.icon-circle-plus:before {
  content: "";
}

.icon-circle-minus:before {
  content: "";
}

.icon-circle-check:before {
  content: "";
}

.icon-circle-cross:before {
  content: "";
}

.icon-square-plus:before {
  content: "";
}

.icon-square-minus:before {
  content: "";
}

.icon-square-check:before {
  content: "";
}

.icon-square-cross:before {
  content: "";
}

.icon-microphone2:before {
  content: "";
}

.icon-record:before {
  content: "";
}

.icon-skip-back:before {
  content: "";
}

.icon-rewind:before {
  content: "";
}

.icon-play2:before {
  content: "";
}

.icon-pause3:before {
  content: "";
}

.icon-stop3:before {
  content: "";
}

.icon-fast-forward2:before {
  content: "";
}

.icon-skip-forward:before {
  content: "";
}

.icon-shuffle2:before {
  content: "";
}

.icon-repeat3:before {
  content: "";
}

.icon-folder3:before {
  content: "";
}

.icon-umbrella2:before {
  content: "";
}

.icon-moon:before {
  content: "";
}

.icon-thermometer:before {
  content: "";
}

.icon-drop:before {
  content: "";
}

.icon-sun:before {
  content: "";
}

.icon-cloud2:before {
  content: "";
}

.icon-cloud-upload2:before {
  content: "";
}

.icon-cloud-download2:before {
  content: "";
}

.icon-upload2:before {
  content: "";
}

.icon-download2:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-location-2:before {
  content: "";
}

.icon-map3:before {
  content: "";
}

.icon-battery:before {
  content: "";
}

.icon-head:before {
  content: "";
}

.icon-briefcase2:before {
  content: "";
}

.icon-speech-bubble:before {
  content: "";
}

.icon-anchor2:before {
  content: "";
}

.icon-globe2:before {
  content: "";
}

.icon-box:before {
  content: "";
}

.icon-reload:before {
  content: "";
}

.icon-share3:before {
  content: "";
}

.icon-marquee:before {
  content: "";
}

.icon-marquee-plus:before {
  content: "";
}

.icon-marquee-minus:before {
  content: "";
}

.icon-tag2:before {
  content: "";
}

.icon-power2:before {
  content: "";
}

.icon-command:before {
  content: "";
}

.icon-alt:before {
  content: "";
}

.icon-esc:before {
  content: "";
}

.icon-bar-graph:before {
  content: "";
}

.icon-bar-graph-2:before {
  content: "";
}

.icon-pie-graph:before {
  content: "";
}

.icon-star3:before {
  content: "";
}

.icon-arrow-left2:before {
  content: "";
}

.icon-arrow-right2:before {
  content: "";
}

.icon-arrow-up2:before {
  content: "";
}

.icon-arrow-down2:before {
  content: "";
}

.icon-volume:before {
  content: "";
}

.icon-mute:before {
  content: "";
}

.icon-content-right:before {
  content: "";
}

.icon-content-left:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-grid-2:before {
  content: "";
}

.icon-columns2:before {
  content: "";
}

.icon-loader:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-ban2:before {
  content: "";
}

.icon-flag3:before {
  content: "";
}

.icon-trash2:before {
  content: "";
}

.icon-expand2:before {
  content: "";
}

.icon-contract:before {
  content: "";
}

.icon-maximize:before {
  content: "";
}

.icon-minimize:before {
  content: "";
}

.icon-plus2:before {
  content: "";
}

.icon-minus2:before {
  content: "";
}

.icon-check3:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-move:before {
  content: "";
}

.icon-delete2:before {
  content: "";
}

.icon-menu2:before {
  content: "";
}

.icon-archive3:before {
  content: "";
}

.icon-inbox3:before {
  content: "";
}

.icon-outbox:before {
  content: "";
}

.icon-file2:before {
  content: "";
}

.icon-file-add:before {
  content: "";
}

.icon-file-subtract:before {
  content: "";
}

.icon-help2:before {
  content: "";
}

.icon-open:before {
  content: "";
}

.icon-ellipsis:before {
  content: "";
}

.icon-glass:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope-o:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-o:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-times:before {
  content: "";
}

.icon-search-plus:before {
  content: "";
}

.icon-search-minus:before {
  content: "";
}

.icon-power-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-gear:before {
  content: "";
}

.icon-trash-o:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-file-o:before {
  content: "";
}

.icon-clock-o:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-arrow-circle-o-down:before {
  content: "";
}

.icon-arrow-circle-o-up:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle-o:before {
  content: "";
}

.icon-repeat:before {
  content: "";
}

.icon-rotate-right:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-dedent:before {
  content: "";
}

.icon-outdent:before {
  content: "";
}

.icon-indent:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-photo:before {
  content: "";
}

.icon-picture-o:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-pencil-square-o:before {
  content: "";
}

.icon-share-square-o:before {
  content: "";
}

.icon-check-square-o:before {
  content: "";
}

.icon-arrows:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-times-circle:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-question-circle:before {
  content: "";
}

.icon-info-circle:before {
  content: "";
}

.icon-crosshairs:before {
  content: "";
}

.icon-times-circle-o:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-mail-forward:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-compress:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eye-slash:before {
  content: "";
}

.icon-exclamation-triangle:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-arrows-v:before {
  content: "";
}

.icon-arrows-h:before {
  content: "";
}

.icon-bar-chart:before {
  content: "";
}

.icon-bar-chart-o:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-cogs:before {
  content: "";
}

.icon-gears:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-o-up:before {
  content: "";
}

.icon-thumbs-o-down:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-o:before {
  content: "";
}

.icon-sign-out:before {
  content: "";
}

.icon-linkedin-square:before {
  content: "";
}

.icon-thumb-tack:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-sign-in:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-square:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-lemon-o:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-square-o:before {
  content: "";
}

.icon-bookmark-o:before {
  content: "";
}

.icon-phone-square:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook-f:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-feed:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-hdd-o:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bell-o:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-o-right:before {
  content: "";
}

.icon-hand-o-left:before {
  content: "";
}

.icon-hand-o-up:before {
  content: "";
}

.icon-hand-o-down:before {
  content: "";
}

.icon-arrow-circle-left:before {
  content: "";
}

.icon-arrow-circle-right:before {
  content: "";
}

.icon-arrow-circle-up:before {
  content: "";
}

.icon-arrow-circle-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-arrows-alt:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-chain:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-flask:before {
  content: "";
}

.icon-cut:before {
  content: "";
}

.icon-scissors:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-files-o:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-floppy-o:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-navicon:before {
  content: "";
}

.icon-reorder:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-square:before {
  content: "";
}

.icon-google-plus-square:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-sort:before {
  content: "";
}

.icon-unsorted:before {
  content: "";
}

.icon-sort-desc:before {
  content: "";
}

.icon-sort-down:before {
  content: "";
}

.icon-sort-asc:before {
  content: "";
}

.icon-sort-up:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-rotate-left:before {
  content: "";
}

.icon-undo:before {
  content: "";
}

.icon-gavel:before {
  content: "";
}

.icon-legal:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-tachometer:before {
  content: "";
}

.icon-comment-o:before {
  content: "";
}

.icon-comments-o:before {
  content: "";
}

.icon-bolt:before {
  content: "";
}

.icon-flash:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-clipboard:before {
  content: "";
}

.icon-paste:before {
  content: "";
}

.icon-lightbulb-o:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-cutlery:before {
  content: "";
}

.icon-file-text-o:before {
  content: "";
}

.icon-building-o:before {
  content: "";
}

.icon-hospital-o:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-square:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-mobile-phone:before {
  content: "";
}

.icon-circle-o:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-mail-reply:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-o:before {
  content: "";
}

.icon-folder-open-o:before {
  content: "";
}

.icon-smile-o:before {
  content: "";
}

.icon-frown-o:before {
  content: "";
}

.icon-meh-o:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard-o:before {
  content: "";
}

.icon-flag-o:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-mail-reply-all:before {
  content: "";
}

.icon-reply-all:before {
  content: "";
}

.icon-star-half-empty:before {
  content: "";
}

.icon-star-half-full:before {
  content: "";
}

.icon-star-half-o:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-chain-broken:before {
  content: "";
}

.icon-unlink:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle-piece:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-slash:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-o:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-circle-left:before {
  content: "";
}

.icon-chevron-circle-right:before {
  content: "";
}

.icon-chevron-circle-up:before {
  content: "";
}

.icon-chevron-circle-down:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-ellipsis-h:before {
  content: "";
}

.icon-ellipsis-v:before {
  content: "";
}

.icon-rss-square:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-square:before {
  content: "";
}

.icon-minus-square-o:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-pencil-square:before {
  content: "";
}

.icon-external-link-square:before {
  content: "";
}

.icon-share-square:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-caret-square-o-down:before {
  content: "";
}

.icon-toggle-down:before {
  content: "";
}

.icon-caret-square-o-up:before {
  content: "";
}

.icon-toggle-up:before {
  content: "";
}

.icon-caret-square-o-right:before {
  content: "";
}

.icon-toggle-right:before {
  content: "";
}

.icon-eur:before {
  content: "";
}

.icon-euro:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before {
  content: "";
}

.icon-usd:before {
  content: "";
}

.icon-inr:before {
  content: "";
}

.icon-rupee:before {
  content: "";
}

.icon-cny:before {
  content: "";
}

.icon-jpy:before {
  content: "";
}

.icon-rmb:before {
  content: "";
}

.icon-yen:before {
  content: "";
}

.icon-rouble:before {
  content: "";
}

.icon-rub:before {
  content: "";
}

.icon-ruble:before {
  content: "";
}

.icon-krw:before {
  content: "";
}

.icon-won:before {
  content: "";
}

.icon-bitcoin:before {
  content: "";
}

.icon-btc:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-alpha-asc:before {
  content: "";
}

.icon-sort-alpha-desc:before {
  content: "";
}

.icon-sort-amount-asc:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

.icon-sort-numeric-asc:before {
  content: "";
}

.icon-sort-numeric-desc:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-youtube-square:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-xing-square:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-stack-overflow:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-bitbucket-square:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr-square:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before {
  content: "";
}

.icon-gratipay:before {
  content: "";
}

.icon-sun-o:before {
  content: "";
}

.icon-moon-o:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-pagelines:before {
  content: "";
}

.icon-stack-exchange:before {
  content: "";
}

.icon-arrow-circle-o-right:before {
  content: "";
}

.icon-arrow-circle-o-left:before {
  content: "";
}

.icon-caret-square-o-left:before {
  content: "";
}

.icon-toggle-left:before {
  content: "";
}

.icon-dot-circle-o:before {
  content: "";
}

.icon-wheelchair:before {
  content: "";
}

.icon-vimeo-square:before {
  content: "";
}

.icon-try:before {
  content: "";
}

.icon-turkish-lira:before {
  content: "";
}

.icon-plus-square-o:before {
  content: "";
}

.icon-space-shuttle:before {
  content: "";
}

.icon-slack:before {
  content: "";
}

.icon-envelope-square:before {
  content: "";
}

.icon-wordpress:before {
  content: "";
}

.icon-openid:before {
  content: "";
}

.icon-bank:before {
  content: "";
}

.icon-institution:before {
  content: "";
}

.icon-university:before {
  content: "";
}

.icon-graduation-cap:before {
  content: "";
}

.icon-mortar-board:before {
  content: "";
}

.icon-yahoo:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-reddit:before {
  content: "";
}

.icon-reddit-square:before {
  content: "";
}

.icon-stumbleupon-circle:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-delicious:before {
  content: "";
}

.icon-digg:before {
  content: "";
}

.icon-pied-piper-pp:before {
  content: "";
}

.icon-pied-piper-alt:before {
  content: "";
}

.icon-drupal:before {
  content: "";
}

.icon-joomla:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-child:before {
  content: "";
}

.icon-paw:before {
  content: "";
}

.icon-spoon:before {
  content: "";
}

.icon-cube:before {
  content: "";
}

.icon-cubes:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-behance-square:before {
  content: "";
}

.icon-steam:before {
  content: "";
}

.icon-steam-square:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-automobile:before {
  content: "";
}

.icon-car:before {
  content: "";
}

.icon-cab:before {
  content: "";
}

.icon-taxi:before {
  content: "";
}

.icon-tree:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-deviantart:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-file-pdf-o:before {
  content: "";
}

.icon-file-word-o:before {
  content: "";
}

.icon-file-excel-o:before {
  content: "";
}

.icon-file-powerpoint-o:before {
  content: "";
}

.icon-file-image-o:before {
  content: "";
}

.icon-file-photo-o:before {
  content: "";
}

.icon-file-picture-o:before {
  content: "";
}

.icon-file-archive-o:before {
  content: "";
}

.icon-file-zip-o:before {
  content: "";
}

.icon-file-audio-o:before {
  content: "";
}

.icon-file-sound-o:before {
  content: "";
}

.icon-file-movie-o:before {
  content: "";
}

.icon-file-video-o:before {
  content: "";
}

.icon-file-code-o:before {
  content: "";
}

.icon-vine:before {
  content: "";
}

.icon-codepen:before {
  content: "";
}

.icon-jsfiddle:before {
  content: "";
}

.icon-life-bouy:before {
  content: "";
}

.icon-life-buoy:before {
  content: "";
}

.icon-life-ring:before {
  content: "";
}

.icon-life-saver:before {
  content: "";
}

.icon-support:before {
  content: "";
}

.icon-circle-o-notch:before {
  content: "";
}

.icon-ra:before {
  content: "";
}

.icon-rebel:before {
  content: "";
}

.icon-resistance:before {
  content: "";
}

.icon-empire:before {
  content: "";
}

.icon-ge:before {
  content: "";
}

.icon-git-square:before {
  content: "";
}

.icon-git:before {
  content: "";
}

.icon-hacker-news:before {
  content: "";
}

.icon-y-combinator-square:before {
  content: "";
}

.icon-yc-square:before {
  content: "";
}

.icon-tencent-weibo:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-wechat:before {
  content: "";
}

.icon-weixin:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-paper-plane-o:before {
  content: "";
}

.icon-send-o:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-circle-thin:before {
  content: "";
}

.icon-header:before {
  content: "";
}

.icon-paragraph:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-share-alt-square:before {
  content: "";
}

.icon-bomb:before {
  content: "";
}

.icon-futbol-o:before {
  content: "";
}

.icon-soccer-ball-o:before {
  content: "";
}

.icon-tty:before {
  content: "";
}

.icon-binoculars:before {
  content: "";
}

.icon-plug:before {
  content: "";
}

.icon-slideshare:before {
  content: "";
}

.icon-twitch:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-newspaper-o:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-google-wallet:before {
  content: "";
}

.icon-cc-visa:before {
  content: "";
}

.icon-cc-mastercard:before {
  content: "";
}

.icon-cc-discover:before {
  content: "";
}

.icon-cc-amex:before {
  content: "";
}

.icon-cc-paypal:before {
  content: "";
}

.icon-cc-stripe:before {
  content: "";
}

.icon-bell-slash:before {
  content: "";
}

.icon-bell-slash-o:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-copyright:before {
  content: "";
}

.icon-at:before {
  content: "";
}

.icon-eyedropper:before {
  content: "";
}

.icon-paint-brush:before {
  content: "";
}

.icon-birthday-cake:before {
  content: "";
}

.icon-area-chart:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-line-chart:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-lastfm-square:before {
  content: "";
}

.icon-toggle-off:before {
  content: "";
}

.icon-toggle-on:before {
  content: "";
}

.icon-bicycle:before {
  content: "";
}

.icon-bus:before {
  content: "";
}

.icon-ioxhost:before {
  content: "";
}

.icon-angellist:before {
  content: "";
}

.icon-cc:before {
  content: "";
}

.icon-ils:before {
  content: "";
}

.icon-shekel:before {
  content: "";
}

.icon-sheqel:before {
  content: "";
}

.icon-meanpath:before {
  content: "";
}

.icon-buysellads:before {
  content: "";
}

.icon-connectdevelop:before {
  content: "";
}

.icon-dashcube:before {
  content: "";
}

.icon-forumbee:before {
  content: "";
}

.icon-leanpub:before {
  content: "";
}

.icon-sellsy:before {
  content: "";
}

.icon-shirtsinbulk:before {
  content: "";
}

.icon-simplybuilt:before {
  content: "";
}

.icon-skyatlas:before {
  content: "";
}

.icon-cart-plus:before {
  content: "";
}

.icon-cart-arrow-down:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-ship:before {
  content: "";
}

.icon-user-secret:before {
  content: "";
}

.icon-motorcycle:before {
  content: "";
}

.icon-street-view:before {
  content: "";
}

.icon-heartbeat:before {
  content: "";
}

.icon-venus:before {
  content: "";
}

.icon-mars:before {
  content: "";
}

.icon-mercury:before {
  content: "";
}

.icon-intersex:before {
  content: "";
}

.icon-transgender:before {
  content: "";
}

.icon-transgender-alt:before {
  content: "";
}

.icon-venus-double:before {
  content: "";
}

.icon-mars-double:before {
  content: "";
}

.icon-venus-mars:before {
  content: "";
}

.icon-mars-stroke:before {
  content: "";
}

.icon-mars-stroke-v:before {
  content: "";
}

.icon-mars-stroke-h:before {
  content: "";
}

.icon-neuter:before {
  content: "";
}

.icon-genderless:before {
  content: "";
}

.icon-facebook-official:before {
  content: "";
}

.icon-pinterest-p:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-server:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-user-times:before {
  content: "";
}

.icon-bed:before {
  content: "";
}

.icon-hotel:before {
  content: "";
}

.icon-viacoin:before {
  content: "";
}

.icon-train:before {
  content: "";
}

.icon-subway:before {
  content: "";
}

.icon-medium:before {
  content: "";
}

.icon-y-combinator:before {
  content: "";
}

.icon-yc:before {
  content: "";
}

.icon-optin-monster:before {
  content: "";
}

.icon-opencart:before {
  content: "";
}

.icon-expeditedssl:before {
  content: "";
}

.icon-battery-4:before {
  content: "";
}

.icon-battery-full:before {
  content: "";
}

.icon-battery-3:before {
  content: "";
}

.icon-battery-three-quarters:before {
  content: "";
}

.icon-battery-2:before {
  content: "";
}

.icon-battery-half:before {
  content: "";
}

.icon-battery-1:before {
  content: "";
}

.icon-battery-quarter:before {
  content: "";
}

.icon-battery-0:before {
  content: "";
}

.icon-battery-empty:before {
  content: "";
}

.icon-mouse-pointer:before {
  content: "";
}

.icon-i-cursor:before {
  content: "";
}

.icon-object-group:before {
  content: "";
}

.icon-object-ungroup:before {
  content: "";
}

.icon-sticky-note:before {
  content: "";
}

.icon-sticky-note-o:before {
  content: "";
}

.icon-cc-jcb:before {
  content: "";
}

.icon-cc-diners-club:before {
  content: "";
}

.icon-clone:before {
  content: "";
}

.icon-balance-scale:before {
  content: "";
}

.icon-hourglass-o:before {
  content: "";
}

.icon-hourglass-1:before {
  content: "";
}

.icon-hourglass-start:before {
  content: "";
}

.icon-hourglass-2:before {
  content: "";
}

.icon-hourglass-half:before {
  content: "";
}

.icon-hourglass-3:before {
  content: "";
}

.icon-hourglass-end:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-hand-grab-o:before {
  content: "";
}

.icon-hand-rock-o:before {
  content: "";
}

.icon-hand-paper-o:before {
  content: "";
}

.icon-hand-stop-o:before {
  content: "";
}

.icon-hand-scissors-o:before {
  content: "";
}

.icon-hand-lizard-o:before {
  content: "";
}

.icon-hand-spock-o:before {
  content: "";
}

.icon-hand-pointer-o:before {
  content: "";
}

.icon-hand-peace-o:before {
  content: "";
}

.icon-trademark:before {
  content: "";
}

.icon-registered:before {
  content: "";
}

.icon-creative-commons:before {
  content: "";
}

.icon-gg:before {
  content: "";
}

.icon-gg-circle:before {
  content: "";
}

.icon-tripadvisor:before {
  content: "";
}

.icon-odnoklassniki:before {
  content: "";
}

.icon-odnoklassniki-square:before {
  content: "";
}

.icon-get-pocket:before {
  content: "";
}

.icon-wikipedia-w:before {
  content: "";
}

.icon-safari:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-firefox:before {
  content: "";
}

.icon-opera:before {
  content: "";
}

.icon-internet-explorer:before {
  content: "";
}

.icon-television:before {
  content: "";
}

.icon-tv:before {
  content: "";
}

.icon-contao:before {
  content: "";
}

.icon-500px:before {
  content: "";
}

.icon-amazon:before {
  content: "";
}

.icon-calendar-plus-o:before {
  content: "";
}

.icon-calendar-minus-o:before {
  content: "";
}

.icon-calendar-times-o:before {
  content: "";
}

.icon-calendar-check-o:before {
  content: "";
}

.icon-industry:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-map-signs:before {
  content: "";
}

.icon-map-o:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-commenting:before {
  content: "";
}

.icon-commenting-o:before {
  content: "";
}

.icon-houzz:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-black-tie:before {
  content: "";
}

.icon-fonticons:before {
  content: "";
}

.icon-reddit-alien:before {
  content: "";
}

.icon-edge:before {
  content: "";
}

.icon-credit-card-alt:before {
  content: "";
}

.icon-codiepie:before {
  content: "";
}

.icon-modx:before {
  content: "";
}

.icon-fort-awesome:before {
  content: "";
}

.icon-usb:before {
  content: "";
}

.icon-product-hunt:before {
  content: "";
}

.icon-mixcloud:before {
  content: "";
}

.icon-scribd:before {
  content: "";
}

.icon-pause-circle:before {
  content: "";
}

.icon-pause-circle-o:before {
  content: "";
}

.icon-stop-circle:before {
  content: "";
}

.icon-stop-circle-o:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.icon-shopping-basket:before {
  content: "";
}

.icon-hashtag:before {
  content: "";
}

.icon-bluetooth:before {
  content: "";
}

.icon-bluetooth-b:before {
  content: "";
}

.icon-percent:before {
  content: "";
}

.icon-gitlab:before {
  content: "";
}

.icon-wpbeginner:before {
  content: "";
}

.icon-wpforms:before {
  content: "";
}

.icon-envira:before {
  content: "";
}

.icon-universal-access:before {
  content: "";
}

.icon-wheelchair-alt:before {
  content: "";
}

.icon-question-circle-o:before {
  content: "";
}

.icon-blind:before {
  content: "";
}

.icon-audio-description:before {
  content: "";
}

.icon-volume-control-phone:before {
  content: "";
}

.icon-braille:before {
  content: "";
}

.icon-assistive-listening-systems:before {
  content: "";
}

.icon-american-sign-language-interpreting:before {
  content: "";
}

.icon-asl-interpreting:before {
  content: "";
}

.icon-deaf:before {
  content: "";
}

.icon-deafness:before {
  content: "";
}

.icon-hard-of-hearing:before {
  content: "";
}

.icon-glide:before {
  content: "";
}

.icon-glide-g:before {
  content: "";
}

.icon-sign-language:before {
  content: "";
}

.icon-signing:before {
  content: "";
}

.icon-low-vision:before {
  content: "";
}

.icon-viadeo:before {
  content: "";
}

.icon-viadeo-square:before {
  content: "";
}

.icon-snapchat:before {
  content: "";
}

.icon-snapchat-ghost:before {
  content: "";
}

.icon-snapchat-square:before {
  content: "";
}

.icon-pied-piper:before {
  content: "";
}

.icon-first-order:before {
  content: "";
}

.icon-yoast:before {
  content: "";
}

.icon-themeisle:before {
  content: "";
}

.icon-google-plus-circle:before {
  content: "";
}

.icon-google-plus-official:before {
  content: "";
}

.icon-fa:before {
  content: "";
}

.icon-font-awesome:before {
  content: "";
}

/*----------------------------------------
 Odometer
----------------------------------------*/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  display: inline-block;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  display: inline-block;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  display: inline-block;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 1s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 1s;
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value,
.odometer-formatting-mark {
  font-weight: bold;
  font-weight: normal;
  font-family: "robocon";
}

/*----------------------------------------
 Library
----------------------------------------*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

/** THEME
===================================*/
#agentDescBase .bx-wrapper .bx-viewport {
  height: 500px !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  color: #aaa;
}

.bx-wrapper .bx-prev {
  left: 0;
}
.bx-wrapper .bx-prev:before {
  content: "";
}

.bx-wrapper .bx-next {
  right: 0;
}
.bx-wrapper .bx-next:before {
  content: "";
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  outline: 0;
  width: 30px;
  height: 30px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  text-align: center;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*----------------------------------------
 Design
----------------------------------------*/
/* ------------ Variable ------------ */
/* ------------ Special ------------ */
#header {
  z-index: 4;
}

#globalPankuzu {
  z-index: 3;
}

#specialBase .panelArea {
  position: relative;
  height: 580px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#specialBase .panelArea:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../imageFile/user_pc/special/panel_bg.png);
  background-size: 3px 2px;
}
#specialBase .panelArea:after {
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background-color: #f0f0f0;
  z-index: 1;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
}
#specialBase .contentArea {
  position: relative;
  width: 940px;
  margin: -580px auto 0;
  background-color: #fff;
  z-index: 2;
}
#specialBase .contentArea .articlePanel {
  position: relative;
  height: 430px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-size: 100% auto;
  background-position: center center;
}
#specialBase .contentArea .articlePanel:before {
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -470px;
  bottom: 0;
  width: 940px;
  height: 60px;
  background-color: #fff;
  z-index: 1;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  z-index: 0;
}
#specialBase .contentArea .articleTitle {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0 30px;
  text-align: center;
  z-index: 2;
}
#specialBase .contentArea .articleTitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -45px;
  display: inline-block;
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
}
#specialBase .contentArea .articleTitle .label {
  position: absolute;
  left: 20px;
  top: -40px;
  width: 130px;
  height: 40px;
  font-family: "robocon";
  text-align: center;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  z-index: 10;
}
#specialBase .contentArea .articleTitle .label .text {
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.3em;
}
#specialBase .contentArea .articleTitle .label.label--hack {
  width: 150px;
}
#specialBase .contentArea .articleTitle .label.label--hack .text {
  width: 130px;
  letter-spacing: 0.15em;
}
#specialBase .contentArea .articleTitle .mini {
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
#specialBase .contentArea .articleTitle .main {
  margin-top: 15px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
#specialBase .contentArea .articleData {
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}
#specialBase .contentArea .articleData .dataUnit {
  position: relative;
}
#specialBase .contentArea .articleData .dataUnit + .dataUnit {
  margin-top: 15px;
}
#specialBase .contentArea .articleData .dataUnit .tag {
  font-size: 15px;
  color: #333;
  line-height: 1.3;
  text-decoration: underline;
}
#specialBase .contentArea .articleData .dataUnit .tag:before {
  content: "#";
}
#specialBase .contentArea .articleData .dataUnit .tag + .tag {
  margin-left: 10px;
}
#specialBase .contentArea .articleData .dataUnit .tag:hover {
  color: #fa2;
}
#specialBase .contentArea .articleData .dataUnit .label {
  font-size: 15px;
  color: #888;
}
#specialBase .contentArea .articleData .dataUnit .label:after {
  content: "：";
}
#specialBase .contentArea .articleData .dataUnit .date {
  font-size: 15px;
  color: #888;
}
#specialBase .contentArea .articleData .dataUnit .new {
  margin-left: 5px;
  font-size: 15px;
  color: #f77;
}
#specialBase .contentArea .articleData .dataUnit .update {
  margin-left: 20px;
}
#specialBase .contentArea .articleData .dataUnit .job {
  position: absolute;
  right: 0;
  bottom: -1px;
  display: inline-block;
  padding: 0 4px;
  height: 19px;
  font-size: 13px;
  color: #a19fc9;
  border: 1px solid #a19fc9;
  line-height: 17px;
  text-align: right;
}
@media all and (-ms-high-contrast: none) {
  #specialBase .contentArea .articleData .dataUnit .job {
    line-height: 23px;
  }
}
#specialBase .contentArea .articleContent .catch, #specialBase .contentArea .articleContent .text, #specialBase .contentArea .articleContent .jobListSet, #specialBase .contentArea .articleContent .contentList, #specialBase .contentArea .articleContent .favDoneSet, #specialBase .contentArea .articleContent .youtube, #specialBase .contentArea .articleContent .innerLink, #specialBase .contentArea .articleContent .quote, #specialBase .contentArea .articleContent .pointCatch {
  position: relative;
  z-index: 2;
}
#specialBase .contentArea .articleContent .catch, #specialBase .contentArea .articleContent .text {
  position: relative;
  width: 600px;
  padding: 0;
  z-index: 2;
}
#specialBase .contentArea .articleContent .catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px auto 0;
  letter-spacing: 0.2em;
}
#specialBase .contentArea .articleContent .text {
  font-size: 14px;
  line-height: 1.75;
  margin: 20px auto 30px;
  text-align: justify;
}
#specialBase .contentArea .articleContent .text + .text {
  margin-top: 20px;
}
#specialBase .contentArea .articleContent .text.border .frame_outline {
  display: inline-block;
  padding: 1px;
  border: 1px solid #abd;
}
#specialBase .contentArea .articleContent .text.border .frame_outline .frame {
  display: block;
  padding: 25px 30px;
  border: 1px solid #abd;
  font-size: 14px;
  line-height: 1.85;
  word-break: normal;
  word-wrap: break-word;
}
#specialBase .contentArea .articleContent .text.textSmall {
  font-size: 10px;
  line-height: 1.5;
}
#specialBase .contentArea .articleContent .text .underline {
  text-decoration: underline;
}
#specialBase .contentArea .articleContent .text .bold {
  font-weight: bold;
}
#specialBase .contentArea .articleContent .contentList {
  width: 600px;
  margin: 0 auto;
  padding: 25px 30px;
  background-color: #f9f9f9;
}
#specialBase .contentArea .articleContent .contentList .listTitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #ddd;
}
#specialBase .contentArea .articleContent .contentList .catchTitleList .catchTitle + .catchTitle {
  margin-top: 15px;
}
#specialBase .contentArea .articleContent .contentList .catchTitleList .catchTitle a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
#specialBase .contentArea .articleContent .contentList .catchTitleList .catchTitle a:before {
  content: "・";
  position: absolute;
  left: 0;
}
#specialBase .contentArea .articleContent .contentList .catchTitleList .catchTitle a:hover {
  color: #fa2;
}
#specialBase .contentArea .articleContent .photo {
  position: relative;
  margin-top: -10px;
  z-index: 1;
  overflow: hidden;
}
#specialBase .contentArea .articleContent .photo:before, #specialBase .contentArea .articleContent .photo:after {
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 180px;
  left: 0;
  background-color: #fff;
}
#specialBase .contentArea .articleContent .photo:before {
  top: -180px;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
}
#specialBase .contentArea .articleContent .photo:after {
  bottom: -180px;
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
#specialBase .contentArea .articleContent .photo img {
  width: 100%;
  height: auto;
}
#specialBase .contentArea .articleContent .photo + .text {
  margin-top: 30px;
}
#specialBase .contentArea .articleContent .youtube {
  margin: 20px auto;
  width: 600px;
}
#specialBase .contentArea .articleContent .youtube .frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#specialBase .contentArea .articleContent .youtube .frame .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#specialBase .contentArea .articleContent .innerLink {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
#specialBase .contentArea .articleContent .innerLink:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 11px;
  transform: translateY(-50%);
}
#specialBase .contentArea .articleContent .quote {
  position: relative;
  width: 600px;
  margin: 20px auto;
  border-left: 3px solid #eaeaea;
  z-index: 2;
}
#specialBase .contentArea .articleContent .quote:before {
  content: "“";
  color: #dadada;
  position: absolute;
  left: 6px;
  top: 0;
  font-size: 45px;
  z-index: 3;
}
#specialBase .contentArea .articleContent .quote .text {
  padding: 15px 30px;
}
#specialBase .contentArea .articleContent .jobListSet {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  padding: 50px 170px;
  background-color: #f3f5f8;
}
#specialBase .contentArea .articleContent .jobListSet:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  top: -20px;
  margin-left: -40px;
  line-height: 0;
  border-left: 40px solid transparent;
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
#specialBase .contentArea .articleContent .jobListSet + .catch {
  margin-top: 50px;
}
#specialBase .contentArea .articleContent .jobListSet + .photo {
  margin-top: 25px;
}
#specialBase .contentArea .articleContent .jobListSet .navCopy {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.3em;
  text-align: center;
  color: #78b;
}
#specialBase .contentArea .articleContent .jobListSet .bx-wrapper {
  box-shadow: 0 5px 20px -8px shade(rgba(0, 0, 0, 0.2), 10%);
}
#specialBase .contentArea .articleContent .jobListSet .jobList {
  display: flex;
  display: -webkit-flex;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job {
  background-color: #fff;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail {
  display: block;
  padding: 30px 30px 75px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase {
  overflow: hidden;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase .imgCell {
  float: right;
  width: 100px;
  margin: 0 0 15px 15px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase .imgCell img {
  width: 100px;
  height: auto;
  padding-top: 5px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase .nameCell .name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.45;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase .nameCell .company {
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  letter-spacing: 0.15em;
  line-height: 1.45;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase .nameCell .dataSet {
  margin-top: 10px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase .nameCell .dataSet .data {
  margin-right: 15px;
  font-size: 13px;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase .nameCell .dataSet .data:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  top: -1px;
  vertical-align: middle;
  color: #78b;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase .nameCell .dataSet .data.data--income:before {
  content: "";
  top: -2px;
  margin-right: 3px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .cellBase .nameCell .dataSet .data.data--area:before {
  content: "";
  margin-right: 2px;
  font-size: 13px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .toDetail .copy {
  font-size: 13px;
  margin-top: 10px;
  color: #333;
  line-height: 1.5;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn .md_btn {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  letter-spacing: 0.2em;
  box-shadow: none;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn .md_btn:hover, #specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn .md_btn:active {
  top: 0;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav {
  position: relative;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .md_btn {
  background: linear-gradient(to right, rgba(153, 204, 119, 0.9), rgba(119, 204, 102, 0.9));
  background-color: #77cc66;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .md_btn:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  top: -2px;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .md_btn:hover {
  background-color: white;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .md_btn.md_btn--done {
  background: #bbb !important;
  color: #fff !important;
  box-shadow: none !important;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .md_btn.md_btn--done:hover, #specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .md_btn.md_btn--done:active {
  top: 0;
  transition: none !important;
  box-shadow: none !important;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .md_btn.md_btn--entryDone:before {
  content: "";
  top: -1px;
  font-size: 12px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .favTip {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 20px 0;
  text-align: center;
  background-color: #f3faf0;
  font-size: 14px;
  font-weight: bold;
  color: #7c6;
  letter-spacing: 0.15em;
  display: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .favTip:before, #specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--fav .favTip:after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
  line-height: 0;
  border-left: 7px solid transparent;
  border-top: 7px solid #f3faf0;
  border-right: 7px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--next .md_btn {
  background: #fafafa;
  color: #78b;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet .btn.btn--next:hover {
  background: #fdfdfd;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet.btnSet--done {
  display: block;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet.btnSet--done .btn--next {
  display: block;
  width: 100%;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet.btnSet--done .btn--next .md_btn {
  line-height: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  align-items: center;
  -webkit-align-items: center;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet.btnSet--done .btn--next .md_btn .doneBtn {
  display: block;
  padding-top: 1px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet.btnSet--done .btn--next .md_btn .doneBtn .doneCopy {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #78b;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet.btnSet--done .btn--next .md_btn .doneBtn .doneCopy:before {
  content: "（";
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet.btnSet--done .btn--next .md_btn .doneBtn .doneCopy:after {
  content: "）";
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet.btnSet--done .btn--next.btn--toDesc .md_btn {
  position: relative;
}
#specialBase .contentArea .articleContent .jobListSet .jobList .job .btnSet.btnSet--done .btn--next.btn--toDesc .md_btn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList.jobList--noSlide {
  display: block;
}
#specialBase .contentArea .articleContent .jobListSet .jobList.jobList--noSlide .job {
  position: relative;
  box-shadow: 0 15px 20px -10px shade(rgba(0, 0, 0, 0.2), 5%);
}
#specialBase .contentArea .articleContent .jobListSet .jobList.jobList--noSlide .job .btnSet .btn {
  width: 100%;
}
#specialBase .contentArea .articleContent .jobListSet .jobList.jobList--noSlide .job + .job {
  margin-top: 30px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList.jobList--noSlide #favNavigation:after {
  left: 50%;
  margin-left: -12px;
}
#specialBase .contentArea .articleContent .jobListSet .jobList.jobList--noSlide #favNavigation + .job {
  margin-top: 30px;
}
#specialBase .contentArea .articleContent .jobListSet .bx-pager {
  display: none;
  opacity: 0;
}
#specialBase .contentArea .articleContent .jobListSet .bx-wrapper .bx-controls-direction a {
  color: #78b;
}
#specialBase .contentArea .articleContent .jobListSet .bx-wrapper .bx-prev {
  left: -50px;
}
#specialBase .contentArea .articleContent .jobListSet .bx-wrapper .bx-next {
  right: -50px;
}
#specialBase .contentArea .articleContent .jobListSet .jobListSet--noSlide {
  padding: 15px 10px 10px;
}
#specialBase .contentArea .articleContent .jobListSet .jobListSet--noSlide .bx-wrapper .bx-pager {
  display: none;
}
#specialBase .contentArea .articleContent .jobListSet .jobListSet--noSlide .jobList + .jobList {
  margin-top: 15px;
}
#specialBase .contentArea .articleContent .jobListSet .btn_toAll {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  position: relative;
  width: 100%;
  margin-top: 25px;
  font-weight: bold;
  text-align: center;
}
#specialBase .contentArea .articleContent .jobListSet .btn_toAll:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
#specialBase .contentArea .articleContent .favDoneSet {
  margin: 30px 0;
  padding: 50px 0;
  background-color: #f3f5f8;
  text-align: center;
  display: none;
}
#specialBase .contentArea .articleContent .favDoneSet .doneCatch {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  color: #78b;
}
#specialBase .contentArea .articleContent .favDoneSet .copy {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.7;
  word-break: normal;
  word-wrap: break-word;
}
#specialBase .contentArea .articleContent .favDoneSet .copy a {
  margin: 0 3px;
  text-decoration: underline;
}
#specialBase .contentArea .articleContent .favDoneSet + .catch {
  margin-top: 30px;
}
#specialBase .contentArea .articleContent .favDoneSet + .photo {
  margin-top: 30px;
}
#specialBase .contentArea .writerSet {
  position: relative;
  margin-top: 40px;
  background: #f3f5f8;
  padding: 40px 0 60px;
}
#specialBase .contentArea .writerSet .setTitle {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #78b;
  text-align: center;
  letter-spacing: 0.2em;
}
#specialBase .contentArea .writerSet .setTitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 40px;
  height: 1px;
  background-color: #78b;
  margin-left: -20px;
}
#specialBase .contentArea .writerSet .setContent {
  position: relative;
  display: table;
  width: 600px;
  margin: 40px auto 0;
}
#specialBase .contentArea .writerSet .setContent .photo, #specialBase .contentArea .writerSet .setContent .text, #specialBase .contentArea .writerSet .setContent .message {
  display: table-cell;
  vertical-align: middle;
}
#specialBase .contentArea .writerSet .setContent .photo {
  width: 90px;
}
#specialBase .contentArea .writerSet .setContent .photo img {
  width: 90px;
  height: auto;
}
#specialBase .contentArea .writerSet .setContent .text {
  width: 210px;
  padding: 0 15px 0 15px;
}
#specialBase .contentArea .writerSet .setContent .text .from {
  font-size: 14px;
  padding-bottom: 5px;
}
#specialBase .contentArea .writerSet .setContent .text .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#specialBase .contentArea .writerSet .setContent .text .sub {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5;
  color: #666;
}
#specialBase .contentArea .writerSet .setContent .message {
  font-size: 14px;
  padding: 0 0 0 15px;
  line-height: 1.45;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#specialBase.specialBase--careerhack .contentArea .articleTitle {
  padding-top: 10px;
}
#specialBase.specialBase--careerhack .contentArea .articleTitle:after {
  background-color: #2993cc;
  background: linear-gradient(to right, #82bad9 0%, #2993cc 100%);
}
#specialBase.specialBase--theme .contentArea {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
#specialBase.specialBase--theme .contentArea .bg_panel {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 60px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
#specialBase.specialBase--theme .contentArea .bg_panel:after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh + 60px);
  background: url(../../imageFile/user_pc/special/panel_bg_large.png) 0 0 repeat;
  background-size: 360px 240px;
  z-index: -1;
}
#specialBase.specialBase--theme .contentArea--check:before {
  content: "";
  background: url(../../_imageServer/special/panel_info.jpg) center no-repeat;
  background-size: cover;
}
#specialBase.specialBase--theme .contentArea .articlePanel:before {
  content: none;
}
#specialBase.specialBase--theme .contentArea .articleTitle {
  display: flex;
  margin-top: 80px;
  padding: 100px 0 100px;
  width: 620px;
  min-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#specialBase.specialBase--theme .contentArea .articleTitle:after {
  content: none;
}
#specialBase.specialBase--theme .contentArea .articleTitle .catch {
  position: relative;
  width: 620px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
#specialBase.specialBase--theme .contentArea .articleTitle .catch:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -45px;
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #fff;
}
#specialBase.specialBase--theme .contentArea .articleTitle .descCopy {
  width: 620px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
#specialBase.specialBase--theme .contentArea .articleContent {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  z-index: 4;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock {
  background-color: #fff;
  padding: 0;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock + .themeBlock {
  margin-top: 50px;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .articleDescSet {
  position: relative;
  padding: 60px 0;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .articleDescSet:after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  bottom: -20px;
  margin-left: -40px;
  line-height: 0;
  border-left: 40px solid transparent;
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  z-index: 3;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .articleDescSet .catch {
  margin: 0 auto;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .articleDescSet .text {
  margin: 0 auto;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .articleDescSet .catch + .text {
  margin-top: 20px;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .articleDescSet .catch + .text .jobListSet {
  margin-top: 50px;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .jobListSet {
  margin-top: 0;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .jobListSet:before {
  content: none;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a {
  display: block;
  background: #fff;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a .imgCell {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  position: relative;
  width: 100%;
  height: 338.29px;
  background-size: cover;
  background-position: center center;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a .textCell {
  position: relative;
  display: block;
  padding: 30px;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a .textCell:before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  width: 100%;
  height: 36px;
  text-align: center;
  background-color: #fff;
  z-index: 0;
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a .textCell .typeIcon {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  position: absolute;
  left: 30px;
  top: -20px;
  z-index: 3;
  width: 110px;
  height: 30px;
  font-family: "robocon";
  text-align: center;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a .textCell .typeIcon .txt {
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  display: inline-block;
  line-height: 31px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.2em;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a .textCell .mini {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #666;
  z-index: 1;
  line-height: 1.2;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a .textCell .title {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  margin-top: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a:hover .imgCell {
  opacity: 0.8;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle a:hover .textCell .title {
  color: #78b;
}
#specialBase.specialBase--theme .contentArea .articleContent .themeBlock .themeArticle + .themeArticle {
  margin-top: 30px;
}
#specialBase.specialBase--selection:before {
  content: "";
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  position: absolute;
  top: 420px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
  z-index: 1;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
}
#specialBase.specialBase--selection .panelArea {
  position: relative;
  top: -30px;
  left: -30px;
  bottom: -30px;
  right: -30px;
  width: calc(100% + 60px);
  height: 580px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(30px);
  overflow: hidden;
  z-index: -2;
}
#specialBase.specialBase--selection .panelArea:before {
  content: none;
}
#specialBase.specialBase--selection .panelArea:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  background: rgba(0, 0, 0, 0.3);
  transform: inherit;
  z-index: -1;
}
#specialBase.specialBase--selection .contentArea {
  margin-top: -580px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background: inherit;
}
#specialBase.specialBase--selection .contentArea .articlePanel {
  background-color: #fff;
  height: auto;
}
#specialBase.specialBase--selection .contentArea .articlePanel:before {
  content: none;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle {
  position: relative;
  display: flex;
  margin-top: 80px;
  width: 100%;
  min-height: 340px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../imageFile/user_pc/special/panel_bg_large.png) 0 0 repeat;
  background-size: 360px 240px;
  z-index: -1;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle:after {
  content: none;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle .articleTitleSet {
  padding: 30px;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle .articleTitleSet .label {
  position: relative;
  left: inherit;
  top: inherit;
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-bottom: 30px;
  font-family: "robocon";
  text-align: center;
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  z-index: 10;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle .articleTitleSet .label .text {
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.3em;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle .articleTitleSet .label.label--hack {
  width: 150px;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle .articleTitleSet .label.label--hack .text {
  width: 130px;
  letter-spacing: 0.15em;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle .articleTitleSet .subLead {
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleTitle .articleTitleSet .catch {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleData {
  position: relative;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleData:before {
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -470px;
  top: -59px;
  width: 940px;
  height: 80px;
  background-color: #fff;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  z-index: 2;
}
#specialBase.specialBase--selection .contentArea .articlePanel .articleData .dataUnit {
  position: relative;
  z-index: 3;
}
#specialBase.specialBase--selection .contentArea .articleContent {
  position: relative;
  margin-top: 60px;
  padding-bottom: 0;
  background-color: transparent;
  z-index: 4;
}
#specialBase.specialBase--selection .contentArea .articleContent .descSet {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}
#specialBase.specialBase--selection .contentArea .articleContent .descSet--function {
  padding-top: 0;
  padding-bottom: 0;
}
#specialBase.specialBase--selection .contentArea .articleContent .pointCatch {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  height: 60px;
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
}
#specialBase.specialBase--selection .contentArea .articleContent .pointCatch .catchText {
  position: absolute;
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  transform: skewY(5deg) translate(-50%, 0%);
}
#specialBase.specialBase--selection .contentArea .articleContent .catch {
  position: relative;
  display: block;
  padding-left: 35px;
  color: #78b;
}
#specialBase.specialBase--selection .contentArea .articleContent .catch:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../imageFile/user_sp/special/icon_check.svg") center no-repeat;
  transform: translateY(-50%);
}
#specialBase.specialBase--selection .contentArea .articleContent .title {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  height: 55px;
  width: 600px;
  margin: 50px auto 0;
  line-height: 55px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}
#specialBase.specialBase--selection .contentArea .articleContent .title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  margin-left: -10px;
  line-height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #92a3c6;
  border-right: 10px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  z-index: 5;
}
#specialBase.specialBase--selection .contentArea .articleContent .jobListSet {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  z-index: 4;
  background-color: transparent;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
#specialBase.specialBase--selection .contentArea .articleContent .jobListSet:before {
  content: none;
}
#specialBase.specialBase--selection .contentArea .articleContent .jobListSet .bg_panel {
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  bottom: -30px;
  right: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(30px);
  overflow: hidden;
  z-index: -2;
}
#specialBase.specialBase--selection .contentArea .articleContent .jobListSet .bg_panel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#specialBase.specialBase--selection .contentArea .articleContent .jobListSet .bg_panel:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  transform: inherit;
}
#specialBase.specialBase--selection .contentArea .articleContent .jobListSet .jobList {
  margin-top: 30px;
}
#specialBase.specialBase--selection .contentArea .articleContent .jobListSet .jobList .btn_toAll {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  position: relative;
  width: 100%;
  margin-top: 25px;
  font-weight: bold;
  text-align: center;
}
#specialBase.specialBase--selection .contentArea .articleContent .jobListSet .jobList .btn_toAll:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
#specialBase.specialBase--selection .contentArea .articleContent #tagFollowList .title_selection {
  width: 600px;
  margin: 0 auto 5px;
  font-size: 18px;
  font-weight: bold;
}

.articleUnderContents--theme {
  position: relative;
  margin-top: 60px;
  padding-top: 20px;
  background-color: #f0f0f0;
  z-index: 4;
}

.articleUnderContents--recommend_none {
  width: 940px;
  margin: 0 auto;
  margin-top: -30px;
  padding-top: 30px;
  background-color: #fff;
}

.categorySkew {
  position: absolute;
  top: -190px;
  left: 0;
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  width: 100%;
  height: 170px;
  z-index: 3;
}
.categorySkew .textSet {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.categorySkew .textSet .text {
  position: absolute;
  bottom: -140px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  transform: skewY(5deg);
}

/* ------------ Sns List ------------ */
.snsListArea {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  z-index: 3;
}
.snsListArea .snsList {
  position: relative;
  display: table;
  width: 600px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  z-index: 3;
}
.snsListArea .snsList .sns {
  display: table-cell;
  width: 119px;
  height: 50px;
  vertical-align: middle;
  border-left: 1px solid #eee;
}
.snsListArea .snsList .sns:last-of-type {
  border-right: 1px solid #eee;
}
.snsListArea .snsList .sns--facebook {
  background: url(../../imageFile/user_pc/special/icon_fb.svg) center no-repeat;
  background-size: 20px;
}
.snsListArea .snsList .sns--twitter {
  background: url(../../imageFile/user_pc/special/icon_twitter.svg) center no-repeat;
  background-size: 20px;
}
.snsListArea .snsList .sns--line {
  background: url(../../imageFile/user_pc/special/icon_line.svg) center no-repeat;
  background-size: 20px;
}
.snsListArea .snsList .sns--hatena {
  background: url(../../imageFile/user_pc/special/icon_hatena.svg) center no-repeat;
  background-size: 20px;
}
.snsListArea .snsList .sns .snsLink {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
.snsListArea .snsList .sns:hover {
  opacity: 0.8;
  transition: all 0.15s ease-in 0s;
}
.snsListArea--under {
  width: 940px;
  margin: 0 auto;
}
.snsListArea--special {
  margin-bottom: 0;
  background: transparent;
  border: none;
}
.snsListArea--special .snsList {
  width: 620px;
  background-color: transparent;
}
.snsListArea--special .snsList .sns {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: none;
}
.snsListArea--special .snsList .sns:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.snsListArea--special .snsList .sns--facebook {
  background-image: url(../../imageFile/user_pc/special/icon_fb_white.svg);
  background-size: 20px;
}
.snsListArea--special .snsList .sns--twitter {
  background-image: url(../../imageFile/user_pc/special/icon_twitter_white.svg);
  background-size: 20px;
}
.snsListArea--special .snsList .sns--line {
  background-image: url(../../imageFile/user_pc/special/icon_line_white.svg);
  background-size: 20px;
}
.snsListArea--special .snsList .sns--hatena {
  background-image: url(../../imageFile/user_pc/special/icon_hatena_white.svg);
  background-size: 20px;
}

/* ------------ tagFollowList ------------ */
#tagFollowList {
  margin: 0 auto 0;
  width: 940px;
  padding: 50px 0px 40px;
  background-color: #fff;
  text-align: left;
}
#tagFollowList .title {
  width: 600px;
  margin: 0 auto 5px;
  font-size: 18px;
  font-weight: bold;
}
#tagFollowList .tagFollow {
  display: table;
  width: 600px;
  margin: 0 auto;
}
#tagFollowList .tagFollow .tagNameCell {
  display: table-cell;
  width: calc(100% - 130px);
  padding: 13px 0;
  vertical-align: middle;
}
#tagFollowList .tagFollow .tagNameCell .tagName {
  font-size: 15px;
  color: #333;
  line-height: 1.3;
  text-decoration: underline;
}
#tagFollowList .tagFollow .tagNameCell .tagName:before {
  content: "#";
}
#tagFollowList .tagFollow .tagNameCell .tagName:hover {
  color: #fa2;
}
#tagFollowList .tagFollow .btnCell {
  display: table-cell;
  width: 130px;
  padding: 15px 0 15px 20px;
  text-align: right;
  vertical-align: middle;
}
#tagFollowList .tagFollow .btnCell .md_btn {
  width: 130px;
  text-align: center;
}
#tagFollowList .tagFollow + .tagFollow {
  border-top: 1px solid #eaeaea;
}

/* ------------ Backnumber ------------ */
#backnumberList .link {
  position: relative;
  display: block;
  padding: 15px 25px 15px 15px;
  background-color: #fff;
  color: #333;
}
#backnumberList .link + .link {
  border-top: 1px solid #eaeaea;
}
#backnumberList .link:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
#backnumberList .link .item {
  font-size: 11px;
}
#backnumberList .link .name {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
#backnumberList .link .date {
  margin-top: 10px;
  font-size: 9px;
  color: #888;
}

/* ------------ Modal ------------ */
/* Wait */
.modal_wait .modalBase {
  top: 30%;
}
.modal_wait .modalBase .modalContent {
  text-align: center;
}
.modal_wait .modalBase .modalContent .catch {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.modal_wait .modalBase .modalContent .copy {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.modal_wait .modalBase .modalContent .button {
  margin-top: 15px;
}
/* ------------ Fav Navigation ------------ */
#favNavigation {
  position: relative;
  margin-top: 20px;
  padding: 20px 10px 15px;
  background-color: #f6fff3;
  box-shadow: 0 2px 4px -5px rgba(0, 0, 0, 0.2);
  display: none;
}
#favNavigation:after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 25%;
  top: -12px;
  line-height: 0;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #f6fff3;
  border-right: 12px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
#favNavigation .cellBase {
  display: table;
  width: 100%;
}
#favNavigation .cellBase .txtCell, #favNavigation .cellBase .imgCell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#favNavigation .cellBase .txtCell {
  padding-right: 8px;
}
#favNavigation .cellBase .txtCell .navCatch {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.15em;
}
#favNavigation .cellBase .txtCell .meritList {
  display: inline-block;
  margin-top: 8px;
  text-align: left;
}
#favNavigation .cellBase .txtCell .meritList .merit {
  font-size: 13px;
  line-height: 1.4;
}
#favNavigation .cellBase .txtCell .meritList .merit:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  top: -1px;
  margin-right: 2px;
  font-size: 15px;
  color: #7c6;
}
#favNavigation .cellBase .imgCell {
  padding: 0 30px 10px 0;
  white-space: nowrap;
}
#favNavigation .cellBase .imgCell .md_btn {
  position: relative;
  background: linear-gradient(to right, rgba(153, 204, 119, 0.9), rgba(119, 204, 102, 0.9));
  background-color: #77cc66;
  width: 130px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.15em;
  animation-name: an_clickedBtn;
  -webkit-animation-name: an_clickedBtn;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
#favNavigation .cellBase .imgCell .md_btn:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  top: -1px;
  font-size: 15px;
  margin-right: 2px;
  vertical-align: middle;
}
#favNavigation .cellBase .imgCell .md_btn:after {
  position: absolute;
  right: 0;
  bottom: -17px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../imageFile/user_pc/global/icon_favTap.svg) center center no-repeat;
  background-size: auto 100%;
  transform: rotate(-15deg);
  animation-name: an_click;
  -webkit-animation-name: an_click;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
#favNavigation .cellBase .imgCell .md_btn:hover {
  top: 0;
}
@keyframes an_clickedBtn {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0.8;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_click {
  0% {
    bottom: -37px;
    opacity: 0;
  }
  20% {
    bottom: -17px;
    opacity: 1;
  }
  70% {
    right: 0;
    bottom: -17px;
  }
  75% {
    right: 3px;
    bottom: -14px;
  }
  80% {
    right: 0;
    bottom: -17px;
  }
  100% {
    bottom: -17px;
    opacity: 1;
  }
}

/* ------------ Special List ------------ */
.recommendListUnit {
  margin-top: 80px;
}
.recommendListUnit .title {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  height: 45px;
  line-height: 45px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}
.recommendListUnit .title:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  line-height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #92a3c6;
  border-right: 10px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  z-index: 2;
}
.recommendListUnit .content {
  margin-top: 40px;
}
.recommendListUnit .content .linkList {
  width: 940px;
  margin: 0 auto;
}
.recommendListUnit .content .linkList + .linkList {
  margin-top: 25px;
}
.recommendListUnit .content .linkList .link {
  display: inline-block;
  width: 300px;
  background: #fff;
  box-shadow: 0 5px 20px -8px shade(rgba(0, 0, 0, 0.2), 10%);
  vertical-align: top;
}
.recommendListUnit .content .linkList .link + .link {
  margin-left: 20px;
}
.recommendListUnit .content .linkList .link a {
  display: block;
}
.recommendListUnit .content .linkList .link a .textCell {
  position: relative;
  display: block;
  padding: 20px;
}
.recommendListUnit .content .linkList .link a .textCell:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #78b;
}
.recommendListUnit .content .linkList .link a .imgCell {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
}
.recommendListUnit .content .linkList .link a .imgCell img {
  width: 100%;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a {
  height: 337px;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .imgCell {
  height: 169px;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .mini {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .catch {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  margin-top: 3px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .num {
  font-size: 14px;
  margin-top: 5px;
  color: #25a;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .num:before {
  content: "（";
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .num:after {
  content: "）";
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .num em {
  font-weight: normal;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a:hover .textCell .catch {
  color: #78b;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a:hover .imgCell {
  opacity: 0.8;
}
.recommendListUnit.recommendListUnit--plan .content .linkList .link a .textCell .catch {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.recommendListUnit.recommendListUnit--plan .content .linkList .link a .textCell .company {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
  letter-spacing: 0.1em;
}
.recommendListUnit.recommendListUnit--job .content {
  margin: 0 auto;
  padding-top: 40px;
}
.recommendListUnit.recommendListUnit--job .content .md_recoArea {
  padding: 0;
}
.recommendListUnit.recommendListUnit--search .content .categoryList {
  margin-top: -15px;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category {
  width: calc((100% - 10px)/2);
  margin-top: 15px;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category .linkBtn {
  position: relative;
  display: block;
  padding: 20px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category .linkBtn:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  top: -1px;
  margin-right: 6px;
  color: #78b;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category .linkBtn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-size: 16px;
  color: #78b;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category.category--jobType {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category.category--jobType .label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category.category--jobType .label:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  top: -1px;
  margin-right: 6px;
  color: #78b;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category.category--jobType .miniLinkList {
  margin-top: 10px;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category.category--jobType .miniLinkList .miniLink {
  width: calc((100% - 5px)/2);
  margin-top: 5px;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category.category--jobType .miniLinkList .miniLink a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 10px;
  background-color: #f3f5f8;
  font-size: 14px;
  font-weight: bold;
}
.recommendListUnit.recommendListUnit--search .content .categoryList .category.category--jobType .miniLinkList .miniLink a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-size: 14px;
  color: #78b;
  right: 7px;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .imgCell {
  position: relative;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell {
  position: relative;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell:before {
  content: "";
  transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 20px;
  text-align: center;
  background-color: #fff;
  z-index: 0;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .typeIcon {
  background: linear-gradient(to right, rgba(163, 159, 201, 0.9), rgba(128, 167, 195, 0.9));
  background-color: #a39fc9;
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  position: absolute;
  left: 20px;
  top: -20px;
  z-index: 3;
  width: 100px;
  height: 25px;
  font-family: "robocon";
  text-align: center;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .typeIcon .text {
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  display: inline-block;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2em;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .typeIcon.typeIcon--careerhack {
  background-color: #2993cc;
  background: linear-gradient(to right, #82bad9 0%, #2993cc 100%);
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .typeIcon.typeIcon--careerhack .text {
  letter-spacing: 0.2em;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .typeIcon.typeIcon--selection {
  background: linear-gradient(to right, rgba(248, 166, 127, 0.9), rgba(244, 159, 190, 0.9));
  background-color: #f8a67f;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .mini {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
  line-height: 1.2;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .catch {
  transition: all 0.15s ease-in 0s;
  -webkit-transition: all 0.15s ease-in 0s;
  height: 60px;
  margin-top: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .num {
  font-size: 14px;
  margin-top: 5px;
  color: #25a;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .num:before {
  content: "（";
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .num:after {
  content: "）";
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .num em {
  font-weight: normal;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .tagSet {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  margin-top: 15px;
  z-index: 2;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .tagSet .tag {
  font-size: 13px;
  color: #666;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .tagSet .tag:before {
  content: "#";
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .tagSet .tag + .tag {
  margin-left: 8px;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .dateSet {
  position: relative;
  margin-top: 39px;
  font-size: 13px;
  color: #888;
  z-index: 2;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .dateSet .label:after {
  content: "：";
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .dateSet .new {
  margin-left: 5px;
  font-weight: bold;
  color: #f77;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a .textCell .tagSet + .dateSet {
  margin-top: 8px;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a:hover .textCell .catch {
  color: #78b;
}
.recommendListUnit.recommendListUnit--special .content .linkList .link a:hover .imgCell {
  opacity: 0.8;
}
.recommendListUnit.recommendListUnit--theme {
  position: relative;
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recommendListUnit.recommendListUnit--theme:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../imageFile/user_pc/special/panel_bg_large.png) 0 0 repeat;
  background-size: 360px 240px;
  z-index: 0;
}
.recommendListUnit.recommendListUnit--theme .title {
  background: #fff;
  color: #333;
  height: 60px;
  line-height: 60px;
}
.recommendListUnit.recommendListUnit--theme .title:before {
  border-top-color: #fff;
}
.recommendListUnit.recommendListUnit--theme .articleTitle {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 40px;
  width: 620px;
  min-height: 360px;
  z-index: 1;
}
.recommendListUnit.recommendListUnit--theme .articleTitle:after {
  content: none;
}
.recommendListUnit.recommendListUnit--theme .articleTitle .catch {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
.recommendListUnit.recommendListUnit--theme .articleTitle .catch:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -45px;
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #fff;
}
.recommendListUnit.recommendListUnit--theme .articleTitle .descCopy {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
.recommendListUnit.recommendListUnit--theme .articleTitle .linkBtnArea {
  text-align: center;
  margin-top: 30px;
}
.recommendListUnit.recommendListUnit--theme .articleTitle .linkBtnArea .linkBtn {
  position: relative;
  display: inline-block;
  width: 220px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  color: #fff;
}
.recommendListUnit.recommendListUnit--theme .articleTitle .linkBtnArea .linkBtn:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  right: 10px;
}
.recommendListUnit.recommendListUnit--theme .innerArticleCount {
  position: relative;
  margin: 40px auto 20px;
  width: 620px;
  text-align: center;
  z-index: 1;
}
.recommendListUnit.recommendListUnit--theme .innerArticleCount .label {
  font-weight: bold;
  color: #fff;
}
.recommendListUnit.recommendListUnit--theme .innerArticleCount .label:after {
  content: "：";
  display: inline-block;
}
.recommendListUnit.recommendListUnit--theme .innerArticleCount .count {
  font-weight: bold;
  color: #fff;
}
.recommendListUnit.recommendListUnit--theme .linkList {
  position: relative;
  height: 100%;
  z-index: 1;
}
.recommendListUnit.recommendListUnit--theme .linkList .link {
  height: 276px;
}
.recommendListUnit.recommendListUnit--theme .linkList .link + .link {
  margin-right: 0;
  margin-left: 0;
}
.recommendListUnit.recommendListUnit--theme .linkList .link a .imgCell {
  height: 169px;
}
.recommendListUnit.recommendListUnit--theme .bx-wrapper .bx-pager {
  display: none;
  padding: 0;
  bottom: -32px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.recommendListUnit.recommendListUnit--theme .bx-wrapper .bx-pager.bx-default-pager a {
  width: 28px;
  height: 2px;
  margin: 0 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  z-index: 3;
}
.recommendListUnit.recommendListUnit--theme .bx-wrapper .bx-pager.bx-default-pager a:hover, .recommendListUnit.recommendListUnit--theme .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
}
.recommendListUnit.recommendListUnit--theme .bx-wrapper .bx-controls-direction a {
  margin-top: -40px;
  width: 80px;
  height: 80px;
}
.recommendListUnit.recommendListUnit--theme .bx-wrapper .bx-controls-direction a:before {
  font-size: 60px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.3);
}
.recommendListUnit.recommendListUnit--theme .bx-wrapper .bx-controls-direction a.bx-prev:before {
  left: -60%;
}
.recommendListUnit.recommendListUnit--theme .bx-wrapper .bx-controls-direction a.bx-next:before {
  left: 160%;
}
.recommendListUnit.recommendListUnit--theme + .recommendListUnit--theme {
  margin-top: 0;
  padding: 40px 0 80px;
}
.recommendListUnit.recommendListUnit--theme + .recommendListUnit--theme .content {
  margin-top: 0;
}

.modal_logoutEntry .modalBase {
  top: 50%;
}
.modal_logoutEntry .modalBase .modalContent {
  text-align: center;
}
.modal_logoutEntry .modalBase .modalContent .catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  font-weight: normal;
}
.modal_logoutEntry .modalBase .modalContent .copy {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.3;
}
.modal_logoutEntry .modalBase .modalContent .button {
  margin-top: 15px;
}
.modal_logoutEntry .modalBase .modalContent .button .md_btn {
  width: 200px;
}
.modal_logoutEntry .modalBase .modalContent .button .md_btn + .md_btn {
  margin-left: 4%;
}
.modal_logoutEntry .modalBase .modalContent .button .md_btn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
.modal_logoutEntry .modalBase .modalContent .button .md_btn.md_btn--signup {
  background: linear-gradient(to right, rgba(248, 166, 127, 0.9), rgba(244, 159, 190, 0.9));
  background-color: #f8a67f;
}
.modal_logoutEntry .modalBase .modalContent .button .md_btn.md_btn--signup:hover {
  background-color: white;
}
.modal_logoutEntry .modalBase .modalContent .button .md_btn.md_btn--login {
  background: #fafafa;
  color: #78b;
}
.modal_logoutEntry .modalBase .modalContent .button .md_btn.md_btn--login:hover {
  background: #fff;
}