@charset "UTF-8";

body#consultant .c-page-top .c-page-top-inner {
  background: url(../images/consultant/page-title.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 896px) {

    body#consultant .c-page-top .c-page-top-inner {
      background: url(../images/consultant/page-title-sp.jpg) no-repeat center center / cover;
    }

}

/*-------- c-main --------*/
/*-- Page title */
.c-pageTitle {
	font-weight: bold;
	font-size: 12px;
	line-height: 2.5;
	background-color: #ff0014;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

/*-- Consultant List */
.c-consultant {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  margin-bottom: 30px;
  text-align: left;
  padding: 40px 30px;
  position: relative;
  display: flex;
  color: #000;
  font-weight: normal;
  line-height: 2;
  font-size: 12px;
}

@media screen and (max-width: 896px) {
	.c-consultant {
		flex-wrap: wrap;
		padding: 27px 15px 23px;
		margin: 0 15px 15px;
	}
}

.c-consultant + .pagination {
	margin-top: 60px;
}

@media screen and (max-width: 896px) {
	.c-consultant + .pagination {
		margin-top: 15px;
	}
}
/*
.c-consultant:hover {
  cursor: pointer;
}
*/
.c-consultant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-consultant_avatar {
  width: 166px;
  height: 166px;
  margin-right: 30px;
}
.c-consultant_avatar figure {
  border: 1px solid #d2d2d3;
}

@media screen and (max-width: 896px) {
	.c-consultant_avatar {
		width: 113px;
		height: 113px;
		display: table-cell;
		vertical-align: top;
		text-align: left;
		margin-right: 0;
		box-sizing: border-box;
	}
	.c-consultant_info {
		display: table-cell;
		vertical-align: top;
		text-align: left;
		padding: 0 0 0 15px;
	}
}

.c-consultant_user {
  display: flex;
  width: 500px;
}

@media screen and (max-width: 896px) {
	.c-consultant_user {
		width: 100%;
		display: table;
		/*justify-content: center;*/
	}
}
/*
.c-consultant:hover .c-consultant_avatar {
  opacity: 0.4;
}
.c-consultant:hover .c-consultant_info,
.c-consultant:hover .c-consultant_content {
  opacity: 0.8;
}
*/

.c-consultant .c-consultant_avatar,
.c-consultant .c-consultant_info,
.c-consultant .c-consultant_content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-consultant_heading {
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 0, 0, 0.8);
  margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
  /*
	.c-consultant_heading {
		display: flex;
		align-items: baseline;
	}
  */
}

.c-consultant_heading .is-name {
  font-size: 18px;
  line-height: 1.78;
  font-weight: bold;
  color: #000;
}
.c-consultant_heading .is-fss {
  font-size: 14px;
  display: block;
  font-weight: bold;
  line-height: 1.78;
}

@media screen and (max-width: 896px) {
	.c-consultant_heading .is-name {
		order: 1;
		margin-right: 5px;
		font-size: 15px;
		line-height: 1.2;
	}
  .c-consultant_heading .is-fss {
    font-size: 12px;
  }

}

.c-consultant_heading .is-kana {
	font-size: 12px;
	line-height: 1.5;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 896px) {
	.c-consultant_heading .is-kana {
		order: 2;
		font-size: 10px;
		line-height: 1.8;
	}
}

.c-consultant_details {
/*
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
*/
    margin-bottom: 0;
    width: 304px;
    position: relative;
    padding: 0 0 0 75px;
}

@media screen and (max-width: 896px) {
	.c-consultant_details {
		font-size: 10px;
		line-height: 1.8;
		margin-bottom: 2px;
        width: auto;
        padding: 0 0 0 50px;
	}
}

.c-consultant_details * {
  justify-content: left;
  line-height: 1;
}

.c-consultant_details label {
/*  width: 50px;*/
  padding: 0;
  position: absolute;
  left: 0;
  top: 9px;
}

@media screen and (max-width: 896px) {
	.c-consultant_details label {
		width: 45px;
	}
}

.c-consultant_details span {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .8);
    padding: 4px 5px 3px 4px;
    min-width: 73px;
    text-align: center;
    margin: 4px 2px;
}

@media screen and (max-width: 896px) {
	.c-consultant_details span {
		border-width: 1px;
		border-radius: 1px;
		min-width: 0;
		padding: 3px 4px 2px;
		margin-left: 5px;
	}
	.c-consultant_details span.is-fts {
		font-size: 9px;
	}
}

.c-consultant_content {
  padding-left: 28px;
	width: 320px;
}

@media screen and (max-width: 896px) {
	.c-consultant_content {
		padding-left: 0;
		font-size: 14px;
		line-height: 1.42;
		margin-top: 20px;
		width: 100%;
	}
}

.c-consultant_content h1,
.c-consultant_content h2,
.c-consultant_content h3,
.c-consultant_content h4,
.c-consultant_content h5,
.c-consultant_content h6,
.c-consultant_content .c-consultant_content_txt {
  font-weight: 700;
  color: rgba(255, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 15px;
}



@media screen and (max-width: 896px) {
	.c-consultant_content h1,
	.c-consultant_content h2,
	.c-consultant_content h3,
	.c-consultant_content h4,
	.c-consultant_content h5,
	.c-consultant_content h6 {
		font-size: 14px;
		line-height: 1.35;
		margin-bottom: 14px;
	}
}
