  @charset "UTF-8";

/*¥³¥â¥ó¤Ë×·Ó›Óè¶¨*/

/*h2::before {
  content: "";
  width: 4px;
  height: 15px;
  background: #1e61ad;
  position: absolute;
  left: -15px;
  top: 0;
}
h2::after {
  content: "";
  width: 4px;
  height: 15px;
  background: #fff100;
  position: absolute;
  left: -15px;
  top: 15px;
}*/
/*¥³¥â¥ó¤Ë×·Ó›Óè¶¨*/
.sp_none {
    display: block!important;
}
.pc_none {
    display: none!important;
}
.color--blue--center {
  color: #005bac;
  text-align: center;
  position: relative;
  z-index: 4444;
}
h2 {
  position: relative;
  margin-bottom: 65px;
}

h3 {
	text-align: center;
	font-size: 2.6rem;
}
.mgr26 {
	margin-bottom: 26px
}
/*¥ì¥¤¥¢¥¦¥È
---------------------------------------*/
h2 img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  bottom: 0;
  margin: 0 auto;
  z-index: 3333;
}
.marg148 {margin-top:148px;}
.bg {
  background: url(/company/recruit/adoption_detail/images/voice/policy_bg.png) no-repeat top right;
}
.voiceBlock {
  width: 1020px;
  margin: 0 auto;
  padding-top: 148px;
  
}
	@media all and (max-width: 1024px) {
		.voiceBlock {
		  width: 96%;
		  margin: 0 auto;
			overflow: hidden;

		}
	}
.voiceBlock__itemBox {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.voiceBlock__itemBox li {
  padding: 35px 35px 35px;
  border:3px solid #005bac;
  border-radius: 5px;
  margin-bottom: 20px;
  width: calc(50% - 17px);
  position: relative; 
  background: #fff;
  height: 139px;
  display: flex;
  align-items: center;
}
.voiceBlock__itemBox li:nth-child(odd) {
  margin-left: 9px;
}
.voiceBlock__itemBox li:nth-child(even) {
  margin-left: 17px;
}
.voiceBlock__itemBox li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right:9px solid #005bac;
  border-bottom: 13px solid transparent;
  border-left: 0px solid transparent;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.center {
  text-align: center;
}
.faqBlock h2 {margin-bottom: 55px;}
/*voiceBlock Area
---------------------------------------*/


@media all and (max-width:1020px) {
  .voiceBlock {width: 100%;padding: 148px 15px 0;}
}

@media all and (max-width: 700px) {
  .wrapper {padding-top: 60px;}
  .sb_main_img {margin-top: 11%;}
  .voiceBlock__itemBox li {
    padding: 3%;
    height: auto;
  }
  .marg105 {margin-top: 10%;}
	.policyBlock {padding-top: 90px;background-size: 70%;}
  .pc_none{
    display: block!important;
  }
  .sp_none{
    display: none!important;
  }
  .faqBlock {
    padding-top: 80px;
    background: url(/company/recruit/adoption_detail/images/common/upper_bg.png) no-repeat top right;
  }

}
@media all and (max-width: 540px) {
  .sb_main_img {margin-top: 19%;}
  .voiceBlock {padding-top: 80px}
  .bg {background-size: 70%;}
  .marg148 {margin-top: 80px;}
  .voiceBlock__itemBox li {height: 185px;}
}
@media all and (max-width: 480px) {
  .voiceBlock__itemBox li {font-size: 1.4rem;}
}

