@charset "UTF-8";
/*******************************
QR COMMENT
.pqrCmt_childNode-status {}
*******************************/
/*新入社員へのQ＆Aここから*/
.pqrTitle {
    background-image: url(/image/global/about/projectqr/comment/bg_title_pc.jpg);
}
.content {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  width: 50%;
}
.imgphoto {
  float: right;
  margin-left: 1.5rem;
  padding: 0;
  width: 40%;
}
.imgphoto img {
  width: 100%;
}
.imgphoto img:nth-child(2) {
	display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
article {
  margin-bottom: 60px;
}
.question > article {
  border: 1px solid #333333;
  padding: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
  ;
}
#Contents h3 {
  color: #00BAAC;
  font-size: 2rem;
  border-left: none;
}
.profile > li {
  color: #00BAAC;
}
.profile > li:last-child {
  border-bottom: 1px solid #00BAAC;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
/*
.profile{
    border-bottom: 1px solid #00BAAC;
    width: 800px;
    margin-bottom: 30px;
}
*/
.qa > h4 {
  background-image: url("/image/global/about/projectqr/comment/q.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 20px 0 20px 50px;
  font-size: 1.2rem;
  font-weight: bold;
  font-weight: normal;
}
.qa > p {
  background-image: url("/image/global/about/projectqr/comment/a.png");
  background-repeat: no-repeat;
  padding:
    0px 0 40px 50px;
  margin-bottom: 60px;
}
/*voiceここから*/
.voice .imgphoto img {
  border-radius: 50%;
}
.voice > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding-bottom: 100px;
}
.voice > div > article {
  display: block;
  width: 46%;
  margin-bottom: -50px;
}
.voice .content {
  float: right;
  /*    margin: 0 15px 0 0;*/
  padding: 0;
  width: calc((100% - 30%) - 40px);
}
figure {
  margin-right: 20px;
}
.voice .imgphoto {
  float: left;
  /*margin-left: 15px;*/
  padding: 0;
  width: 30%;
}
.voice .imgphoto img {
  width: 100%;
}
.voice article::after, .voice .imgphoto::after, .voice .content::after, .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.voice article:nth-child(2n) {
  margin-top: 125px;
}
@media screen and (max-width: 1304px) {}
@media screen and (max-width: 767px) {
    .pqrTitle {
    background-image: url(/image/global/about/projectqr/comment/bg_title_sp.jpg);
}
  .content {
    float: none;
    margin: 0;
    width: 100%;
  }
  .imgphoto {
    float: none;
    margin-left: 0;
    width: 100%;
  }
#Contents .question .imgphoto img:nth-child(1){
 	display: none;
}
#Contents .question .imgphoto img:nth-child(2){
 	display: inline-block;
}
    .profile > li:last-child {
  margin-bottom: 20px;
}
  .voice > div > article {
    display: block;
    width: 90%;
    margin-bottom: 30px;
  }
  .voice article:nth-child(2n) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
	.voice .imgphoto {
		position: absolute;
		width: 100px;
	}
	.voice .content, .voice > div > article {
		width: 100%;
	}
	#Contents .voice .content h3, .voice .content ul {
		padding-left: 120px;
	}
	.profile > li:last-child {
		border-bottom: none;
	}
}
.elmRight {
	display: block;
	margin-top: 10px;
}
