#solution_mv h1,
#solution_mv .h1 {
    width: 100%;
    max-width: 1367px;
    margin: 0 auto 50px;
}
#article_content {
  padding-top: 50px;
}
.latest {
  margin-bottom: 80px;
}
.latest h2,
.latest .h2 {
  border-left: solid 9px #004E98;
  font-family: "Avenir Next";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .04em;
  color: #004E98;
  padding: 10px 10px 10px 25px;
}
.title_qa a {
  padding: 1em 1em 1em 0;
  border-bottom: dashed 1px #CDD6DD;
  display: flex;
  position: relative;
  transition: all .4s;
}
.title_qa a::after {
  content: url("../img/solution_arrowR.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.title_qa span {
  font-size: 13px;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  color: #888888;
}
.title_qa strong {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.33;
  display: block;
}
.title_qa a:hover {
  color: #004E98;
}
@media (max-width: 767px) {
  #solution_mv h1,
  #solution_mv .h1 {
      margin: 0 auto 40px;
  }
  #article_content {
    padding-top: 0;
  }
  .latest {
    margin-bottom: 50px;
  }
  .title_qa strong {
    font-size: 15px;
  }
}

#qa_list .card {
  border-radius: 10px 10px 0 0;
  border-color: #E7ECF0;
}
#qa_list .mb-custom {
  margin-bottom: 30px;
}
#qa_list .card-header {
  border-radius: calc(10px - 1px) calc(10px - 1px) 0 0;
  text-align: center;
  padding: 18px 16px;
}
#qa_list .card-header span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .04em;
  color: #FFFFFF;
}
#qa_list .card-header img {
  width: auto;
}
#environ .card-header {
  background: #54BCE5;
}
#career .card-header {
  background: #EFB32C;
}
#skill .card-header {
  background: #87C45B;
}
#pay .card-header {
  background: #EA8E66;
}
#job .card-header {
  background: #F28581;
}
#support .card-header {
  background: #7A97E3;
}
#qa_list .card-body {
  padding: 30px 23px;
}
#qa_list .card-body p {
  margin-bottom: 30px;
}
#qa_list .card-body p:last-child {
  margin-bottom: 0;
}
#qa_list .card-body a {
  font-size: 15px;
  font-weight: bold;
  padding-right: 20px;
  position: relative;
}
#qa_list .card-body a::after {
  content: url("../img/solution_arrowR.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#qa_list .card-body a:hover {
  color: #004E98;
}
#qa_list .card-footer {
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 30px;
}
#qa_list .card-footer a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #004E98;
  text-align: center;
  border: solid 1px #004E98;
  padding: 10px 20px;
  position: relative;
}
#qa_list .card-footer a::after {
  content: url("../img/solution_arrowR_01.svg");
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
#qa_list .card-footer a:hover {
  background: rgba(0,78,152,0.05);
}


/* サイドバー */
#sidebar .card{
	border: 0;
}
#sidebar .card-header{
	background-color: #FFFFFF;
	border: none;
  padding: 0;
}
#sidebar .card-header h3,
#sidebar .card-header .h3 {
	color: #004e98;
  font-size: 16px;
	font-weight: bold;
  letter-spacing: .04em;
	padding: 0.375rem 0;
  border-bottom: solid 2px #004E98;
	margin: 38px 0 5px;
}
#sidebar ul{
	margin: 0;
  padding: 0;
}
#sidebar .yokuaru li{
	border-bottom: dashed 1px #CDD6DD;
}
#sidebar .yokuaru li a{
	padding: 20px 20px 20px 0;
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1.5;
  position: relative;
}
#sidebar .yokuaru li a::after{
  content: url("../img/solution_arrowR.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#sidebar .yokuaru li a:hover {
  color: #004E98;
}

/* ページネーション */
.pagenation.column {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 0 2em;
}
a.page-numbers {
  color: #CDD6DD;
  transition: all .3s;
}
a.page-numbers:hover {
  color: #004E98;
}
span.page-numbers.current {
  color: #004E98;
}
a.prev.page-numbers,
a.next.page-numbers {
  color: #004E98;
}
span.page-numbers.dots {
  color: #CDD6DD;
}
@media (max-width: 767px) {
}

/*シングルページ*/
.single #article_content {
  margin-top: 50px;
}
.single h2,
.single .h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #004E98;
  padding-left: 75px;
  margin-bottom: 40px;
  position: relative;
}
.single h2 img.Q_icon,
.single .h2 img.Q_icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -16px;
  left: 0;
}
.single .answer {
  background: #ECF4FE;
  padding: 30px 30px 40px;
}
.single .answer ._inner {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.875;
  padding-left: 44px;
  position: relative;
}
.single .answer ._inner img.A_icon {
  width: 32px;
  height: 41px;
  position: absolute;
  top: -4px;
  left: 0;
}
.single .linkBtn {
  margin-top: 60px;
}
.single .linkBtn a {
  max-width: 300px;
  display: block;
  background: #004E98;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1;
  text-align: center;
  text-shadow: 11px 11px 32px rgba(0, 78, 152, .01);
  padding: 20px 30px;
  margin: 0 auto;
  transition: .3s;
  position: relative;
}
.single .linkBtn a:hover {
  opacity: .8;
}
.single .linkBtn a span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  filter: drop-shadow(11px 11px 32px rgba(0, 78, 152, .01));
}
.single .linkBtn._white a {
  background: #FFFFFF;
  border: solid 2px #004E98;
  color: #004E98;
  text-shadow: none;
}
.single .linkBtn._white a:hover {
  transform: scale(1.03);
}
@media (max-width: 767px) {
  .single h2,
  .single .h2 {
    font-size: 18px;
    padding-left: 65px;
    margin-bottom: 36px;
  }
  .single h2 img.Q_icon,
  .single .h2 img.Q_icon {
    width: 50px;
    height: 50px;
    top: -16px;
  }
  .single .answer {
    padding: 20px 16px 30px;
  }
  .single .answer ._inner {
    font-size: 15px;
    padding-left: 32px;
  }
  .single .answer ._inner img.A_icon {
    width: 24px;
    height: 18px;
    top: 4px;
  }
  .single .linkBtn {
    margin-top: 50px;
  }
  .single .linkBtn a {
    font-size: 16px;
    padding: 17px 30px;
  }
  .single .linkBtn a span {
    top: calc(50% - 2px);
  }
}

/* 他のQ&Aを見る */
.linkOther {
  margin: 100px auto 0;
  max-width: 600px;
  border: solid 10px #E7ECF0;
  padding: 40px 40px 50px;
}
.linkOther_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1;
  color: #004E98;
  text-align: center;
}
.linkOther ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.linkOther li {
  width: 190px;
}
.linkOther li a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .06em;
  padding: 15px 0;
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  transition: .3s;
}
.linkOther li a::after {
  content: url(../img/solution_arrowR.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.linkOther li a:hover {
  transform: scale(1.05);
}
.linkOther .caticon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.linkOther .linkBtn {
  margin-top: 60px;
}
.linkOther .linkBtn a {
  max-width: 300px;
  display: block;
  background: #004E98;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1;
  text-align: center;
  text-shadow: 11px 11px 32px rgba(0, 78, 152, .01);
  padding: 20px 30px;
  margin: 0 auto;
  transition: .3s;
  position: relative;
}
.linkOther .linkBtn a:hover {
  opacity: .8;
}
.linkOther .linkBtn a span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  filter: drop-shadow(11px 11px 32px rgba(0, 78, 152, .01));
}
.linkOther .linkBtn._white a {
  background: #FFFFFF;
  border: solid 2px #004E98;
  color: #004E98;
  text-shadow: none;
}
.linkOther .linkBtn._white a:hover {
  transform: scale(1.03);
}
@media (max-width: 767px) {
  .linkOther_title {
    font-size: 18px;
  }
  .linkOther ul {
    margin: 40px 0 0;
    justify-content: center;
  }
  .linkOther li {
    width: 100%;
  }
  .linkOther li a {
    font-size: 16px;
    padding: 10px 0;
  }
  .linkOther .linkBtn {
    margin-top: 50px;
  }
  .linkOther .linkBtn a {
    font-size: 16px;
    padding: 17px 30px;
  }
  .linkOther .linkBtn a span {
    top: calc(50% - 2px);
  } 
}


/*カテゴリーページ*/
.category #article_content {
  margin-top: 60px;
}
.category h2,
.category .h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
}
.category h2 span._caticon,
.category .h2 span._caticon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.category .cat_listarea {
  margin: 40px 0;
}
.category .cat_listarea li {
  border-bottom: dashed 1px #CDD6DD;
/*  margin-bottom: 25px;*/
}
.category .cat_listarea li .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.4;
  padding-left: 75px;
  margin-bottom: 40px;
  position: relative;
}
.category .cat_listarea li .title::before {
  content: '';
  display: block;
  background: url("../img/Q_icon.svg") no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -16px;
  left: 0;
}
.category .cat_listarea li a {
  padding: 40px 0 25px ;
}
.category .cat_listarea li a:hover {
  color: #004E98;
}
.category .cat_listarea li a .answer {
  padding-left: 75px;
  font-size: 16px;
}
.category .cat_listarea li a .topost {
  font-size: 13px;
  text-align: right;
  padding-right: 25px;
  position: relative;
}
.category .cat_listarea li a .topost::after {
  content: url("../img/solution_arrowR.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .category #article_content {
    margin-top: 50px;
  }
  .category h2,
  .category .h2 {
    font-size: 18px;
  }
  .category h2 span._caticon,
  .category .h2 span._caticon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .category .cat_listarea {
    margin: 20px 0;
  }
  .category .cat_listarea li .title {
    font-size: 18px;
    padding-left: 55px;
    margin-bottom: 15px;
  }
  .category .cat_listarea li .title::before {
    width: 40px;
    height: 40px;
    top: -10px;
  }
  .category .cat_listarea li a {
    padding: 30px 0 20px ;
  }
  .category .cat_listarea li a .answer {
    padding-left: 55px;
    font-size: 14px;
  }
  .category .cat_listarea li a .topost {
    font-size: 12px;
    padding-right: 20px;
  }
}

/*全てのQ&Aを見る*/
.page-template-all #article_content {
  margin-top: 60px;
}
.page-template-all h2,
.page-template-all .h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
}
.all_listarea  {
  margin: 40px 0;
}
.all_listarea  li {
  border-bottom: dashed 1px #CDD6DD;
  padding: 40px 0 25px ;
}
.all_listarea  li .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.4;
  padding-left: 75px;
  margin-bottom: 20px;
  position: relative;
}
.all_listarea  li .title::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/Q_icon.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: -16px;
  left: 0;
}
.all_listarea  li a:hover {
  color: #004E98;
}
.all_listarea  li .page_category {
  padding-left: 75px;
}
.all_listarea  li .page_category a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  margin-right: .5em;
  padding: .6em .8em .5em;
  background-color: #54BCE5;
  border-radius: .25em;
}
.all_listarea  li .page_category a.pagecat_career {
  background-color: #EFB32C;
}
.all_listarea  li .page_category a.pagecat_skill {
  background-color: #87C45B;
}
.all_listarea  li .page_category a.pagecat_pay {
  background-color: #EA8E66;
}
.all_listarea  li .page_category a.pagecat_jpb {
  background-color: #F28581;
}
.all_listarea  li .page_category a.pagecat_support {
  background-color: #7A97E3;
}
.all_listarea  li .page_category a:hover {
  color: #FFFFFF;
  filter: brightness(1.1);
}
@media (max-width: 767px) {
  .page-template-all #article_content {
    margin-top: 40px;
  }
  .page-template-all h2,
  .page-template-all .h2 {
    font-size: 18px;
  }
  .all_listarea  {
    margin: 30px 0;
  }
  .all_listarea  li {
    padding: 30px 0 20px ;
  }
  .all_listarea  li .title {
    font-size: 18px;
    padding-left: 55px;
    margin-bottom: 15px;
  }
  .all_listarea  li .title::before {
    width: 40px;
    height: 40px;
    top: -10px;
  }
  .all_listarea  li .page_category {
    padding-left: 55px;
  }
}

/*検索ページ*/
.search-results

.search #article_content {
  margin-top: 60px;
}
.search .seerch_titlearea h2,
.search .seerch_titlearea .h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .search #article_content {
    margin-top: 40px;
  }
}



