@charset "utf-8";

/*.tx_s
---------------------------------------------*/
#ninkatsu .tx_s {
    text-align: left;
}

#ninkatsu .tx_b {
    font-size: 200%;
}

/*.result_01
---------------------------------------------*/
#ninkatsu .result_01 {
    margin: 1em auto 3em;
    text-align: center;
}

#ninkatsu .result_01 table {
    width: 100%;
    margin: 0 auto;
    background: url(/resources/ninkatsu/img/result_01_bg.png);
    border-radius: 5px;
    font-size: 120%;
    font-weight: bold;
}

#ninkatsu .result_01 th {
    padding: .5em 1em;
    color: #ff7c7b;
    font-size: 120%;
}

#ninkatsu .result_01 th span {
    padding-left: 1.8em;
    background: url(/resources/ninkatsu/img/sp/fr_01_ic_sp.png) no-repeat;
}

#ninkatsu .result_01 td {
    padding: .5em 1em 0;
    background: url(/resources/ninkatsu/img/result_01_bg.png);
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:color;
}

#ninkatsu .result_01 .col_pink {
    padding-bottom: 1em;
    color: #ff7c7b;
}

/*.result_02
---------------------------------------------*/
#ninkatsu .result_02 {
    margin: 1em auto 3em;
    padding-bottom: 1em;
    background: url(/resources/ninkatsu/img/result_01_bg.png);
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:color;
    text-align: center;
}

#ninkatsu .result_02 h2 {
    position: relative;
    padding: 1.5em .5em 1em;
    background: url(/resources/ninkatsu/img/mv_bg.png);
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

#ninkatsu .result_02 h2:first-line {
    font-size: 80%;
}

#ninkatsu .result_02 h2::before {
    display: block;
    position: absolute;
    top: -.4em;
    left: 0;
    width: 100%;
    height: 38px;
    background: url(/resources/ninkatsu/img/result_02_bg.png) repeat-x;
    content: "";
}

#ninkatsu .result_02 h2 span {
    color: #ffe39f;
}

#ninkatsu .result_02 p a {
    text-decoration: underline;
}


#ninkatsu .result_02 h3 {
    margin: 2em 1em  1em;
}

#ninkatsu .result_02 table {
    width: 100%;
    margin: 0 auto;
    background: #ff7c7b;
    border-radius: 5px;
    font-size: 120%;
    font-weight: bold;
}

#ninkatsu .result_02 th {
    padding: 1em;
    color: #fff;
}


#ninkatsu .result_02 td {
    padding: 1em;
    background: #fff;
    color:  #ff7c7b;
}

#ninkatsu .result_02 .bt a {
    display: block;
    position: relative;
    width: 100%;
    margin: 1em auto 1.5em;
    padding: 1em;
    font-weight: bold;
    border-radius: 100vh;
}

#ninkatsu .result_02 .bt_white a {
    background: #fff;
    color: #ff7c7b;
    border: 2px solid #ff7c7b;
}

#ninkatsu .result_02 .bt_pink a {
    background: #ff7c7b;
    color: #fff;
    font-size: 120%;
}


#ninkatsu .result_02 .bt a::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 1em;
}

#ninkatsu .result_02 .bt_white a::after {
    background: url(/resources/ninkatsu/img/bt_ic_01.png) no-repeat right;
}

#ninkatsu .result_02 .bt_pink a::after {
    background: url(/resources/ninkatsu/img/bt_ic_02.png) no-repeat right;
}

/*===========================================================
@media screen
============================================================= */

@media screen and (max-width:780px) {
#ninkatsu .result_01 th span {
    background-size: contain;
    font-size: 180%;
}

#ninkatsu .result_02 h2 {
    padding: 1em .5em .5em;
    font-size: 250%;
}

    
#ninkatsu .result_02 th {
    padding: .5em;
    font-size: 180%;
}

#ninkatsu .result_02 .bt a {
        font-size: 180%;
        line-height: 1.4;
    }
    
}

@media screen and (max-width:500px) {
#ninkatsu .result_01 th span {
    font-size: 120%;
}
#ninkatsu .result_02 h2 {
    padding: 1.3em .5em .5em;
    font-size: 180%;
}
    
#ninkatsu .result_02 th {
    font-size: 140%;
    }
    
}

    
@media screen and (max-width:380px) {
#ninkatsu .result_01 th span {
    font-size: 100%;
}
    
#ninkatsu .result_02 h2 {
    padding: 1.5em .5em .8em;
    font-size: 150%;
}

#ninkatsu .result_02 h3 {
    margin-bottom: .5em;
}
    
#ninkatsu .result_02 th {
    padding: 1em;
    font-size: 100%;
    }
    
#ninkatsu .result_02 .bt a {
        font-size: 120%;
        line-height: 1.6;
    }
    
}
   





/*===========================================================
content
============================================================= */
#ninkatsu .content {
    width: 100%;
    margin: 0 auto;
}

#ninkatsu .content .fr {
    width: 950px;
    margin: 0 auto;
}


/*.result_01
---------------------------------------------*/
#ninkatsu .content .result_01 {
    margin: 2em auto 4em;
}

#ninkatsu .content_pc .result_01 table {
    width: 720px;
    font-weight: bold;
}

#ninkatsu .result_01 th span {
    padding-left: 1.5em;
    background: url(/resources/ninkatsu/img/pc/fr_01_ic_pc.png) no-repeat;
    font-size: 110%;
}

#ninkatsu .content_pc .result_01 td {
    padding: 1em 0 0;
}

#ninkatsu  .content_pc .result_01 .col_pink {
    padding: 0 0 1.5em;
}


/*.result_02
---------------------------------------------*/
#ninkatsu .content_pc .result_02 {
    width: 950px;
    margin: 2em auto 4em;
}

#ninkatsu .content_pc .result_02 h2 {
    padding-top: 1.2em;
    font-size: 200%;
}

#ninkatsu .content_pc .result_02 h2:first-line {
    font-size: 90%;
}

#ninkatsu .content_pc .result_02 table {
    width: 720px;
}

#ninkatsu .result_02 th {
    padding: .8em;
    font-size: 120%;
    }

#ninkatsu .content_pc .result_02 .bt a {
    width: 450px;
}

#ninkatsu .content_pc .result_02 .tx {
    width: 720px;
    margin: 1em auto;
}

#ninkatsu .content_pc .result_02 .tx_s {
    width: 720px;
    text-align: left;
    margin: 1em auto;
}

/* OPオリジナルココマデ */
