@charset "utf-8";
.mainv{
	background-image: url(../img/result/mainv.jpg);
}

/*----------------------------------*/
.result_box{
    /* padding: 0 0 0 86px; */
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #f27e20;
    padding: 0 0 18px  75px;
    margin: 0 0 24px;
}
.result_box:last-child{
    border:none;
}
.result_y{
    font-size: 16px;
    font-weight: bold;
    color: #f27e20;
    position: absolute;
    z-index: 1;
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 11px;
}
.result_table{
    width: 100%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.result_table td,
.result_table th{
    padding: 10px 0;
    /* border-bottom: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    font-size: 16px;
}
.result_table td{

}
.result_table th{
    width: 45px;
    /* font-weight: bolder; */
    white-space: nowrap;
}

/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/

@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {
    /*----------------------------------*/
    .result_box{
    padding: 33px 6px 7px;
    margin: 0 0 5px;
}
    .result_y{
    font-size: 14px;
}
    .result_table{}
    .result_table td,
    .result_table th{
    padding: 7px 0;
    font-size: 12px;
}
    .result_table td{}
    .result_table th{}
    /*----------------------------------*/
    /*----------------------------------*/
    /*----------------------------------*/
}
