@charset "utf-8";

/*==========================================
 common
===========================================*/

.d-color{
	color: #f0939f;
}

.bg-color{
	background-color: #fcf2f2;
}


/* title
-------------------------------------------*/
.main h1 {
	color: #f0939f;
}
.main h2 {
	color: #f0939f;
	border-left: #f0939f 5px solid;
}
.main h3 {
	color: #f0939f;
}
.main h4 {
	color: #333;
}


/* ------------------------------------------
	tab_nav
------------------------------------------ */
/* tab_nav_wrapp */
.tab_nav_wrapp li {
	border: 2px #f0939f solid!important;
}
.tab_nav_wrapp li a {
	background-image: url("../images/btn_bg_nursing.svg");
	color: #f0939f!important;
}

  
/* ------------------------------------------
	btn_wrapp
------------------------------------------ */
.btn_wrapp li a {
	color: #f0939f!important;
	background-color: rgba(240, 147, 159, 0.1);
	border: 2px #f0939f solid;
}


/* ------------------------------------------
	subpage_nav
------------------------------------------ */
.subpage_nav_wrapp li.current a {
	background-color: #f0939f;
}
.subpage_nav_wrapp li a:hover {
	background-color: #f0939f!important;
}


/* ------------------------------------------
	pagetitle
------------------------------------------ */
.pagetitle_wrapp_dpm .pagetitle_wrapp {
	background-image: url(../nursing/images/bg_pagetitle-sub.jpg);
}
.pagetitle_wrapp_dpm .name_dpm-sub {
	color: #f0939f;
}



/*==========================================
	nurse.html
===========================================*/
/* ------------------------------------------
	btn_wrapp
------------------------------------------ */
.btn_wrapp li a {
	color: #f0939f!important;
	background-color: rgba(240, 147, 159, 0.1);
  border: 2px #f0939f solid;
}


/* ------------------------------------------
	 curriculum_point
------------------------------------------ */
.curriculum_point li dl dt {
	color: #f0939f;
}

/* label */
.curriculum_label {
  color: white;
  background-color: #f0939f;
}


/* ------------------------------------------
	card
------------------------------------------ */
/* card_point
------------------------------------------ */
/*
.card_point_wrapp {
	border-radius: 10px;
  border: 2px #f0939f solid;
}
.card_point_wrapp h3 {
	color: #f0939f;
  border-left: #f0939f 5px solid;
}
*/

/* card_item
------------------------------------------ */
/*
.card_item {
	border-radius: 10px;
  border: 2px #f0939f solid;
}
.card_item h3 {
  background-color: #f0939f;
  color: #fff;
}
*/


/* ------------------------------------------
	student_voice
------------------------------------------ */
.student_voice_wrapp {
	border-radius: 10px;
  border: 2px #f0939f solid;
}
.student_text h3 {
	color: #f0939f;
}

@media (min-width: 993px) {
	.student_voice_wrapp {
		background: url("../nursing/images/bg_sdt_voice.svg") no-repeat;
		background-position: right bottom;
	}
}


/* ------------------------------------------
	table_license
------------------------------------------ */
.table_license th{
	background: #f0939f;
}


/* ------------------------------------------
curriculum_point_full
------------------------------------------ */
/* annual */
.curriculum_point_full > li .ann_1 {
	background-color: #eba7a4;
}
.curriculum_point_full > li .ann_2 {
	background-color: #e48787;
}
.curriculum_point_full > li .ann_3 {
	background-color: #dd666d;
}
.curriculum_point_full > li .ann_4 {
	background-color: #cf3e48;
}


/* ------------------------------------------
pickup
------------------------------------------ */
/* teater_message */
.teater_message {
    background-color: rgba(240, 147, 159, 0.1);
}
.teater_message dl dt {
    color: #f0939f;
}


/*==========================================
	curriculum.html
===========================================*/
/* ------------------------------------------
	table
------------------------------------------ */
/* table_curriculum */
.table_curriculum th {
	background-color: rgba(240, 147, 159, 0.1);
	color: #f0939f;
	font-weight: 500;
}


/*==========================================
	voice.html
===========================================*/
/* ------------------------------------------
voice
------------------------------------------ */
/* skd_wrapp */
.skd_wrapp {
    background-color: rgba(240, 147, 159, 0.1);
}
.skd_wrapp h2 {
	border-bottom: #f0939f 1px solid;
}

/* msg_wrapp */
.msg_wrapp {
    background-color: rgba(240, 147, 159, 0.1);
}
.msg_wrapp h2 {
	border-bottom: #f0939f 1px solid;
}
