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

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

/*----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_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%;}
.price_att{font-size:14px;}
.priceTbl .fee{ white-space: nowrap}
.priceTbl th.subhed{
  background: #f7f7f7;
  font-size: 1rem;
  text-align: center;
}


.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%;
}
/*---nayami_list----*/
.nayami_list{
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center;
  margin-left: -5.5px;
}
.nayami_list li{
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0px 6px 15px;
    line-height: 1.4;
    width: 114px;
    height: 114px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #eae4d4;
    border-radius: 80px;
}

.nayami_list_small{
  font-size: 12px;
  display: block;
  letter-spacing: normal;
}

