/* =================================================

jobs-job 職種

================================================= */

.jobs_title {
  color: #FFFFFF;
  background-color: #004e98;
  text-align: center;
  padding: 40px 0;
  margin-top: -40px;/* mainのpadding分 */
}
.jobs_title h1,
.jobs_title .h2 {
  font-size: 20px;
}

.inner.main_job{
}

.sec_bg._kyujinList .card .card-body {
  padding: 30px;
}
.sec_bg._kyujinList .mf_link a {
  background: #F2F5FA;
  border-radius: 4px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .jobs_title{
    color: #FFFFFF;
    background-color: #004e98;
    text-align: center;
    padding: 20px 0;
    margin-top: -40px;/* mainのpadding分 */
  }
}


/* =================================================

jobs-job 都道府県

================================================= */
.jobs_area{
  max-width: 1110px;
  border: 0;
  border-radius: 0;
  padding: 1rem;
  margin: 0 !important;
}

.jobs_area .col_inner {
    border-bottom: solid 1px #E6E6E6;
    margin: 0 1rem;
    padding: 1rem 0 0.5rem;
}

.jobs_area .col_inner .job_type {
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    flex-basis: 160px;
    pointer-events: none;
}

.search_top .search_top_panel .col_inner {
    border-bottom: solid 1px #E6E6E6;
    margin: 0 1rem;
    padding: 1rem 0 0.5rem;
}

.jobs_area .col_inner .job_type + div {
    width: calc(100% - 160px);
}

.jobs_area .col_inner .item_wrap {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.jobs_area .col_inner .item_wrap a {
    color: #004e98;
    margin-right: 1rem;
    position: relative;
}

.jobs_area .col_inner .item_wrap a::after {
    background-color: #004e98;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}
@media (max-width: 767px) {
  .jobs_area .col_inner {
    flex-direction: column;
  }
  
  .jobs_area .col_inner .job_type {
    flex-basis: inherit;
    margin-bottom: 1em;
  }
  
  .jobs_area .col_inner .job_type + div {
      width: 100%;
  }
  
}

/* =================================================

共通コンテンツ

================================================= */
.addcontents {
	padding: 0 0 60px;
}
.addcontents h2 {
	padding: 0.5em;
/*	background: #0A9D91;*/
	background: #004e98;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}
.addcontents ._voice {
	margin: 60px 0 80px;
}
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
	display: flex;
}
.balloon5 .faceicon {
  width: 80px;
}
.balloon5 .faceicon img{
  width: 100%;
  height: auto;
}
.balloon5 .faceicon p{
  margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.balloon5 .chatting {
  max-width: calc(100% - 90px);
	margin-left: 10px;
}
.says {
  display: inline-block;
  position: relative; 
  margin-top: 5px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #EDF4FE;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #EDF4FE;
}
.says p {
  margin: 0;
  padding: 0;
	font-size: 14px;
}
.says p.mb-2 {
  font-size: 16px;
}
.balloon5:nth-child(even) {
  flex-direction: row-reverse;
}
.balloon5:nth-child(even) .chatting {
	margin-left: 0;
	margin-right: 10px;
}
.balloon5:nth-child(even) .says:after{
  margin: 5px 105px 0 0;
  left: 100%;
  border: 12px solid transparent;
  border-left: 12px solid #EDF4FE;
}

.addcontents ._qanda{
	margin: 40px auto 80px;
	max-width: 840px;
}
._qandaItem{
	background-color: #FFFFFF;
	border: solid 2px #EDF4FE;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 15px 40px;
	transition: .3s;
  cursor: pointer;
}
._qandaItem.active {
	background-color: #EDF4FE;
}
._qandaItem span.rtQ {
	width: 40px;
	height: 40px;
	background-color: #004E98;
	border-radius: 0 0 50% 0;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 0 0 11px;
}
._qandaItem .__question{
	padding-left: 15px;
	font-size: 16px;
	position: relative;
}
 ._qandaItem .__question::after{
 	content: '';
	display: block;
	width: 15px;
	height: 8px;
	position: absolute;
	background-image: url("/asset/img/search/arrow__qanda.svg");
	background-repeat: no-repeat;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	transition: .3s;
}
 ._qandaItem.active .__question::after{
	transform: rotate(-180deg);
	transform-origin:50% 25% 0;
}
._qandaItem .__answer{
	margin: 10px 0 0;
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 10px;
	display: none;
}
.addcontents ._qanda .__answer p {
	font-size: 16px;
	position: relative;
	padding-left: 24px;
	margin: 0;
	line-height: 1.8;
}
.addcontents ._qanda .__answer p strong {
	font-size: 16px;
	font-weight: bold;
	color: #EF9300;
	position: absolute;
	top: 0;
	left: 3px;
}
.addcontents ._qanda .__answer a {
	font-weight: bold;
	color: #EF9300;
	text-decoration: underline;
}
.addcontents .description_out {
	background-color: #FAFAFA;
	border-radius: 10px;
	padding: 1.5em;
  margin-bottom: 80px;
}
.addcontents .description_out p {
	font-size: 14px;
	letter-spacing: .08em;
	line-height: 1.6;
	margin: 0;
}
@media (max-width: 767px) {
	.addcontents h2 {
		font-size: 20px;
	}
	.addcontents ._voice {
		margin: 0 0 40px;
	}
	.addcontents ._qanda{
		margin: 30px auto 60px;
	}
 ._qandaItem {
		padding: 15px 20px;
	}
 ._qandaItem .__question{
	 	padding-left: 30px;
		padding-right: 15px;
	}
 ._qandaItem .__question::after{
		left: 100%;
	}
	.addcontents ._qanda .__answer p {
		font-size: 14px;
	}
  .addcontents .description_out {
    margin-bottom: 60px;
  }
}

/* 職種一覧 */
.sec_bg {
  margin: 0 0 80px;
  padding: 20px 0;
  background: #EDF4FE;
}
.sec_bg .card {
  border: 0;
  border-radius: 0;
  margin: 30px auto;
}
.sec_bg .card .card-body {
  padding: 30px 30px 15px;
}
.sec_bg .card .card-body .card-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #004e98;
  padding-left: .5em;
/*  border-left: solid 4px #004e98;*/
}

.sec_bg .card .card-body .card-title span {
  font-size: 1.5rem;
}

.sec_bg .card .item_wrap {
  margin-bottom: 1rem;
}
.sec_bg .card .item_wrap a {
  color: #004e98;
  position: relative;
  display: inline-block;
}
.sec_bg .card .item_wrap a::after {
  background-color: #004e98;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}
.sec_bg .card .item_wrap a:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .sec_bg {
    margin: 0 0 60px;
    padding: 0;
  }
  .sec_bg .card .card-body {
    padding: 20px 10px 15px;
  }
	.sec_bg .card .card-body .card-title {
		font-size: 1.1em;
		margin-bottom: 10px!important;
	}
	.sec_bg .card .item_wrap {
		margin-bottom: 10px;
	}
	.sec_bg .card .item_wrap a {
		font-size: 14px;
	}

}
