<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*==========================================
 common
===========================================*/

.d-color{
	color: #2f77bd;
}

.bg-color{
	background-color: #e3eef7;
}



/* title
-------------------------------------------*/
.main h1 {
	color: #2f77bd;
}
.main h2 {
	color: #2f77bd;
	border-left: #2f77bd 5px solid;
}
.main h3 {
	color: #2f77bd;
}
.main h4 {
	color: #333;
}


/* ------------------------------------------
	tab_nav
------------------------------------------ */
/* tab_nav_wrapp */
.tab_nav_wrapp li {
	border: 2px #6aa1d7 solid!important;
}
.tab_nav_wrapp li a {
	background-image: url("../images/btn_bg_social.svg");
	color: #6aa1d7!important;
}

  
/* ------------------------------------------
	btn_wrapp
------------------------------------------ */
.btn_wrapp li a {
	color: #2f77bd!important;
	background-color: rgba(107, 199, 221, 0.1);
	border: 2px #2f77bd solid;
}


/* ------------------------------------------
	subpage_nav
------------------------------------------ */
.subpage_nav_wrapp li.current a {
	background-color: #2f77bd;
}
.subpage_nav_wrapp li a:hover {
	background-color: #2f77bd!important;
}

@media (min-width: 993px) {
    .subpage_nav_wrapp li {
        width: calc(100% / 2);
    }
}

/* ------------------------------------------
	pagetitle
------------------------------------------ */
.pagetitle_wrapp_dpm .pagetitle_wrapp {
	background-image: url(../social/carework/images/bg_pagetitle-sub.jpg);
}
.pagetitle_wrapp_dpm .name_dpm-sub {
	color: #2f77bd;
}


/* ------------------------------------------
	result_wrapp
------------------------------------------ */
/* result_wrapp */
.result_wrapp {
}
.result_wrapp .result_item {
	border: 2px solid #2f77bd;
}
.result_wrapp .result_item h3 {
	background-color: #2f77bd;
}
.result_wrapp .result_item p {
	color: #2f77bd;
}


/* ------------------------------------------
	 dpm_point
------------------------------------------ */
.dpm_point li:before {
	color: rgba(47,119,189, 0.1);
}


/*==========================================
	carework/index.html
===========================================*/
/* ------------------------------------------
	btn_wrapp
------------------------------------------ */
.btn_wrapp li a {
	color: #2f77bd!important;
	background-color: rgba(47,119,189, 0.1);
  border: 2px #2f77bd solid;
}


/* ------------------------------------------
	 curriculum_point
------------------------------------------ */
.curriculum_point li dl dt {
	color: #2f77bd;
}

/* label */
.curriculum_label {
  color: white;
  background-color: #2f77bd;
}


/* ------------------------------------------
	card
------------------------------------------ */
/* card_point
------------------------------------------ */
/*
.card_point_wrapp {
	border-radius: 10px;
  border: 2px #2f77bd solid;
}
.card_point_wrapp h3 {
	color: #2f77bd;
  border-left: #2f77bd 5px solid;
}
*/

/* card_item
------------------------------------------ */
/*
.card_item {
	border-radius: 10px;
  border: 2px #2f77bd solid;
}
.card_item h3 {
  background-color: #2f77bd;
  color: #fff;
}
*/


/* ------------------------------------------
curriculum_point_full
------------------------------------------ */
/* annual */
.curriculum_point_full &gt; li .ann_1 {
	background-color: #6293ce;
}
.curriculum_point_full &gt; li .ann_2 {
	background-color: #3381c4;
}
.curriculum_point_full &gt; li .ann_3 {
	background-color: #0571bb;
}
.curriculum_point_full &gt; li .ann_4 {
	background-color: #0764b1;
}


/* ------------------------------------------
pickup
------------------------------------------ */
/* teater_message */
.teater_message {
    background-color: rgba(47, 119, 189, 0.1);
}
.teater_message dl dt {
    color: #0764b1;
}


/* ------------------------------------------
	student_voice
------------------------------------------ */
.student_voice_wrapp {
	border-radius: 10px;
  border: 2px #2f77bd solid;
}
.student_text h3 {
	color: #2f77bd;
}

@media (min-width: 993px) {
	.student_voice_wrapp {
		background: url("../social/carework/images/bg_sdt_voice.svg") no-repeat;
		background-position: right bottom;
	}
}


/* ------------------------------------------
	table_license
------------------------------------------ */
.table_license th{
	background: #2f77bd;
}

/* ------------------------------------------
	pickup
------------------------------------------ */
.pickup_attention .title{
	color: #2f77bd;
}


/*==========================================
	carework/voice.html
===========================================*/
/* ------------------------------------------
voice
------------------------------------------ */
/* skd_wrapp */
.skd_wrapp {
    background-color: rgba(47, 119, 189, 0.1);
}
.skd_wrapp h2 {
	border-bottom: #2f77bd 1px solid;
}

/* msg_wrapp */
.msg_wrapp {
    background-color: rgba(47, 119, 189, 0.1);
}
.msg_wrapp h2 {
	border-bottom: #2f77bd 1px solid;
}

/*------------------------------------------ */
.logo_footer{
    border-left: none!important;
}</pre></body></html>