@charset "utf-8";
/* ====================
profile.css
==================== */

.box-profile-inner {
	margin: 0 auto;
	max-width: 1000px;
	background: #fff;
}

.box-profile-img {
	border-top: 1px solid #ccc;
	height: 90px;
	padding-left: 50%;
	position: relative;
	overflow: hidden;
}

.box-profile-img img {
	width: 500px;
	position: absolute;
	margin-left: -250px;
}

.box-profile-name-outer {
	padding: 0 20px 20px;
}

.box-profile-name-outer::after {
	content: "";
	display: block;
	clear: both;
}

.box-profile-name-inner {
	position: relative;
	margin-top: -10px; /**/
}

.sp-tbl {
	display: table;
	margin: 0 auto;
}

/* sp-drawer表示 */
@media (max-width: 767px) {
  #sp-drawer-btn {
    display: block;
  }
}

.sp-div {
	display: table-cell;
	vertical-align: top;
}

#imgProfile {
	border-radius: 50%;
	/*
	border: 2px solid #ccc;
	*/
	width: 80px;
	height: 80px;
	overflow: hidden;
}

#imgProfile img {
	width: 100%;
}

.ttl-profile-name {
	padding-left: 12px;
	font-size: 20px;
	line-height: 1.3;
	padding-top: 30px; /**/
}
.ttl-profile-name .excellent {
	background-image: url(../img/icon_excellent.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	background-size: 18px auto;
	padding-left: 25px;
}
.ttl-profile-name-inner {
	display: inline-block;
	line-height: 1.3;
}

.box-profile-rate {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	clear: left;
}

.box-profile-rate .rate {
	margin-right: 15px;
}

.box-profile-rate .star {
	color: #31c557;
	font-size: 20px;
}

.box-profile-rate .star-active {
	color: #31c557;
}

.box-profile-rate .num {
	margin-left: 6px;
}

.box-profile-follow {
	width: 208px;
	margin: 20px auto 0;
}

.box-profile-follow a {
	display: block;
	padding: 10px 30px;
	color: #999;
	border: 2px solid #ccc;
	border-radius: 20px;
	transition: .3s;
	overflow: hidden;
	text-align: center;
}
.box-profile-follow a:hover {
	border: 2px solid #fc8f24;
}

.box-profile-follow a .off {
	display: inline-block;
	width: 100px;
}

.box-profile-follow a.active {
	background: #fc8f24;
	color: #fff;
}

.box-profile-follow .on,
.box-profile-follow a.active .off {
	display: none;
}

.box-profile-follow a.active .on {
	display: inline-block;
	width: 100px;
}

.box-profile-follow .num {
}

.box-profile-comment {
	border-top: 1px solid #ccc;
	padding: 20px 20px;
}

.box-profile-skill {
	border-top: 1px solid #ccc;
	padding: 20px 20px;
}
.box-profile-skill h2{
	padding: 0px 0px 15px 0px;
	font-size: 15px;
}

.box-profile-bottom {
	border-top: 1px solid #ccc;
	padding: 20px 20px;
	overflow: hidden;
}

.box-sns {
	text-align: center;
}

.btn-sns {
	letter-spacing: -.4em;
}

.btn-sns li {
	display: inline-block;
	letter-spacing: normal;
	width: 88px;
}

.btn-sns li + li {
	margin-left: 8px;
}

.btn-sns li img {
	width: 100%;
}

.btn-sns li img:hover {
	opacity: .6;
}

.report {
	text-align: right;
	margin: 1em 0 -.8em;
}
.report a + a {
	margin-left: 8px;
}
.report img {
	height: 20px;
}
.report a:hover img {
	opacity: .6;
}

.win-modal-report {
  width: 90%;
    max-width: 480px;
}
.win-modal-report-inner {
  padding: 10px 0;
  max-width: 340px;
  margin: 0 auto;
}
.win-modal-report p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.win-modal-report .confirm-btn {
  overflow: hidden;
}
.win-modal-report .confirm-btn li {
  float: left;
  width: 47%;
  margin: 0;
  font-size: 13px;
}
.win-modal-report .confirm-btn li + li {
  margin-left: 6%;
}
.win-modal-report .form {
  margin-top: 30px;
}
.win-modal-report .form dt {
  font-weight: bold;
}
.win-modal-report textarea {
  min-height: 120px;
}
@media (min-width: 375px) {
  .win-modal-report .confirm-btn li {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .win-modal-report p {
    font-size: 16px;
  }
}

.box-bottom-itemlist {
	background: #e0e0e0;
}

.box-bottom-itemlist-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 15px;
}

.ttl-bottom-itemlist {
/* 	display: none; */
	margin: 0 auto;
}

/* 2018.12.18 GV add start */
@media (max-width: 767px) {
	.ttl-bottom-itemlist {
		padding-left: 10px;
		padding-top: 10px;
	}
}
/* 2018.12.18 GV add end */

@media (min-width: 375px) {
	.box-profile-name-outer {
		padding: 0 20px 30px;
	}
	.report a {
		font-size: 14px;
	}
}

@media (min-width: 480px) {
	.box-profile-name-outer {
		padding: 20px 50px;
	}
	.box-profile-name-inner {
		margin: 0;
	}
	.ttl-profile-name {
		padding-top: 0;
	}
	.box-profile-comment {
		padding: 20px 30px;
	}
	.box-profile-skill {
		padding: 20px 30px;
	}
	.box-profile-bottom {
		padding: 20px 30px;
	}
	.sp-div {
		vertical-align: middle;
	}
}

@media (min-width: 500px) {
	.box-profile-img {
		height: auto;
		padding: 0;
	}
	.box-profile-img img {
		width: 100%;
		margin: 0;
		position: static;
	}
}

@media (min-width: 667px) {
	.box-profile-outer {
		padding: 30px 0 2px 0;
	}
	.sp-tbl {
		display: block;
	}
	.ttl-profile-name {
		padding-left: 120px;
		font-size: 25px;
	}
	.box-profile-name-outer {
		/* 20181107 センタリング解除
		text-align: center;
		*/
	}
	.box-profile-name-inner {
		position: relative;
		padding: 0;
		display: inline-block;
	}
	.ttl-profile-name .excellent {
		background-size: 20px auto;
		background-position: left 2px;
	}
	#imgProfile {
		position: absolute;
		top: -35px;
		left: 0;
		width: 100px;
		height: 100px;
	}
	.box-profile-rate {
		padding-left: 120px;
		text-align: left;
	}
	.btn-sns li + li {
		margin-left: 3%;
	}
}

@media (min-width: 768px) {
	.ttl-profile-name {
		font-size: 28px;
	}
	.ttl-profile-name .excellent {
		padding-left: 30px;
		background-position: left 4px;
		background-size: 22px auto;
	}
	.box-profile-comment {
		padding: 30px 50px;
	}
	.box-profile-skill {
		padding: 30px 50px;
	}
	.box-profile-bottom {
		padding: 20px 50px;
	}
	.box-profile-name-outer {
		position: relative;
	}
	.box-profile-name-inner {
		position: relative;
		float: left;
	}
	.box-profile-follow {
		/*
		float: right;
		*/
		position: absolute;
		right: 50px;
		bottom: 12px;
	}
	.box-bottom-itemlist-inner {
		padding: 40px 30px 30px;
	}
	.ttl-bottom-itemlist {
		display: block;
	}
	/* デバイス幅が広いときは「もっと見る」しない */
	.box-toggle-outer {
		height: auto;
	}
	.box-toggle-outer + p {
		display: none;
	}
	.box-toggle-outer::after {
		content: none;
	}
	.report {
		margin-right: -20px;
	}

	/* プロフィール画面：スキルプロフィール */
	/* デバイス幅が広いときは「もっと見る」しない */
	.box-toggle-skill-profile-outer {
		height: auto;
	}
	.box-toggle-skill-profile-outer + p {
		display: none;
	}
	.box-toggle-skill-profile-outer::after {
		content: none;
	}
}

@media (min-width: 968px) {
	/*
	.box-profile-outer {
		padding: 50px;
	}
	*/
	.box-bottom-itemlist-inner {
		padding: 40px 40px 30px;
	}
}

@media (min-width: 992px) {
}
@media (min-width: 1220px) {
	.box-bottom-itemlist-inner {
		padding: 0px 50px 30px;
	}
}

/* itemlist */
.list-item li {
	width: 50%;
}

.box-bottom-itemlist .list-item li:nth-child(n+15) {
	display: none;
}

@media (min-width: 480px) {
	.list-item li {
		width: 33.33%;
	}
	.box-bottom-itemlist .list-item li:nth-child(n+15) {
		display: flex;
	}
}

@media (min-width: 667px) {
	.list-item li {
		width: 25%;
	}
	.box-bottom-itemlist .list-item li:nth-child(n+13) {
		display: none;
	}
}

@media (min-width: 968px) {
	.list-item li {
		width: 20%;
	}
	.box-bottom-itemlist .list-item li:nth-child(n+13) {
		display: flex;
	}
}

/* 評価 */
.box-profile-evaluation {
	padding-top: 10px;
}
.ttl-profile-evaluation {
	max-width: 1000px;
	margin: 0 auto 10px;
	padding-left: 10px;
}
.box-profile-evaluation .btn-more {
	margin-top: 20px;
}
@media (min-width: 667px) {
	.ttl-profile-evaluation {
		padding-left: 0;
	}
}

/* 古物商表記 */
.box-profile-comment .company dt,
.box-profile-comment .company dd {
	line-height: 1.6;
}
.box-profile-comment .company dt {
	font-weight: bold;
}
.box-profile-comment .company dd + dt {
	margin-top: 1.6em;
}

/* プロフィール画面：スキルプロフィール */
.list-profile {
	padding: 0 0;
	font-size: 14px;
}
.list-profile dt {
	line-height: 1.5;
	font-weight: bold;
}

.list-profile dt::before {
	content: "■";
	margin-right: .3em;
}

.list-profile dd+dt {
	margin-top: .2em;
}

.list-profile dd {
	line-height: 1.5;
}




/* プロフィール画面：スキル出品一覧 */
.item-skill-navigation ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1000px;
	margin: 0px auto 1px;
	/* border-bottom: 3px solid #f99501; */
}

@media (min-width: 480px) and (max-width: 768px) {
	.item-skill-navigation ul {
	margin-top:7px;
	}
}

.item-skill-navigation ul li {
	font-size: 16px;
}

@media (max-width: 480px) {
	.item-skill-navigation ul li {
	font-size:14px;
	}
}

.item-skill-navigation ul li.selected,
.item-skill-navigation ul li a {
	display: grid;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-items: center;
	font-weight: bold;
}

.item-skill-navigation ul li.selected {
	background: #f99501;
	color: white;
}

.item-skill-navigation ul li a {
	background: #eeeeee;
	color: #333;
	border: 3px solid #eee;
	border-bottom: none;
}

.item-skill-navigation ul li a:hover {
	background: #ffffff;
}
