@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*---------------------------
リセット
---------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

html {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    line-height: 1;
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
}

html,
body {
    overflow-x: hidden;
}

footer address {
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
    transition: 0.3s;
}

li {
    list-style: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

p {
    line-height: 1.5;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.b {
    font-weight: bold;
}

.sp {
    display: none;
}

/*---------------------------
TOP
---------------------------*/
.main-aside-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
position: relative;
}


.h1-wrap {
    position: relative;
    margin-bottom: 50px;
}

.h1-wrap:after {
    content: '';
    display: block;
    width: 74px;
    height: 166px;
    background: url(https://nippon1review.jp/img/nippon1review/chara_woman01.svg) no-repeat right bottom / contain;
    position: absolute;
    right: 0;
    bottom: -18px;
}

.h1-wrap h1 {
    width: 640px;
    border-radius: 100px 80px 80px 100px;
    border: 2px solid #2D2D2D;
    position: relative;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.h1-wrap h1 .inner {
    display: block;
    padding: 30px 0;
}

.h1-wrap h1 .inner:before {
    content: '';
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 3px);
    background: #f1903b;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 90px 72px 70px 76px;
}

.h1-wrap h1:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 34px solid transparent;
    border-left: 34px solid transparent;
    border-bottom: 25px solid #2D2D2D;
    border-top: 0;
    transform: rotate(10deg);
    position: absolute;
    right: -34px;
    bottom: 8px;
    z-index: -2;
}

.h1-wrap h1:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-bottom: 22px solid #f1903b;
    border-top: 0;
    transform: rotate(10deg);
    position: absolute;
    right: -30px;
    bottom: 10px;
}

.ashirai-kakko {
    position: relative;
    text-align: center;
    font-size: 15px;
    color: #515151;
    margin: 10px 0 0;
    padding: 20px 10px;
    width: 670px;
}

.ashirai-kakko:before,
.ashirai-kakko:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(https://nippon1review.jp/img/nippon1review/h1_ashirai_kakko.svg) no-repeat center / contain;
}

.ashirai-kakko:before {
    left: 0;
    top: 0;
}

.ashirai-kakko:after {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.h2-wrap {
    position: relative;
    display: flex;
    padding: 24px 30px;
    margin-bottom: 30px;
}

.h2-wrap:before,
.h2-wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #013e50;
}

.h2-wrap:after {
    width: 100px;
    left: 66px;
    background: #f18b06;
}

h2 {
    font-size: 30px;
}

.h2-wrap h2:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://nippon1review.jp/img/nippon1review/h2_ashirai.svg) no-repeat left top / contain;
}

.h2-wrap h2:after {
    content: '';
    display: block;
    width: 96%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
    background: #82a8b3;
}

.h2-wrap-right {
    display: flex;
    align-items: center;
    margin-left: auto;
    min-width: max-content;
    gap: 20px;
}

.h2-wrap-right dl {
    display: flex;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 11px;
}

.voice-wrap {
    padding: 0 30px;
}

.voice-cont {
    margin-bottom: 20px;
}

.voice-cont:last-child {
    margin-bottom: 0;
}

.flex {
    display: flex;
}

.voice-cont .flex:has(.date) {
    align-items: center;
    margin-bottom: 12px;
}

.voice-cont .date,
.voice-cont .img {
    font-size: 13px;
    width: 80px;
}

.voice-cont .name,
.voice-cont .text {
    width: calc(100% - 80px);
}

.voice-cont .name {
    color: #027CA0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.voice-cont .img img {
    display: block;
    width: 36px;
    margin: 0 auto;
}

.voice-cont .text {
    font-size: 13px;
    font-weight: 700;
    background: #F0F0F0;
    border-radius: 4px;
    padding: 8px 12px;
    position: relative;
    margin: 0;
}

.voice-cont .text:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 14px solid #f0f0f0;
    border-left: 0;
    position: absolute;
    left: -13px;
    top: 10px;
}

.rank-wrap {
    padding: 0 30px;
}

.rank-cont {
    border-bottom: 1px solid #027CA0;
}

.rank-cont:last-child {
    border-bottom: 0;
}

.rank-cont a {
    padding: 30px 0;
    display: flex;
    align-items: center;
    color: #027CA0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.rank-cont a:before {
    content: '';
    display: block;
    width: 60px;
    min-width: 60px;
    height: 32px;
    margin-right: 16px;
}

.rank-cont:nth-of-type(1) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_1.svg) no-repeat center / contain;
}

.rank-cont:nth-of-type(2) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_2.svg) no-repeat center / contain;
}

.rank-cont:nth-of-type(3) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_3.svg) no-repeat center / contain;
}

.rank-cont:nth-of-type(4) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_4.svg) no-repeat center / contain;
}

.rank-cont:nth-of-type(5) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_5.svg) no-repeat center / contain;
}

.rank-cont:nth-of-type(6) a:before {
    background: url(img/rank_6.svg) no-repeat center / contain;
}

.rank-cont:nth-of-type(7) a:before {
    background: url(img/rank_7.svg) no-repeat center / contain;
}

.rank-cont:nth-of-type(8) a:before {
    background: url(img/rank_8.svg) no-repeat center / contain;
}

.rank-cont:nth-of-type(9) a:before {
    background: url(img/rank_9.svg) no-repeat center / contain;
}

.rank-cont:nth-of-type(10) a:before {
    background: url(img/rank_10.svg) no-repeat center / contain;
}

.rank-cont span {
    padding-right: 30px;
    flex-grow: 1;
}

.rank-cont img {
    width: 300px;
    min-width: 300px;
    height: 110px;
    object-fit: cover;
    margin-left: auto;
}


.more-review,
.submit-bt {
    display: block;
    margin: 0 auto;
    color: #fff;
    width: 290px;
    background: #027CA0;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    padding: 17px 0;
    font-weight: 600;
    border: 0;
    line-height: 1.5;
    cursor: pointer;
}

.more-review {
    margin-top: 30px;
    background: #2d2d2d;
    cursor: pointer;
}

.staffingAgency-wrap {
    margin-top: 60px;
    padding: 0 30px;
}

.staffingAgency-cont .flex .img {
    width: 280px;
}

.staffingAgency-cont .flex .img img {
    width: 100%;
}

.staffingAgency-cont .right-cont {
    width: calc(100% - 280px);
    padding-left: 26px;
}

.staffingAgency-cont .right-cont .score-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.staffingAgency-cont .right-cont .score-wrap img {
    width: 150px;
}

.staffingAgency-cont .right-cont .score-wrap .s {
    font-size: 15px;
}

.staffingAgency-cont .right-cont p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.staffingAgency-cont .text-wrap {
    position: relative;
    margin-top: 24px;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.staffingAgency-cont .text-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 210px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(https://nippon1review.jp/img/nippon1review/city.png) no-repeat center bottom / 100%;
    z-index: -1;
    opacity: 0.4;
}

.staffingAgency-cont .text-wrap:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -10%;
    width: 130px;
    height: 100%;
}

.staffingAgency-cont:nth-of-type(1) .text-wrap:after {
    background: url(https://nippon1review.jp/img/nippon1review/chara_man01.svg) no-repeat center / contain;
}

.staffingAgency-cont:nth-of-type(2) .text-wrap:after {
    background: url(https://nippon1review.jp/img/nippon1review/chara_woman02.svg) no-repeat center / contain;
}

.staffingAgency-cont:nth-of-type(3) .text-wrap:after {
    background: url(https://nippon1review.jp/img/nippon1review/chara_man02.svg) no-repeat center / contain;
}

.staffingAgency-cont:nth-of-type(4) .text-wrap:after {
    background: url(https://nippon1review.jp/img/nippon1review/chara_man01.svg) no-repeat center / contain;
}

.staffingAgency-cont:nth-of-type(5) .text-wrap:after {
    background: url(https://nippon1review.jp/img/nippon1review/chara_woman02.svg) no-repeat center / contain;
}

.staffingAgency-cont .text-wrap img {
    position: absolute;
    right: 0;
    top: 60px;
    width: 130px;
}

.staffingAgency-cont .text-wrap p {
    font-size: 15px;
    font-weight: bold;
    padding-right: 150px;
}

.voice-review-cont {
    background: #EDFBFF;
    border-radius: 5px;
    margin-top: 15px;
    position: relative;
    padding: 22px 30px 30px 210px;
}

.voice-review-cont:first-child {
    margin-top: 0;
}

.voice-review-cont .pc-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 210px;
    text-align: center;
    height: fit-content;
}

.voice-review-cont .pc-left img {
    width: 94px;
}

.voice-review-cont .pc-left .text {
    margin: 8px 0;
    font-size: 10px;
    line-height: 1.5;
}

.voice-review-cont .pc-left .text span {
    display: block;
}

.voice-review-cont .pc-left .score-wrap {
    font-size: 19px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.voice-review-cont .pc-left .score-wrap img {
    width: 100px;
}

.voice-review-cont .b {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

.voice-review-cont .acd {
    position: relative;
    margin-bottom: 20px;
}

.acd-in {
    overflow: hidden;
    transition: height 0.3s ease;
    height: 160px;
}

.acd-in.acd-on {
    height: auto;
}

.acd-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 188px;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    box-shadow: 1px 1px 1px #0000008A;
    border-radius: 11px;
    text-align: center;
    background: #BDBABA;
    cursor: pointer;
    z-index: 2;
}

.acd:after {
    content: '';
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: transparent linear-gradient(180deg, #FFFBFB00 0%, #EDFBFFCF 26%, #EDFBFF 70%, #EDFBFF 100%) 0% 0% no-repeat padding-box;
}

.acd:has(.acd-on):after,
.acd:has(.acd-on) .acd-btn {
    display: none;
}

.voice-review-cont .acd-in p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.good-btn-wrap {
    font-size: 15px;
    color: #707070;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.good-btn {
    width: 26px;
    height: 26px;
    background: url(https://nippon1review.jp/img/nippon1review/good.svg) no-repeat center / contain;
    border: 0;
    cursor: pointer;
margin-right: 5px;
}

.voice-review-wrap {
    margin-bottom: 30px;
}

.staffingAgency-cont {
    margin-bottom: 14px;
}

.staffingAgency-cont:last-child {
    margin-bottom: 0;
}

.iinebt {
    display: flex;
    align-items: center;
}


/*---------------------------
TOP　SP
---------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
    .main-aside-wrap {
        display: block;
        padding: 0 10px;
    }

    aside {
        width: auto;
    }

   /*    .h1-wrap h1 {
        width: calc(100% - 90px);
        border-radius: 50px;
        font-size: 20px;
        text-align: left;
        line-height: 1.3;
    }

    .h1-wrap h1 .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 90px;
    }

    .h1-wrap h1:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 18px solid #2d2d2d;
        border-right: 0;
        transform: none;
        top: 0;
        bottom: 0;
        right: -14px;
        margin: auto;
    }

    .h1-wrap h1:after {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 14px solid #f1903b;
        border-right: 0;
        transform: none;
        top: 0;
        bottom: 0;
        right: -10px;
        margin: auto;
    }

    .h1-wrap h1 .inner:before {
        width: calc(100% - 3px);
        border-radius: 50px;
    }

 .h1-wrap h1 .inner:after {
        content: '';
        display: block;
        width: 88px;
        height: 88px;
        position: absolute;
        right: -100px;
        bottom: 0;
        background: url(https://nippon1review.jp/img/nippon1review/chara_woman01.svg) no-repeat center top 4px / 90px;
        border-radius: 50%;
    }
    .h1-wrap:after {
        display: none;
    }*/


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .ashirai-kakko {
        width: auto;
        text-align: left;
        display: flex;
        justify-content: center;
        font-size: 14px;
        padding: 10px 20px;
        margin: 15px 0 0;
    }

    .ashirai-kakko:before,
    .ashirai-kakko:after {
        width: 24px;
        height: 24px;
    }

    .h1-wrap {
        margin-bottom: 36px;
    }

    .h2-wrap {
        padding: 24px 15px 18px;
    }

    h2 {
        font-size: 22px;
    }

    .h2-wrap h2:before {
        width: 16px;
        height: 16px;
    }

    .h2-wrap-right {
        gap: 6px;
    }

    .h2-wrap-right dl {
        display: block;
        line-height: 1.3;
        font-size: 10px;
    }

    .voice-wrap,
    .rank-wrap {
        padding: 0 15px;
    }

    .voice-cont .flex:has(.date) {
        display: block;
    }

    .voice-cont .name {
        margin-top: 10px;
        width: auto;
    }

    .rank-wrap {
        margin-bottom: 10px;
    }

    .rank-cont a {
        flex-wrap: wrap;
        font-size: 20px;
        padding: 15px 0;
    }

    .rank-cont:first-child a {
        padding-top: 0;
    }

    .rank-cont a:before {
        width: 52px;
        min-width: 52px;
        height: 28px;
        margin-right: 0;
    }

    .rank-cont span {
        padding-right: 0;
        flex-grow: 0;
        width: calc(100% - 64px);
        margin-left: auto;
    }

    .rank-cont img {
        width: 100%;
        min-width: auto;
        height: calc((100vw - 50px) * 0.4);
        margin-top: 12px;
        object-fit: cover;
        margin-left: 0;
    }

    .staffingAgency-wrap {
        padding: 0;
    }

    .staffingAgency-cont .flex {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 15px;
    }

    .staffingAgency-cont .right-cont {
        width: auto;
        padding-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .staffingAgency-cont .right-cont p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .staffingAgency-cont .right-cont .score-wrap {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .staffingAgency-cont .right-cont .score-wrap img {
        width: 130px;
    }

    .staffingAgency-cont .right-cont .score-wrap .s {
        font-size: 13px;
    }

    .staffingAgency-cont .flex .img {
        width: 100%;
    }

    .staffingAgency-cont .text-wrap img {
        display: none;
    }

.staffingAgency-cont .text-wrap:after{
 display: none;
}

    .staffingAgency-cont .text-wrap {
        padding: 0 15px 28px;
        margin-top: 14px;
    }

    .staffingAgency-cont .text-wrap p {
        padding-right: 0;
    }

    h4 {
        margin-bottom: 20px;
    }

    .voice-review-wrap {
        padding: 0 10px;
    }

    .voice-review-cont {
        padding: 10px 10px 14px;
    }

    .voice-review-cont .sp-top {
        position: relative;
        padding-left: 86px;
        margin-bottom: 12px;
    }

    .voice-review-cont .b {
        font-size: 16px;
    }

    .voice-review-cont .pc-left {
        position: static;
        margin: 0;
        width: auto;
        text-align: left;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .voice-review-cont .pc-left img {
        width: 70px;
        position: absolute;
        left: 3px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .voice-review-cont .pc-left .score-wrap {
        justify-content: flex-start;
        font-size: 20px;
    }

    .voice-review-cont .pc-left .score-wrap img {
        width: 130px;
        position: static;
        margin: 0;
    }

    .voice-review-cont .pc-left .text {
        display: flex;
        gap: 12px;
        margin-bottom: 0;
    }

    .voice-review-cont .acd {
        margin-bottom: 12px;
    }

    .acd-in {
        height: 140px;
    }

    .acd-btn {
        font-size: 14px;
        line-height: 40px;
        width: 200px;
        border-radius: 30px;
    }

    .good-btn-wrap {
        justify-content: center;
    }

    .staffingAgency-cont {
        margin-bottom: 60px;
    }
}
@media screen and (max-width :1150px) {

.h1-wrap h1 {
        width: calc(100% - 90px);
        border-radius: 50px;
        font-size: 20px;
        text-align: left;
        line-height: 1.3;
    }

    .h1-wrap h1 .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 90px;
    }

    .h1-wrap h1:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 18px solid #2d2d2d;
        border-right: 0;
        transform: none;
        top: 0;
        bottom: 0;
        right: -14px;
        margin: auto;
    }

    .h1-wrap h1:after {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 14px solid #f1903b;
        border-right: 0;
        transform: none;
        top: 0;
        bottom: 0;
        right: -10px;
        margin: auto;
    }

    .h1-wrap h1 .inner:before {
        width: calc(100% - 3px);
        border-radius: 50px;
    }

    .h1-wrap h1 .inner:after {
        content: '';
        display: block;
        width: 88px;
        height: 88px;
        position: absolute;
        right: -100px;
        bottom: 0;
        background: url(https://nippon1review.jp/img/nippon1review/chara_woman01.svg) no-repeat center top 4px / 90px;
        border-radius: 50%;
    }

 .h1-wrap:after {
        display: none;
    }
} 

@media screen and (max-width : 391px) {
    .h1-wrap h1 {
        font-size: 18px;
        height: 80px;
    }

    .h1-wrap h1 .inner {
        height: 80px;
    }

    .h1-wrap h1 .inner:after {
        bottom: -5px;
    }

    .ashirai-kakko {
        font-size: 13px;
    }
}

@media screen and (max-width : 376px) {
    .h1-wrap h1 {
        font-size: 17px;
    }

    .ashirai-kakko {
        font-size: 12px;
    }
}

@media screen and (max-width : 361px) {
    .h1-wrap h1 {
        font-size: 16px;
    }
}


/*---------------------------
ウィジェット
---------------------------*/
aside {
    width: 278px;
    padding-top: 20px;
}

aside .widget-conts .sec-head {
    color: #fff;
    background: #2D2D2D;
    font-size: 15px;
    padding: 8px 16px;
}

.widget-rank-wrap{
counter-reset: item;
}

.widget-rank-wrap,
.widget-kutikomi-wrap {
    padding: 0 16px;
}

.widget-rank-wrap li{
   counter-increment: item;
position: relative;
}

.widget-rank-wrap li,
.widget-kutikomi-wrap li {
    border-bottom: 1px solid #D6D6D6;
}

.widget-rank-wrap li:last-child,
.widget-kutikomi-wrap li:last-child {
    border-bottom: 0;
}

.widget-rank-wrap li a,
.widget-kutikomi-wrap li a {
    display: flex;
    align-items: center;
    line-height: 1.2;
    padding: 12px 0;
    color: #027CA0;
    font-size: 16px;
    font-weight: bold;
}

.widget-rank-wrap li a:before {
    content: '';
    display: block;
    width: 36px;
    min-width: 36px;
    height: 20px;
    margin-right: 22px;
}

.widget-rank-wrap li:nth-of-type(1) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_1.svg) no-repeat center / contain;
}

.widget-rank-wrap li:nth-of-type(2) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_2.svg) no-repeat center / contain;
}

.widget-rank-wrap li:nth-of-type(3) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_3.svg) no-repeat center / contain;
}

.widget-rank-wrap li:nth-of-type(4) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_4.svg) no-repeat center / contain;
}

.widget-rank-wrap li:nth-of-type(5) a:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_5.svg) no-repeat center / contain;
}

.widget-rank-wrap li:nth-of-type(n+6) a::before{
display: flex;
    content: counter(item) '';
    color: #fff;
    background: #BEBEBE;
    position: relative;
    text-align: center;
    align-content: center;
    align-items: center;
   font-size: 13px;
    padding-left: 10px;
    height: 20px;
}

.widget-rank-wrap li:nth-of-type(-n+5) a::after{
content: '位';
    display:none;
}

.widget-rank-wrap li:nth-of-type(-n+10) a::after{
content: '位';
    color: #fff;
    font-size: 0.5em;
    position: absolute;
left: 20px;
    font-weight: 100;
    bottom: 36%;
}

.widget-rank-wrap li:nth-of-type(n+10) a::after{
content: '位';
    color: #fff;
    font-size: 0.5em;
    position: absolute;
    left:25px;
    font-weight: 100;
    bottom: 36%;
}

.widget-kutikomi-wrap li a img {
    width: 100px;
    margin-right: 8px;
}

/*---------------------------
ウィジェット　SP
---------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
    aside {
        width: auto;
    }

    .page-lower aside {
        margin-top: 40px;
    }
}


/*---------------------------
フッター
---------------------------*/
footer {
    margin-top: 80px;
}

.footer-logo {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.footer-logo img {
    width: 100%;
}


.footer-information {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 110px;
background: #000;
padding: 20px 0;
}

.footer-information .tosyo,
.footer-information .ktaa {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
}

.footer-information .tosyo img {
    width: 50px;
    margin-right: 10px;
}

.footer-information .ktaa img {
    width: 56px;
    margin-right: 5px;
}

.copyright-txt  {
    color: #fff;
    background: #BDBABA;
    font-size: 10px;
    font-weight: 300;
    padding: 8px 0;
    text-align: center;
    margin-top: 0;
margin-bottom:0;
}

/*---------------------------
フッター　SP
---------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
    footer {
        padding-top: 30px;
        margin-top: 30px;
    }

    .footer-logo {
        width: 210px;
    }

    .footer-information {
        display: block;
            margin-top: 80px;
        padding: 20px 10px;
    }

    .footer-information .tosyo,
    .footer-information .ktaa {
        font-size: 11px;
    }

    .footer-information .ktaa {
        margin-top: 10px;
    }

    .footer-information .tosyo img {
        width: 44px;
    }

    .footer-information .ktaa img {
        width: 54px;
        margin-right: 0px;
        position: relative;
        right: 5px;
    }

}

@media screen and (max-width : 376px) {
    .footer-information .tosyo,
    .footer-information .ktaa {
        font-size: 10px;
    }
}
