.result_outer {
  width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0px;
  border-top: none;
  border-radius: 10px;
}
.result_title{
  width: 90%;
  margin:0 auto;
  height: 60px;
  color:#FFF;
  text-align: center;
  line-height: 3em;
  line-height: 2.5em;
  font-weight: 700;
  font-size: 24px;
}
.result_salon_background{
  background: #e18299;
}
.result_creative_background{
  background: #5babcb;
}
.result_oversea_background{
  background: #a098bd;
}
.ranking_salon_judge_text_other {
    /*color: #cba1ff;*/
    text-align: center;
    font-size: 15px;
    }
.ranking_creative_judge_text_other {
    /*color: #8600c1;*/
    text-align: center;
    font-size: 15px;
    }

.result_table{
  display: table;
  width: 840px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 60px;
  margin-bottom: 20px;
}
.result_table .rows {
    display: table-row;
}
.result_table .cell{
	display: table-cell;
}
.ranking1 {
    max-width: 182px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.ranking1_photo {
    max-width: 352px;
    margin: 0 auto;
}
.ranking2 {
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.ranking2_photo {
    max-width: 243px;
    margin: 0 auto;
    padding: 0 10px;
}
.salon_ranking1_text,
.salon_ranking2_text,
.salon_ranking3_text,
.salon_ranking4_text,
.salon_ranking5_text,
.creative_ranking1_text,
.creative_ranking2_text,
.creative_ranking3_text,
.creative_ranking4_text,
.creative_ranking5_text,
.other_ranking1_text,
.other_ranking2_text,
.other_ranking3_text,
.other_ranking4_text,
.other_ranking5_text{
    padding-top: 5px;
    font-size: 16px;
    }



.judge_award_s {
	width: 78%;
	margin: 0 auto;
	border: 2px solid #000;
	border-radius: 15px;
	position: relative;
}

.judge_award_c {
    width: 78%;
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 15px;
    position: relative;
}

.ranking_flex_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.ranking_flex_container_center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.ranking_salon_judge_text {
  color: #e5007f;
  text-align: center;
  font-size: 16px;
}
.ranking_judge_text{
  text-align: center;
  margin: 0 auto;
  font-size: 16px;

}
.bottom_cell {
  padding-left: 30px;
  padding-right: 30px;
}
.ranking_salon_judge_photo {
  text-align: center;
  margin:0.3em auto;
}
.ranking_creative_judge_text {
    color: #019fe8;
    text-align: center;
    font-size: 16px;
    }
.ranking_creative_judge_text_other {
    /*color: #8600c1;*/
    text-align: center;
    font-size: 15px;
    }
.ranking_creative_judge_photo {
    text-align: center;
    max-width: 163px;
    margin:0.3em auto;
    }

		.ranking_flag_red {
    background-image: url('../image2021/2021result/s_flag.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 17px;
    position: relative;
    top: 4px;
    left: -3px;
    padding: 10px;
    }
		.ranking_flag_blue {
    background-image: url('../image2021/2021result/c_flag.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 17px;
    position: relative;
    top: 4px;
    left: -3px;
    padding: 10px;
    }

.pc_view_inline{
	display:inline-block;
}
.sp_view_inline{
	display:none;
}
.mat100{
margin-top:100px;
}
.subscription_result_text{
  color:#FFF;
  text-align: center;
  font-size:20px;
  line-height: 160%;
  font-weight: 700;
  margin-bottom:20px;
}

.subscription_btn_result {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
    height: 50px;
    }
.pc_flex_view{
display: flex!important;
}
.sp_flex_view{
display: none!important;
}
.subscripttion_btn_area{
  padding-bottom:60px;;
padding-top: 20px;
}
.subscription_title{
  margin-top:80px;
}
@media screen and (max-width:768px) {

.subscription_title{
  margin-top:50px;
}
.subscripttion_btn_area{
  padding-bottom:5px;
  padding-top: 0px;
}
.ranking1_photo{
  width:80%;
}
.ranking_salon_judge_photo,
.ranking_creative_judge_photo{
  width: 130px;
}
.ranking_flag_blue,
.ranking_flag_red{
  left:0px;
}
.ranking2_photo{
  width:80%;
}
.result_title{
  margin-bottom:30px;
}
.pc_flex_view{
display: none!important;
}
.sp_flex_view{
display: flex!important;
}
  .result_outer{
    border: 0;
    box-sizing: border-box;
    width: 90%;
    border-radius: 10px;
    padding-bottom: 10px;
  }
.judge_award_s,
.judge_award_c {
    width: 96%;
padding-top:20px;
}
.ranking_judge_text{
  margin-bottom: 10px;
}

		.result_table{
			display:table;width:100%;
			margin-top:0px;
		}
  .subscription_result_text{
    font-size:16px;
  }
	.entry_btn_result {
		width: 90%;
		margin: 0 auto;
		height: 80px;

	}
  .subscription_btn_result{
    display:block;
  }
  .entry_btn_result span.title{
font-size:16px;
  }
	.pc_view_inline{
		display:none;
	}

	.sp_view_inline {
	display: inline-block;
	}
}

.context_bottom_result{
	margin-bottom:50px;
}
