/*--------------------------------------------------------------------------------------------------
plan_titles
--------------------------------------------------------------------------------------------------*/
#plan_titles{
  width 100%;
}

#plan_titles h2{
  font-size: 60px;
  margin-bottom: 10px;
  text-align: center;
}

#plan_titles h2 p{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background: #c30d22;
  line-height: 26px;
  padding: 12px;
  margin-right: 10px;
}

#plan_titles h2 p span{
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

#plan_titles .plan_sub_tit{
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #036eb8;
  text-align: center;
  margin-bottom: 30px;
}


/*--------------------------------------------------------------------------------------------------
washing_data all
--------------------------------------------------------------------------------------------------*/
#washing_data_a,
#washing_data_b,
#washing_data_c,
#washing_data_d{
  width: 100%;
  clear: both;
  margin-top: 50px;
  font-size: 18px;
}

#washing_data_a h3,
#washing_data_b h3,
#washing_data_c h3,
#washing_data_d h3{
  width: 100%;
  clear: both;
  width: 100%; 
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

#washing_data_a h3 span,
#washing_data_b h3 span,
#washing_data_c h3 span,
#washing_data_d h3 span{
  font-size: 30px;
  color: #c30d22;
}

#washing_data_a h4,
#washing_data_b h4,
#washing_data_c h4,
#washing_data_d h4{
  width: 100%;
  clear: both;
  width: 100%;
  font-size: 26px;
  color: #000;
  margin-top: 10px;
}

#washing_data_a h4 span,
#washing_data_b h4 span,
#washing_data_c h4 span,
#washing_data_d h4 span{
  font-size: 26px;
  color: #c30d22;
}


#washing_data_a p,
#washing_data_b p,
#washing_data_c p,
#washing_data_d p{
  width: 95%;
  margin: 0 2.5%;
}
/*--------------------------------------------------------------------------------------------------
washing_data_a
--------------------------------------------------------------------------------------------------*/
#washing_data_a ul li{
  width: 32%;
  margin: 0.5%;
  float: left;
  background: #3e3a39;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  border-top-left-radius: 40px 50%;
  border-top-right-radius: 40px 50%;
  border-bottom-left-radius: 40px 50%;
  border-bottom-right-radius: 40px 50%;
}


/*--------------------------------------------------------------------------------------------------
washing_data_b
--------------------------------------------------------------------------------------------------*/
#washing_data_b dl{
  border: 1px solid #036eb8;
  overflow: hidden;
  margin-bottom: 20px;
}


#washing_data_b dt{
  width: 100%;
  padding: 10px;
  background: #036eb8;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  clear: both;
}

#washing_data_b .c_r_a,
#washing_data_b .c_r_b,
#washing_data_b .c_r_c,
#washing_data_b .c_r_d{
  float: left;
  height: 130px;
}

#washing_data_b .c_r_b,
#washing_data_b .c_r_c,
#washing_data_b .c_r_d{
  font-size: 20px;
  display: block;
  padding-top: 30px;
  vertical-align: middle;
  border-left: 1px solid #036eb8;
}

#washing_data_b .c_r_a{
  width: 17%;
}

#washing_data_b .c_r_b,
#washing_data_b .c_r_c{
  width: 20%;
  text-align: center;
}

#washing_data_b .c_r_b span,
#washing_data_b .c_r_c span{
  color: #c30d22;
  font-size: 20px;
}

#washing_data_b .c_r_d{
  width: 43%;
  padding: 20px 20px 0;
}

#washing_data_b h3,
#washing_data_b h4{
  text-align: center;
}


/*--------------------------------------------------------------------------------------------------
washing_data_c
--------------------------------------------------------------------------------------------------*/
#washing_data_c ul{
  border: 3px solid #036eb8;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 50px 0px;
}

#washing_data_c ul li{
  width: 20%;
  float: left;
}

#washing_data_c h3,
#washing_data_c h4{
  text-align: center;
}


/*--------------------------------------------------------------------------------------------------
washing_data_d
--------------------------------------------------------------------------------------------------*/
#washing_data_d dl,
#washing_data_d .all_engine_support{
  width: 30%;
  margin: 30px 1.5%;
  float: left;
}

#washing_data_d dl dt{
  width: 100%;
  color: #fff;
  padding: 10px;
  background: #036eb8;
  text-align: center;
  font-size: 20px;
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
}

#washing_data_d dl dd {
  margin-bottom: 20px;
}


#washing_data_d dl dd img{
  width: 100%;
}

