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

/*---kv----*/
.course_con_view {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
}

.single_view.mt_50 {
  width: 75%;
  display: block;
  margin: 0 auto 30px;
}

/*---category----*/
.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%;
}
.course_ttl_sub2 {
  font-size: 19px;
  margin: 20px 0 5px;
}

.course_item_list li{margin: 10px; text-align: center;}
.pote_main_pic{width: 47%;}
.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;}



/*---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;}

/*---check----*/
.kiji_table{
  margin-bottom: 20px;
}

/*---price----*/
.priceTbl.table_mt{
  width: 90%;
  margin: 20px auto;
}
.price_att{
  font-size:14px;
}

.priceTbl th{
  background: #f7f7f7;
  font-size: 1rem;
  text-align: center;
}

.condition1 {
  width: 84%;
  margin: 0 auto 45px;
}

