@charset "UTF-8";
/*--------------------------
 RESULT MAIN IMG
----------------------------*/
.image_result {
	margin-top: 60px;
	position: relative;
	height: auto;
}
.image_result_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.image_result_title {
    position: absolute;
    top: 25px;
	left: 30px;
    z-index: 10;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.1em;
}
.image_result_pc {
    display: none;
}
.imageresult_smart {
    
}
/*--------------------------
 RESULT PROLOGUE
----------------------------*/
.result_prologue {

    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.result_prologue_shoulder {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    padding-top: 20px;
}
.result_prologue_shoulder span {
    font-size: 10px;
    line-height: 28px;
    margin-left: -5px;
    vertical-align: top;
    margin-right: -3px;
}
.result_prologue_mini {
    font-size: 10px;
    line-height: 16px;
}
.result_prologue_p {
    font-size: 15px;
    line-height: 26px;
    padding-top: 30px;
}
.result_prologue_p br {
    display: none;    
}
/*--------------------------
 RESULT PROLOGUE DIAGRAM
----------------------------*/
.result_diagram {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
	position: relative;
	/*z-index: 10;*/
}
.result_diagram img {
    width: 100%;
    height: auto;
}
/*--------------------------
 RESULT OUTLINE
----------------------------*/
.result_outline_wrapper {
    background-color: #EFEFEF;
	padding-bottom: 30px;
}

.result_outline {
    padding-top: 30px;
    padding-bottom: 30px;
}


.result_outline::after {
    content: "";
    display: block;
    clear: both;
}

.result_outline_photo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 400px;
}
.result_outline_photo img {
    width: 100%;
}

.result_outline_table {

}
.result_outline_table table {
 
}
.result_outline_table table tbody {
	border-top: 2px solid #c9c9c9;
	border-bottom: 2px solid #c9c9c9;
}
.result_outline_table table caption {
    text-align: left;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding-left: 20px;
}

.result_outline_table table tr th {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    display: block;
    background-color: #FFFFFF;
}
.result_outline_table table tr td {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.result_outline_list {
    
}
.result_outline_list li {
    background-image: url(../images/circle_blue.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 13px auto;
    padding-left: 20px;
    padding-bottom: 3px;
}
.result_br {
    display: none;    
}
/*--------------------------
 RESULT LIST
----------------------------*/
.result_list {
    position: relative;
    margin-top: 30px;
    text-align: center;

}
.result_list_shoulder {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
	margin-left: 20px;
    margin-right: 20px;
}
.result_list_ul {
    margin-top: 50px;
}
.result_list_ul::after {
    content: "";
    display: block;
    clear: both;
}

.result_list_ul li {
    float: left;
    width: 50%;
    margin-bottom: 50px;
}

.result_list_ul li figcaption {
    padding-top: 20px;    
}
.result_list_img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    position: relative;

}
.result_list_img img {
    width: 120px;
    height: auto;
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.result_list_title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
}
.result_list_p {
    font-size: 10px;
    line-height: 16px;
}
/*--------------------------
 ASCOT BANNER
----------------------------*/
.result_ascot_banner {
    position: relative;
}
.result_ascot_banner_pc {
    display: none;
}
.result_ascot_banner_pc img {
  
}
.result_ascot_banner_sm {
    
	margin-left: 20px;
    margin-right: 20px;
}
.result_ascot_banner_sm img {
    width: 100%;
    height: auto;
}