@charset "UTF-8";
/* CSS Document */


/********************* 研修プログラム用 ********************/
.p-employee_program_list__info {
  border: 1px solid #005981;
  width: 309px;
  text-align: center;
  display: inline-block;
  margin-bottom: 18px;
  margin-right: 7px;
}

.p-employee_program_list__info h1{
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005981;
}

.p-employee_program_list__info .btn_container {
  background-color: #005981;
}

.c-link a {
  color: #fff;
}

.p-employee_program_list__info .c-link a::after {
  background-color: #fff;
  background-image: url("../images/icon-btn-arrow-blue.svg");
}

.p-employee_program_list__info .c-link a:hover::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-left: calc(1em - 6px);
    margin-right: -6px;
    background-image: url("../images/icon-btn-arrow-blue.svg");
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-size: initial
}

.p-employee_program_list__info .c-link a {
    font-size: 12px;
}

/********************* カテゴリーガイド一覧用 ********************/

.p-guide_list__info {
  width: 32%;
  border: 1px solid #014831;
  margin-right: 2px;
  margin-bottom: 6px;
text-align: center;
}

.p-guide_list__info h1 {
  color: #014831;
  font-size: 14px!important;
  line-height: 1.35;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #014831;;
	font-size: 100%;
}

.p-guide_list__info .btn_container {
  background-color: #014831;
}

.p-guide_list__info .c-link a {
    color: #fff;
    font-size: 12px;
}

.p-guide_list__info .c-link a::after {
  background-color: #fff;
  background-image: url("../images/icon-btn-arrow-green.svg")!important;
}

.p-guide_list__info ..c-link a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #014831;
  margin-left: 5px;
  margin-top: -3px;
  transition: 0.1s;
  background-size: 0;
}

@media screen and (max-width: 768px){
.p-guide_list__info h1 {
  font-size: 16px!important;
}
}


/********************* footer用 ********************/

.footer__main_nav .c-link a {
  color: #000!important;
  text-decoration: none;
 font-size: 100%;
}

.footer__main_nav .c-link__reverse a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #014831;
  margin-right: 1em;
  margin-top: -3px;
  transition: 0.1s;
  background-size: 0;
}


@media screen and (max-width: 768px) {

.footer__main_nav .c-link__reverse a::before {
  content: none;

}
	.footer__main_nav .c-link__reverse a{
 font-size: 16px!important;
}
	    

}




/********************* お知らせ用 ********************/
.c-news .c-link a { 
   color: #000!important;
  text-decoration: none;
	font-size: font-size: 100%!important;
}

/********************* 緊急のお知らせ用 ********************/

.c-top_bg h1 {
    color: #2B715C;
}
.c-top_bg h1::after {
    background-image: url(../images/icon-emergency-top.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.c-group_training_bg h1 {
  color: #245981;
}
.c-group_training_bg h1::after {
  background-image: url("../images/icon-emergency-group_training.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-web_seminar_bg h1  {
  color: #C7A800;
}
.c-web_seminar_bg h1::after {
  background-image: url("../images/icon-emergency-web-seminar.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-group_club_bg h1  {
  color: #7E9B00;
}
.c-group_club_bg h1::after {
  background-image: url("../images/icon-emergency-group-club.svg");
background-repeat: no-repeat;
background-size: 100%;
}

/********************* Webセミナー用 ********************/
.c-web-seminar_program__btn .c-link a { 
   color: #000!important;
  text-decoration: none;
	font-size: font-size: 100%!important;
}