
/*----course---*/
.course_subttl {
    font-size: 22px;
    margin: 0 0 10px;
}
.single_view{
 display: block;
 width: 80%;
 margin: 0 auto;
}

/*----point---*/
.point_con{
  width: 90%;
  margin: 0 auto;
}
.point_number {
  background: #bb9f5b;
  color: #fff;
  width: 60%;
  margin: 5px auto 8px;
  font-size: 14px;
}
.point_title {
  font-size: 22px;
  margin: 40px 0 10px;
}
.point_con .kiji_table{width: 100%;}

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

.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.3;
}
/*----priceTbl---*/
.priceTbl.table_mt{
  margin: 20px auto;
}
.priceTbl .price_subcategory {width: 28%;}
.price_att{font-size:14px;}
.priceTbl .fee{ white-space: nowrap}

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

.condition1{
  width: 84%;
  margin: 0 auto 45px;
}
.condition1_title {
  text-align: center;
  margin: 15px 0;
}
.parts_guide_inner{font-size: 14px; width: 505px;}
.parts_guide_inner .kiji_table{width: 100%;}
.parts_guide_inner .kiji_table dt{font-size: 1em;}
.parts_guide_inner .kiji_table dd{padding-bottom: 0;}
.parts_guide_view {
  width: 365px;
  display: block;
  margin-right: 10px;
}
.parts_guide_att{font-size: 14px; margin-top: 10px;}
.kiji_table.point_inner dt {width: 45%;}
.kiji_table.point_inner dd{width: 60%;}
.priceTbl td.td_bgcolor{width: 36%;}
.priceTbl th {
  background: #f7f7f7;
  font-size: 1rem;
  text-align: center;
}


/*---category----*/
.course_ttl2{ line-height: 1.45;}
.point_ttl {
  color: #bb9f5b;
  line-height: 1;
}
.point_ttl span {font-size: 1.3em;}
.sub_main_category{
  font-size: 22px;
  border-bottom: 2px solid #bb9f5b;
  box-sizing: border-box;
  background: #FAF8F2;
  padding: 12px 0;
  padding-left: 20px;
  margin: 10px auto 20px;
  display: inline-block;
  width: 100%;
}
.course_ttl_sub2 {
  font-size: 19px;
  margin: 5px 0 0;
}

.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;}

.course_copy_sub2 {
  border-bottom: 2px solid #bb9f5b;
  box-sizing: border-box;
  background: #FAF8F2;
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.5;
  padding: 12px 0;
  padding-left: 10px;
  margin: 30px auto 20px;
}
