@charset "UTF-8";

.c-naviTabs .naviTabs__item .naviTabs__item__anchor,
.c-naviTabs .naviTabs__item .naviTabs__item__span{
  padding-left: 0;
  padding-right: 0;
}

.page_profile *{box-sizing:border-box;}/* スマホで文字が拡大する不具合対策 */

/* clearfix--setting */
.profile-impression:after,
.cardview--wrap:after,
.listview--definition-list:after,
.work-status-box dl:after{
  clear: both;
  content: "";
  display: block;
  height: 0;
}

/* ===============================================
  Override
=============================================== */

/* __________c-heading__________ */
.page_profile .c-heading.heading--lv5 {
  color: #4c4c4c;
}
.page_profile .c-heading.heading--lv5 .fa{
  margin: 0 10px 0 0;
}
.page_profile .c-heading.heading--lv8{
  font-size: 13px;
  color: #4c4c4c;
}

/* __________c-naviTabs__________ */
.page_profile .c-naviTabs .naviTabs__item {
  width: 176px;
}
.page_profile .c-naviTabs .naviTabs__item :hover {
  text-decoration: none;/* TODO:これはスタイルガイドにも入れる */
}
.page_profile .c-naviTabs .naviTabs__item__span {
  color: #4c4c4c;
}

/* __________c-tagList__________ */
ul.c-tagList .tagList__item.tagList__thin_blue {
  background: #98a6b2;
  color: #fff;
  border: none;
}
ul.c-tagList .tagList__item.tagList__light_blue {
  background: #9cc4e8;
  color: #fff;
  border: none;
}
ul.c-tagList .tagList__item.tagList__arrow {
  background: #fafafa;
  color: #ccc;
  border-color: #ededed;
  border-radius: 0;
  padding-right: 3px;
  border-right: 0;
  position: relative;
}
ul.c-tagList .tagList__item.tagList__arrow:before {
  border-color: transparent transparent transparent #ededed;
  border-style: solid;
  border-width: 12px 0 12px 7px;
  content: "";
  margin-top: -6px;
  position: absolute;
  right: -6px;
  top: 4px;
}
ul.c-tagList .tagList__item.tagList__arrow:after {
  border-color: transparent transparent transparent #fafafa;
  border-style: solid;
  border-width: 10px 0 10px 6px;
  content: "";
  margin-top: -5px;
  position: absolute;
  right: -5px;
  top: 5px;
}

ul.c-tagList .tagList__item.tagList__active {
background: #fff;
color: #79ba38;
border-color: #79ba38;
}
ul.c-tagList .tagList__item.tagList__active:before {
  border-color: transparent transparent transparent #79ba38;
}
ul.c-tagList .tagList__item.tagList__active:after {
  border-color: transparent transparent transparent #fff;
}

/* __________c-worksummary__________ */
.area-worksummary .c-worksummary .worksummary__heading,
.area-worksummary .c-worksummary .worksummary__text{
  text-align: center;/* TODO:これはスタイルガイドにも入れる */
}

/*  __________________flexSlider__________________  */
.area-portfolio .portoforio--slideview--wrap {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 40px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.area-portfolio .flex-control-paging a {
  background: #d9d9d9;
  box-shadow:none;
}
.area-portfolio .flex-control-paging a:hover,
.area-portfolio .flex-control-paging a.flex-active {
  background: #0268cc;
}
.area-portfolio .flex-direction-nav a{
  bottom: 120px;
}
.area-portfolio .flex_box{
  position: relative;
}
.area-portfolio .flex_box > * {
  border-radius: 3px;
  border: 1px solid #dedede;
  overflow: hidden;
  height: 200px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
.area-portfolio .flex-control-nav{
  bottom: -10px;
  position: relative;
}
.area-portfolio .flex_box__title{
  opacity: 0;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  border-radius: 3px;
  transition:all 0.1s ease-in-out 0s;
}
.flex_box__title__trigger:hover .flex_box__title{
  opacity: 1;
}
.flex_box__title__trigger:hover img{
  filter: blur(3px);
}
.flex_box__title__trigger .flex_box__title__text{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 201px;
  height: 201px;
  color: #fff;
  font-weight: bold;
}

/*  __________________colorbox__________________  *//* TODO:colorbox.cssに移設する */
#colorbox #cboxCurrent{
  text-align: right;
}
#colorbox #cboxTitle .fa{
  color: #f2d04a;
  margin-left: 0;
}
#colorbox #cboxPrevious:hover,
#colorbox #cboxNext:hover{
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: transparent;
}


/*  __________________star__rating__________________  */
.star__rating{
  position: relative;
}
.star__rating > .star__rating__5,
.star__rating > .star__rating__4_half,
.star__rating > .star__rating__4,
.star__rating > .star__rating__3_half,
.star__rating > .star__rating__3,
.star__rating > .star__rating__2_half,
.star__rating > .star__rating__2,
.star__rating > .star__rating__1_half,
.star__rating > .star__rating__1,
.star__rating > .star__rating__0_half,
.star__rating > .star__rating__0{
  position: absolute;
}
.star__rating,
.star__rating > .star__rating__5,
.star__rating > .star__rating__4_half,
.star__rating > .star__rating__4,
.star__rating > .star__rating__3_half,
.star__rating > .star__rating__3,
.star__rating > .star__rating__2_half,
.star__rating > .star__rating__2,
.star__rating > .star__rating__1_half,
.star__rating > .star__rating__1,
.star__rating > .star__rating__0_half,
.star__rating > .star__rating__0{
  display: inline-block;
  top: 0;
  left: 0;
  width: 80px;
}
.star__rating:before,
.star__rating > .star__rating__5:before,
.star__rating > .star__rating__4_half:before,
.star__rating > .star__rating__4:before,
.star__rating > .star__rating__3_half:before,
.star__rating > .star__rating__3:before,
.star__rating > .star__rating__2_half:before,
.star__rating > .star__rating__2:before,
.star__rating > .star__rating__1_half:before,
.star__rating > .star__rating__1:before,
.star__rating > .star__rating__0_half:before,
.star__rating > .star__rating__0:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
}
.star__rating:before{
  content: "";
  color: #e5e5e5;
}
.star__rating .star__rating__5:before,
.star__rating .star__rating__4_half:before,
.star__rating .star__rating__4:before,
.star__rating .star__rating__3_half:before,
.star__rating .star__rating__3:before,
.star__rating .star__rating__2_half:before,
.star__rating .star__rating__2:before,
.star__rating .star__rating__1_half:before,
.star__rating .star__rating__1:before,
.star__rating .star__rating__0_half:before,
.star__rating .star__rating__0:before{
  position: absolute;
  color: #f2d04a;
}
.star__rating .star__rating__0:before{
  content: "";
}
.star__rating .star__rating__0_half:before{
  content: "";
}
.star__rating .star__rating__1:before{
  content: "";
}
.star__rating .star__rating__1_half:before{
  content: "";
}
.star__rating .star__rating__2:before{
  content: "";
}
.star__rating .star__rating__2_half:before{
  content: "";
}
.star__rating .star__rating__3:before{
  content: "";
}
.star__rating .star__rating__3_half:before{
  content: "";
}
.star__rating .star__rating__4:before{
  content: "";
}
.star__rating .star__rating__4_half:before{
  content: "";
}
.star__rating .star__rating__5:before{
  content: "";
}

/* ____________common_parts__________  */
.divider{
  color: #ccc;
}

.more {
  display: block;
  text-align: right;
  font-size: 0.9em;
  margin-top: 10px;
}

.text-complement {
  font-size: 0.8em;
  text-align: center;
  color: #808080;
  margin-top: 5px;
}
.page_profile .sidebar .c-btn{
  padding-left: 0;
  padding-right: 0;
}
.page_profile .sidebar .c-btn.btn-directOrder {
  font-size: 18px;
}
.page_profile .c-btn.btn--ghost{
  border-radius: 3px;
}
.sidebar .c-btn{
  font-weight: bold;
}
.page_profile .btn--ghost .fa{
  margin: 0;
}
.page_profile .btn--follow {
  padding: 6px 0;
  font-size: 12px;
  font-weight: bold;
}
.page_profile .btn--follow .follower_number{
  font-weight: normal;
  margin-left: 3px;
}

.label--actual_achievement--in_lancers {
  background: #9cc3e8;
  color: #fff;
  font-size: 10px;
  padding: 2px;
  border-radius: 2px;
  font-weight: normal;
  margin-left: 7px;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
}
.label--actual_achievement--in_lancers:before {
  content: 'ランサーズでの実績';
}
.portoforio--list--title .label--actual_achievement--in_lancers{
  margin: 0;
}

/* ____________layout__________  */
.page_profile section{
  margin-top: 40px;
  position: relative;
}
.navigation{
  margin: 15px 0 8px !important;
  font-size: 10px;
}

/* ===============================================
  Public Common Template
=============================================== */

/* _________________col_left_________________ */
.profile-impression .impression__col {
  float: left;
  width: 150px;
}

.impression__col + .impression__col {
    width: 510px;
    margin-left: 40px;
}
.impression__col__headgroup{
  clear:both;
}
.profile-impression .c-heading.heading--lv2 {
    display: inline;
    margin-right: 12px;
    margin-top: 0;
}

.profile-impression .c-list.list--slash {
    margin-top: 8px;
}

.profile-impression .impression__thumb {
    display: table-cell;
    background-color: #f2f2f2;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.profile-impression .impression__thumb__img {
    width: 150px;
    height: auto;
    margin: auto;
}

.profile-impression .impression__text {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}


.profile-status {
    display: inline-block;
    margin-top: 8px;
}

.profile-status .status__item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 6px;
}

.profile-status .status__item .status__item__text,
.profile-status .status__item .likestar__num {
    font-size: 18px;
    font-weight: bold;
}

/* ログイン状態：初期実装しない
.profile-impression__status {
    font-size: 0.8em;
    padding: 3px 1px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.profile-impression__status.profile-impression__status--login {
    color: #fff;
    background: #0268cc;
}

.profile-impression__status.profile-impression__status--logout {
  // ログアウト状態を表示するかどうかから検討。
  // 表示するならスタイルが必要？
}
*/


.profile-impression .profile-impression_area__text .c-heading {
  display: inline;
  word-break: normal;
}

.profile-impression .profile-impression_area__text .heading__sub {
  font-size: 11px;
  color: #666;
  margin-top: 6px;
}

.profile-description .description__title {
  background: none;
  border: none;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
  margin: 30px 0 0 0;
}

.profile-description .description__text {
  margin-top: 6px;
  font-size: 13px;
  color: #666;
}

/* _________________col_right_________________ */
.work-status{
  margin-top: 30px;
}
.work-status-box a{
  font-weight: bold;
}
.work-status-box{
  margin-top: 5px;
}
.work-status-box dl {
  margin-top: 1px;
  background: #f5f9fc;
  padding: 8px 12px;
}
.work-status-box.status--check dl{
  margin-top: 0;
  padding: 0 12px;
}
.work-status-box dl:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.work-status-box dl:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.work-status-box.status--check dl:first-child {
  padding-top: 6px;
}
.work-status-box.status--check dl:last-child {
  padding-bottom: 6px;
}
.work-status-box dt {
  float: left;
  clear: both;
  font-size: 10px;
  color: #8c8c8c;
  line-height: 30px;
}
.status--check dl{
  position: relative;
}
.status--check .fa,
.status--check dd {
  color: #ccc;
}
.status--check .checked .fa{
  color: #80b825;
}
.status--check .checked dd {
  color: #000;
}
.status--check .fa-check {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 25px;
}
.status--check .fa:first-child {
  font-size: 15px;
}


.work-status-box dd {
  float: right;
  font-size: 12px;
  margin-top: 6px;
}
.check-box ul {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}

.check-box ul li {
  border-top: 1px solid #ededed;
  background: #fafafa;
}
.check-box ul li:first-child {
  border-top: none;
}

.check-box ul li a {
  display: block;
  text-decoration: none;
  padding: 4px 0;
}

.check-box ul li a:link,
.check-box ul li a:visited {
  color: #ccc;
}

.check-box ul li a.checked {
  background: #fff;
  text-decoration: none;
  color: #0268cc;
}

/* ===============================================
  Public Contents Style - Common Module -
=============================================== */

/*  _________________list_________________  */
.profile--list--ground {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  margin-top: 10px;
}
.listview--definition-list{
  padding: 15px 20px;
  position: relative;
}
.listview--definition-list .listview--definition-list__title {
  float: left;
}
.listview--definition-list .listview--definition-list__description {
  margin-top: 3px;
  float: right;
  font-size: 12px;
  color: #999;
}
.cardview--wrap:not(:first-child),
.listview--definition-list:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}

.listview--definition-list .listview--definition-list__detail{
  clear: both;
  display: none;
  border-top: 1px solid #f2f2f2;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 12px;
  color: #666;
}
.listview--definition-list__detail--trigger .fa{
  margin-left: 0;
  transition: all 0.2s ease-in-out 0s;
}
.js-profileAccordion.js-profileAccordion--open .listview--definition-list__detail--trigger .fa{
  transform: rotate(180deg);
}

/* skill_gauge */
.resultBar-wrapper {
  position: relative;
}
.resultBar-wrapper .resultBar .gauge {
  width: 8px;
  height: 19px;
  float: left;
  margin-right: 2px;
}
.resultBar-wrapper .resultBar .gauge-orange {
  background: #fba400;
}
.resultBar-wrapper .resultBar .gauge-gray {
  background: #e2e2e2;
}
.resultBar-wrapper .resultBar .gauge-blue {
  background: #0268cc;
}
.resultBar-wrapper .average {
  clear: both;
  position: absolute;
  top: -4px;
}
.resultBar-wrapper .average .avg-line {
  font-size: 12px;
  color: #333;
  padding: 0;
  letter-spacing: 1px;
  float: left;
}
.resultBar-wrapper .average .avg-line:before {
  background: #333;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 3px;
  vertical-align: bottom;
  width: 2px;
}
.self_introduction-list{
  margin-top: 10px;
  color: #333;
  font-size: 13px;
}
.js-toggleUserProfileDescription{
  margin-top: 10px;
  display: block;
}
.js-toggleUserProfileDescription .fa{
  margin-left: 0;
}

/*  _________________card_________________  */
.cardview--wrap {
  padding: 25px 40px;
}
.cardview--wrap .h2-wrapper {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}
.cardview--wrap .h2-wrapper h2 {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
}
.cardview--wrap .h2-wrapper .date {
  font-size: 12px;
  color: #a6a6a6;
  margin-left: 10px;
}
.cardview--wrap .card-definition_list {
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
}
.cardview--wrap .card-definition_list dt {
  float: left;
  width: 10%;
  vertical-align: top;
  padding-top: 0;
  color: #a6a6a6;
  font-weight: normal;
}
.cardview--wrap .card-definition_list dd {
  margin-left: 10%;
  width: 90%;
}
.cardview--wrap .card-definition_list dd + dd {
  margin-top: 10px;
}
.card-definition_description .card-definition_description--title{
  font-size: 14px;
  font-weight: bold;
  color: #4c4c4c;
}
.card-definition_description .card-definition_description--complement{
  font-size: 12px;
  color: #a6a6a6;
}
.card-definition_list.list--complement{
  color: #808080;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 15px 20px;
}
.cardview--wrap.cardview--locked{
  padding: 100px;
  background: url("/renewal/img/kari/prof/bg_career_secret.png?v=1.0");
  text-align: center;
}
.cardview--wrap.cardview--locked .c-btn{
  font-size: 13px;
}


/*  _________________スキルセット_________________  */

.profile--listview:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}

.profile--listview .trigger-btn-wrap {
  display: block;
  position: relative;
  color: #0268cc;
  cursor: pointer;
}

.profile--listview .skillset-category-title {
  float: left;
  padding: 10px 20px;
  font-weight: bold;
}
.profile--listview .skillset-category-title:before{
  margin-top: -3px;
  margin-right: 10px;
  background: url("/renewal/img/common/icns__skillset-category.png?v=1.0") 0 0 no-repeat scroll;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.profile--listview .skillset-category-title[title="Web制作・Webデザイン"]:before {
  background-position: 0 0;
}
.profile--listview .skillset-category-title[title="システム開発・運用"]:before {
  background-position: -24px 0;
}
.profile--listview .skillset-category-title[title="デザイン制作"]:before {
  background-position: -48px 0;
}
.profile--listview .skillset-category-title[title="ライティング・ネーミング"]:before {
  background-position: -72px 0;
}
.profile--listview .skillset-category-title[title="タスク・作業"]:before {
  background-position: -96px 0;
}
.profile--listview .skillset-category-title[title="ビジネス・事務・専門・その他"]:before {
  background-position: -120px 0;
}
.profile--listview .skillset-category-title[title="翻訳・通訳"]:before {
  background-position: -144px 0;
}
.profile--listview .skillset-category-title[title="マルチメディア"]:before {
  background-position: -168px 0;
}
.profile--listview .trigger-btn {
  float: right;
  margin: 8px 20px;
  padding:2px 8px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  background: #0268cc;
  border-radius: 3px;
}
.profile--listview .trigger-btn:hover{
  background: #1e5799;
}
.profile--listview .trigger-btn .fa{
  margin-right: 0;
  font-size: 14px;
  transition:  all 0.2s ease-in-out;
  transform:rotate(0deg);
}


.service-list-profile_accordion .cardview--wrap {
  padding: 5px 20px 20px;
  margin: 0 20px;
}

.service-list-profile_accordion .cardview--wrap .card-definition_list:not(:last-child){
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-top: 20px;
}

.service-list-profile_accordion .cardview--wrap .card-definition_list .card-definition_term {
    width: 18%;/* edgeで崩れるのでddの幅より内側に収めています */
}
.service-list-profile_accordion .cardview--wrap .card-definition_list dd {
  width: 80%;
  margin-left: 20%;
}
.service-list-profile_accordion .cardview--wrap .c-tagList {
  margin-top: 0;
}

.js-profileAccordion {
    cursor: pointer;
}
.js-profileAccordion.js-profileAccordion--open.profile--listview .trigger-btn {
  color: #0268cc;
  background: #fff;
}
.js-profileAccordion.js-profileAccordion--open.profile--listview .trigger-btn .fa{
  transform:rotate(180deg);
}

/*  _________________評価コメント共通_________________  */
.area-feedback{}

.feedback-list{
  margin-top: 20px;
}
.feedback-list > *:first-child{
  margin-top: 0;
}
.feedback__list__item{
  margin-top: 40px;
}

.feedback__list__item .c-accountImg {
  border-radius: 100%;
  border: 1px solid #ddd;
}
.feedback__list__item .c-accountImg .accountImg__img {
  width: 100%;
}

.feedback__list__item__discription {
  width: 630px;
  float: right;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: relative;
  padding: 15px 20px 10px;
}
.discription__feedback_detail__rating{
  float: right;
  background: #fafafa;
  border-radius: 3px;
  width: 125px;
  padding: 5px 2px;
  margin: 0 0 20px 20px;
}
.discription__feedback_detail__list{
  margin-left: 50px;
  line-height: 22px;
}
.discription__feedback_detail__list__text{
  width: 60px;
  position: absolute;
  left: -60px;
  text-align: right;
  font-size: 11px;
}
/* clientの場合はラベルの幅を広くとる */
.rating-style--client.discription__feedback_detail__rating{
  width: 155px;
}
.rating-style--client .discription__feedback_detail__list{
  margin-left: 80px;
}
.rating-style--client .discription__feedback_detail__list__text{
  width: 90px;
  left: -90px;
}
.discription__feedback_detail__list__text:after{
  content: "："
}

.feedback__list__item__discription .discription__head {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  color: #ccc;
}
.discription__head .fa{
  color: #f2d04a;
  margin: 0 10px 0 0;
}

.feedback__list__item__discription .discription__subhead {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-top: 6px;
}

.comment__description {
  color: #666;
  margin-top: 6px;
  position: relative;
}

.comment__description__text {
    min-height: 60px;
}

.feedback-list .feedback__list__item__discription hr {
  clear: both;
  border-style: dotted;
  margin: 10px 0 5px;
}

.speaker__profile{
  position: relative;
}

.speaker__profile__name{
  font-size: 12px;
  text-decoration: none;
}

.feedback-list .feedback__list__item__discription .feedback__point__number img {
  vertical-align: middle;
}

.speaker__profile .c-likestar .likestar__icon:before{
  font-size: 12px;
}

.speaker__profile .result__summary__counts,
.speaker__profile .feedback__point__number{
  color: #333;
  font-weight: bold;
  margin-left: 5px;
  font-size: 10px;
}
.speaker__profile .speaker__profile__date {
  float: right;
  margin-top: 4px;
  color: #a6a6a6;
  font-size: 10px;
}

.feedback__list__item__discription .body {
  clear: both;
  line-height: 25px;
}

.feedback-list .feedback__list__item__discription:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -7px;
  margin-top: -9px;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.feedback-list .feedback__list__item__discription:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -10px;
  margin-top: -10px;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #ddd transparent transparent;
  z-index: -1;
}

/*  _________________評価コメントページ_________________  */
.area-worksummary .c-table{
  margin-top: 10px;
}
.area-worksummary .c-table .table__col {
  padding: 0;
}
.area-worksummary .c-worksummary {
  padding: 10px;
}
.area-worksummary .c-worksummary-interval {
  background: #fafafa;
  padding: 10px 30px;
}
.area-worksummary .worksummary-interval-1month,
.area-worksummary .worksummary-interval-6month{
  text-align: left;
  font-size: 10px;
  color: #666;
}
.area-worksummary .c-worksummary-interval .worksummary__text{
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.area-worksummary .worksummary__heading .fa {
  color: #73ace6 ;
  font-size: 18px ;
  margin-left: 0 ;
}

/* 返信コメント */
.feedback-hasReply{
  clear: both;
  float: right;
  margin-top: 15px;
  width: 630px;
}
.feedback__list__item .feedback-hasReply .c-accountImg {
  float: right;
}
.feedback-hasReply__comment{
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  float: left;
  padding: 15px 20px;
  width: 550px;
  color: #666;
  position: relative;
}
.feedback-hasReply__comment:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -8px;
  margin-top: -9px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #f7f7f7;
}
.feedback-hasReply__comment:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -10px;
  margin-top: -10px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #e7e7e7;
  z-index: -1;
}
.feedback-hasReply__comment .fa{
  margin-left: 0;
  margin-right: 5px;
  color: #ccc;
}

/* 返信ボタン */
.feedback-canReply{
  clear: both;
  text-align: center;
}
.feedback-canReply .fa{
  margin-left: 0;
  margin-right: 6px;
}
.feedback-canReply .c-btn{
  position: relative;
}
.feedback-canReply__complement{
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s linear 0s;
  position: absolute;
  top: -0.5em;
  left: 100%;
  margin-left: 10px;
  width: 200px;
  padding: 10px;
  background-color: #f0f4fc;
  border: 1px solid #2d59b2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #444;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  z-index: 1;
}
.feedback-canReply__complement:before{
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -8px;
  content: "";
  background: transparent url("/renewal/img/work_create/arrow_right_blue.png") no-repeat scroll 0 0;
  border: none;
  box-shadow: none;
  display: inline-block;
  height: 17px;
  transform: rotate(180deg);
  width: 8px;
}
.feedback-canReply .c-btn:hover .feedback-canReply__complement{
  visibility: visible;
  opacity: 1;
}

/*  _________________職務経歴_________________  */
.area-history{}

/*  _________________資格_________________  */
.area-capacity{}

/*  _________________スキル・スキルテスト_________________  */
.area-skill .listview--definition-list__description{
  width: 250px;
}
.area-skill .listview--definition-list__description > *{
  float: left;
  vertical-align: middle;
  margin-left: 10px;
}
.area-skill .description-period{
  width: 65px;
  text-align: right;
}
.area-skill .resultBar-wrapper,
.area-skill .description-score-award{
  display: inline-block;
}


/*  _________________備考_________________  */
.area-self_introduction{}

/*  _________________ランサーズチェック_________________  */
.area-lancers_check .listview--definition-list .listview--definition-list__description{
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

/*  _________________ポートフォリオ一覧_________________  */
.portoforio--list {
  margin-top: 20px;
  float: left;
  width: 220px;
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  border: 2px solid #dedede;
}
.portoforio--list:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
.portoforio--list:hover{
  border-color: #0268cc;
}
.portoforio--list > a{
  text-decoration: none;
}
.portoforio--list--anchor:hover {
  text-decoration: none;
  opacity: 0.7;
}
.portoforio--list--figure{
  background: #f5f5f5;
  text-align: center;
  height: 150px;
  overflow: hidden;
}
.portoforio--list--figure--img {
  width: 100%;
}
.portoforio--list--title {
  padding: 15px;
}
.portoforio--list--title--text {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #0268cc;
  word-break: break-all;
  word-wrap: break-word;
}
.portoforio--list--title--text .fa {
  color: #e6c43e;
  margin-left: 0;
}

/* フォルダ */
.portoforio--list--folder .portoforio--list--figure{
  background-color: #fcf9eb;
}
.portoforio--list--folder .portoforio--list--figure:before{
  background: url("/renewal/img/common/folder--117x93.png?v=1.0") center center no-repeat scroll;
  content: "";
  display: block;
  height: 150px;
}

/* 限定公開 */
.portoforio--list--limited .fa {
  color: #dedede;
  font-size: 100px;
  padding: 20px 0 0;
}
.portoforio--list--limited .portoforio--list--figure--caption{
  display: block;
  font-size: 11px;
  color: #a6a6a6;
  text-align: center;
  margin-top: -5px;
}
.portoforio--list--limited .c-btn{
  margin-top: 0;
}

/*  _________________ポートフォリオ詳細_________________  */
.page__profile__popup {
  width: 660px;
  margin: 0 auto;
  padding: 40px 0;
}
.page__profile__popup .portoforio--title {
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.page__profile__popup .label--actual_achievement--in_lancers {
  float: right;
}
.page__profile__popup .portforio__discription--wrap{
  font-size: 12px;
  padding-top: 20px;
  margin-top: 5px;
  border-top: 1px solid #ddd;
}
.page__profile__popup .portforio__discription--wrap .portoforio--taglist {
  display: inline-block;
}
.page__profile__popup .portforio__discription--wrap .portoforio--taglist .portoforio--taglist--item {
  display: inline-block;
  font-size: 11px;
  color: #808080;
  border-radius: 2px;
  background: #ededed;
  padding: 1px 2px;
}
.page__profile__popup .portforio__discription__date,
.page__profile__popup .portforio__discription__price {
  color: #666;
  margin-left: 20px;
}
.page__profile__popup .portoforio--figure--wrap{
  margin-top: 10px;
  padding: 30px;
  border: 1px solid #ddd;
  text-align: center;
}
.page__profile__popup .portoforio--figure:not(:first-child){
  margin-top: 30px;
}
.page__profile__popup .portforio__discription__text__wrap {
  margin-top: 20px;
}
.page__profile__popup .portforio__discription__text{
  margin-top: 6px;
}

/*  _________________提案一覧_________________  */
.area-proposal{}
.proposal__list {
  margin-top: 20px;
  float: left;
  width: 160px;
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  border: 2px solid #dedede;
}
.proposal__list:not(:nth-child(4n+1)) {
  margin-left: 20px;
}
.proposal__list:hover{
  border-color: #0268cc;
}
.proposal__list > a{
  text-decoration: none;
}
.proposal__list--isWon{
  border-color: #0268cc;
}
.proposal__list--isWon:before,
.proposal__list--isParticipated:before {
  position: absolute;
  top: -2px;
  left: 5px;
  z-index: 1;
}
.proposal__list--isWon:before {
  content: url("/img/icon/award.png");
}
.proposal__list--isParticipated:before {
  content: url("/img/icon/participate.png");
}
.proposal__list__anchor:hover {
  text-decoration: none;
  opacity: 0.7;
}
.proposal__list__figure{
  background: #f5f5f5;
  text-align: center;
  height: 120px;
  overflow: hidden;
}
.proposal__list__figure__img {
  width: 100%;
}
.proposal__list__title {
  padding: 10px;
}
.proposal__list__title__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #0268cc;
  word-break: break-all;
  word-wrap: break-word;
}
.proposal__list__title__text .fa {
  color: #e6c43e;
  margin-left: 0;
}
.proposal__list__title__date{
  font-size: 10px;
  color: #999;
}

/*  _________________ストア_________________  */
.area-store .table__col__anchor{
  display: block;
  clear: both;
}
.area-store .table__col__img__wrap{
  margin-right: 10px;
  float: left;
  border: 1px solid #ededed;
}
.area-store .table__col__anchor:hover .table__col__img__wrap{
  border-color: #0268cc;
}
.area-store .table__col__img{
  vertical-align: middle;
  max-width: 80px;
  max-height: 80px;
}
.area-store .item__name{
  vertical-align: middle;
  display: table-cell;
  height: 80px;
}
.area-store .item__name,
.area-store .item__price{
  font-weight: bold;
}
.area-store .item__price{
  color: #ed6e47;
}

/* ____________ Mobile __________  */
@media screen and (max-width: 1024px) {
    body {
        min-width:100%;/* スマホで拡大表示される不具合対策 */
        overflow: hidden;/* スマホで右側に余白ができる不具合対策 */
    }
}


