@charset "utf-8";
/*------------------------------------------------------------
　staff
-------------------------------------------------------------*/
.sec_staff .content_ttl3:before{
	content:"";
	width:32px;
	height:26px;
	background:url(../images/staff/icon_staff.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 10px 0 0;
}
.sec_staff .box_staff:hover{
	cursor: default !important;
	background: #fff !important;
}

/* staff index */
.li_staff{
  padding: 20px 0 10px 10px;
}
.item_staff{
  cursor: pointer;
  float: left;
  width: 250px;
  border: 4px solid #ffd735;
  border-radius: 5px;
  margin: 0 0 11px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item_staff:hover img{
  opacity: .8;
}
.item_staff:hover a{
  text-decoration: none;
}
.item_staff .box_top{
  padding: 10px;
}
.item_staff .box_top{
  background: #fffbb9;
  border-radius: 5px 5px 0 0;
}
.item_staff .img{
  width: 100%;
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.li_staff_r{
  width: 100%;
  padding-left: 5px;
}
.li_staff_name{
  border-bottom: 2px solid #ffd735;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.li_staff_name a{
  color: #a02200;
  font-size: 18px;
  display: block;
}
.li_staff_r .data span{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #ff7eb6;
  border-radius: 10px;
  display: inline-block;
  padding: 0 10px;
}
.box_top .li_staff_data>*{
  float: left;
  width: 50%;
  margin-top: 10px;
}
.box_top .li_staff_data>*:nth-child(3){
  width: 100%;
}
.box_bottom{
  padding: 0 10px;
}
.box_bottom .li_staff_data>*{
  padding: 10px 0;
}
.box_bottom .li_staff_data>*+*{
  border-top: 1px solid #ffd735;
}
.li_staff_data>*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.li_staff_data>* p{
  display: table-cell;
  vertical-align: top;
}
.li_staff_data>* .ttl{
  font-weight: bold;
  white-space: nowrap;
  border-left: 2px solid #ff7eb6;
  padding-left: 5px;
}
.li_staff_data>* .txt{
  width: 100%;
  max-width: 0;
}
.balloon{
  font-weight: bold;
  background: #fff;
  border: 1px solid #ffd735;
  border-radius: 5px;
  padding: 10px 5px;
  margin-top: 15px;
  position: relative;
}
.balloon:before{
  content: "";
  width: 16px;
  height: 14px;
  background: url(../images/staff/arrow_balloon.png) no-repeat;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -8px;
}

.pager{
  margin-top: 40px;
}

/* details */
.box_staff{
  background: #fff;
  border-radius: 10px;
  padding: 20px 0 20px;
  margin: 0 20px;
}
.staff{
  border: 5px solid #ffeaa2;
  padding: 20px;
  margin: 20px 20px 0;
  position: relative;
}
.staff:before{
  content: "";
  width: -webkit-calc(100% - 14px);
  width: calc(100% - 14px);
  height: -webkit-calc(100% - 14px);
  height: calc(100% - 14px);
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 2px solid #ffeaa2;
}
.staff_name{
  font-size: 24px;
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px 0;
  margin-bottom: 10px;
}
.staff .data{
  font-size: 16px;
  background: #fff4f9;
  border-radius: 20px;
}
.staff .data span{
  color: #fff;
  background: #ff7eb6;
  border-radius: 20px;
  padding: 0 10px;
  margin-right: 10px;
}
.staff .img{
  width: 238px;
  height: auto;
  border: 1px solid #d4d4d4;
  display: block;
}
.staff .cf>*{
  float: left;
}
.staff .box_r{
  width: 465px;
  padding-left: 20px;
}
.staff_data{
  margin-top: 20px;
}
.staff_data>*{
  width: 100%;
  display: table;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staff_data>*:nth-child(even){
  background: #fffeeb;
}
.staff_data>* p{
  display: table-cell;
  vertical-align: top;
}
.staff_data>* .ttl{
  font-weight: bold;
  white-space: nowrap;
}
.staff_data>* .txt{
  width: 100%;
}
.staff_txt{
  margin-top: 20px;
}
.staff_txt .ttl{
  font-weight: bold;
  border-bottom: 1px dashed #b5b5b5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* qa */
.question{
  width: 775px;
  margin: 40px auto 0;
}
.question+.question{
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
}
.question h4{
  text-align: center;
  background: url(../images/staff/icon_q.png) no-repeat center 0;
  padding-top: 84px;
}
.question h4 span{
  font-size: 20px;
  background: -webkit-linear-gradient(transparent 60%, #ffa6cc 40%);
  background: linear-gradient(transparent 60%, #ffa6cc 40%);
}
.li_q{
  width: 774px;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  margin-top: 20px;
}
.item_q{
  float: left;
  width: 257px;
  background: #fffeeb;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  position: relative;
}
.item_q:before{
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #ffeaa2;
  border-bottom: 8px solid #ffeaa2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.item_q .ttl{
  font-size: 16px; 
  font-weight: bold;
  background: #fff;
  padding: 15px 10px 15px 40px;
  position: relative;
}
.item_q .ttl:before{
  content: "Q.";
  color: #ff64a7;
  font-size: 18px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.item_q .txt{
  padding: 15px 10px;
  position: relative;
}

/*------------------------------------------------------------
　side_interview
-------------------------------------------------------------*/
.side_interview{
  border: 3px solid #ffa1a1;
  border-radius: 5px;
}
.side_interview h3{
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  background: #ffa1a1;
  padding: 7px 0 10px 5px;
}
.li_side_interview>*+*{
  border-top: 1px dashed #c1c1c1;
}
.item_side_interview{
  cursor: pointer;
  padding: 10px;
}
.item_side_interview:hover img{
  opacity: .8;
}
.item_side_interview:hover a{
  text-decoration: none;
}
.item_side_interview:hover .beginner{
  opacity: 1;
}
.item_side_interview .img{
  position: relative;
}
.item_side_interview .beginner{
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.item_side_interview a{
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
p[class^="side_interview_data_"]{
  font-size: 12px;
  padding-left: 5px;
  margin-bottom: 5px;
}
.side_interview_data_salary{
  border-left: 3px solid #ff64a7;
}
.side_interview_data_work{
  border-left: 3px solid #c490bf;
}
.side_interview_data_time{
  border-left: 3px solid #75d3ff;
}

/* link */
.link{
  padding: 0 20px;
}
.link_shop{
  padding: 15px 20px;
  margin-top: 20px;
}
.link_shop .btn_link{
	transition:background-color .2s ease;
}