@charset "utf-8";

/*==========================================
 common
===========================================*/
/* title
-------------------------------------------*/
.main h1 {
	color: #7774b5;
}
.main h2 {
	color: #7774b5;
	border-left: #7774b5 5px solid;
}
.main h3 {
	color: #7774b5;
}
.main h4 {
	color: #333;
}


/* ------------------------------------------
	tab_nav
------------------------------------------ */
/* tab_nav_wrapp */
.tab_nav_wrapp li {
	border: 2px #7774b5 solid!important;
}
.tab_nav_wrapp li a {
	background-image: url("../images/btn_bg_medical.svg");
	color: #7774b5!important;
}

  
/* ------------------------------------------
	btn_wrapp
------------------------------------------ */
.btn_wrapp li a {
	color: #7774b5!important;
	background-color: rgba(119, 116, 181, 0.1);
	border: 2px #7774b5 solid;
}


/* ------------------------------------------
	subpage_nav
------------------------------------------ */
.subpage_nav_wrapp li.current a {
	background-color: #7774b5;
}
.subpage_nav_wrapp li a:hover {
	background-color: #7774b5!important;
}

@media (min-width: 993px) {
    .subpage_nav_wrapp li {
        width: calc(100% / 2);
    }
}

/* ------------------------------------------
	pagetitle
------------------------------------------ */
.pagetitle_wrapp_dpm .pagetitle_wrapp {
	background-image: url(../medical/physicaltherapy/images/bg_pagetitle-sub.jpg);
}
.pagetitle_wrapp_dpm .name_dpm-sub {
	color: #7774b5;
}


/* ------------------------------------------
	result_wrapp
------------------------------------------ */
/* result_wrapp */
.result_wrapp {
}
.result_wrapp .result_item {
	border: 2px solid #7774b5;
}
.result_wrapp .result_item h3 {
	background-color: #7774b5;
}
.result_wrapp .result_item p {
	color: #7774b5;
}


/* ------------------------------------------
	 dpm_point
------------------------------------------ */
.dpm_point li:before {
	color: rgba(119, 116, 181, 0.1);
}


/*==========================================
	physicaltherapy/index.html
===========================================*/
/* ------------------------------------------
	btn_wrapp
------------------------------------------ */
.btn_wrapp li a {
	color: #7774b5!important;
	background-color: rgba(119, 116, 181, 0.1);
  border: 2px #7774b5 solid;
}


/* ------------------------------------------
	 curriculum_point
------------------------------------------ */
.curriculum_point li dl dt {
	color: #7774b5;
}

/* label */
.curriculum_label {
  color: white;
  background-color: #7774b5;
}


/* ------------------------------------------
	card
------------------------------------------ */
/* card_point
------------------------------------------ */
/*
.card_point_wrapp {
	border-radius: 10px;
  border: 2px #7774b5 solid;
}
.card_point_wrapp h3 {
	color: #7774b5;
  border-left: #7774b5 5px solid;
}
*/

/* card_item
------------------------------------------ */
/*
.card_item {
	border-radius: 10px;
  border: 2px #7774b5 solid;
}
.card_item h3 {
  background-color: #7774b5;
  color: #fff;
}
*/


/* ------------------------------------------
curriculum_point_full
------------------------------------------ */
/* annual */
.curriculum_point_full > li .ann_1 {
	background-color: #9487bf;
}
.curriculum_point_full > li .ann_2 {
	background-color: #7163aa;
}
.curriculum_point_full > li .ann_3 {
	background-color: #4d4398;
}
.curriculum_point_full > li .ann_4 {
	background-color: #322f8e;
}



/* ------------------------------------------
pickup
------------------------------------------ */
/* teater_message */
.teater_message {
    background-color: rgba(119, 116, 181, 0.1);
}
.teater_message dl dt {
    color: #7774b5;
}



/* ------------------------------------------
	student_voice
------------------------------------------ */
.student_voice_wrapp {
	border-radius: 10px;
  border: 2px #7774b5 solid;
}
.student_text h3 {
	color: #7774b5;
}

@media (min-width: 993px) {
	.student_voice_wrapp {
		background: url("../medical/physicaltherapy/images/bg_sdt_voice.svg") no-repeat;
		background-position: right bottom;
	}
}


/* ------------------------------------------
	table_license
------------------------------------------ */
.table_license th{
	background: #7774b5;
}


/*==========================================
	curriculum.html
===========================================*/
/* ------------------------------------------
	table
------------------------------------------ */
/* table_curriculum */
.table_curriculum th {
	background-color: rgba(6, 146, 212, 0.1);
	color: #7774b5;
	font-weight: 500;
}



/*==========================================
	voice.html
===========================================*/
/* ------------------------------------------
voice
------------------------------------------ */
/* skd_wrapp */
.skd_wrapp {
    background-color: rgba(119, 116, 181, 0.1);
}
.skd_wrapp h2 {
	border-bottom: #7774b5 1px solid;
}

/* msg_wrapp */
.msg_wrapp {
    background-color: rgba(119, 116, 181, 0.1);
}
.msg_wrapp h2 {
	border-bottom: #7774b5 1px solid;
}

/* ------------------------------------------
	pickup
------------------------------------------ */
.pickup_attention .title{
	color: #7774b5;
}


.d-color {
    color: #7774b5;
}