
/*----course---*/
.course_subttl {
    font-size: 22px;
    margin: 0 0 10px;
}


/*----flow---*/
.flow_con{
    margin-bottom: 25px;
    padding: 35px 45px;
    background: #faf8f2;}

.flow_step{
	  font-size: 20px;
    padding: 0 15px;
    background: #bb9f5b;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
.flow_ttl{
	    font-size: 28px;
    color: #bb9f5b;
    margin-left: 15px;
 line-height: 1.4;
}
.flow_pict { width: 280px;}
/* .flow_copy {
    margin-left: 30px;
    width: 475px;
} */
/*----priceTbl---*/
.priceTbl .price_subcategory {width: 28%;}
.priceTbl.table_mt {
  width: 90%;
  margin: 20px auto;
}
.price_att{font-size:14px;}
.priceTbl .fee{ white-space: nowrap}

.condition1_att{font-size:14px; text-align: center; margin-top: 10px;;}
.condition1_att.price_right{text-align: right;}

.condition1{
  width: 84%;
  margin: 0 auto 45px;
}
.condition1_title {
  text-align: center;
  margin: 15px 0;
}

.kiji_table.point_inner dt {
  width: 45%;
}
.kiji_table.point_inner dd{
  width: 60%;
}
.priceTbl td.td_bgcolor{
  width: 65%;
}

.sub_main_category {
  font-size: 22px;
  border-bottom: 2px solid #bb9f5b;
  box-sizing: border-box;
  background: #FAF8F2;
  padding: 12px 0;
  padding-left: 20px;
  margin: 50px auto 20px;
  display: inline-block;
  width: 100%;
}
.sub_category_single {margin-top: 10px;}
.course_ttl_sub2 {font-size: 19px; margin: 20px 0 5px;}
/*----cases---*/
.cases_con{padding: 30px 45px 35px;}
.cases_con h3{font-size: 28px;
    margin: 0 auto 35px;
    display: table;
    border-bottom: 1px solid #bb9f5b;
    padding-bottom: 2px;}
.cases_con ul{flex-wrap: wrap;}
.cases_con p{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.cases_con ul li{
	width: 23.9%;
	margin-right: 1%;
	margin-bottom: 1%;
	text-align: center;
	padding: 10px 0;
	background: #fff;
	border-radius: 6px;
	border: 1px dotted #bb9f5b;
	color: #bb9f5b;}
.cases_con ul li:nth-child(4n){margin-right: 0;}


