/* カスタム CSS をここに入力してください */

.centering_item {
    width: 100%;               /* 幅指定 */ 
    margin:  2% 15%;            /* 中央寄せ */
}
@media (max-width: 749px) {
	.centering_item {
    width: 100%; 
    margin:  0;  
 }
}

.centering_item2 { 
    margin: 0 15%;            /* 中央寄せ */
}
@media (max-width: 749px) {
	.centering_item2 {
    margin:  0;  
 }
}

/* 選考QA */

.c-qa{
  border-bottom: 2px solid #bb757e;
}
.c-qa__question{
		background: #bb757e;
	}
.c-qa__answer{
	color: #333333;
	padding-left: 40px;
  font-size:15px;
}
.c-qa__answer::before {
	color: #333333;
}


/*会社概要*/

.c-paragraph.color
{color:#bb757e;
  font-weight:bold;
}

/*QA*/
.question__sort-answer_wrap
{
    padding: 30px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 1.6;
}

/*画像を真ん中に*/
p.img_center{
  text-align: center;
	margin:20px;
}

/*グレーの背景*/
p.c-wrap
{width: 940px;
    margin: 20px auto 0 auto;
	padding:30px;
    font-size: 15px;
    line-height: 1.6;
     background: #f5f5f5;
 }
@media(max-width: 749px){
	p.c-wrap
{width: 90%;
    margin: 0 auto 0 auto;
    font-size: 15px;
    line-height: 1.6;
     background: #f5f5f5;
 }
}

/*コラム画像*/
.colum-image
{width:40%;
	text-align:center;
}
@media(max-width: 749px) {
	.colum-image {
    width:  90%;  
 }

