@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Ubuntu+Condensed&display=swap');
/*---------------------------
下層
---------------------------*/
body a{
color: #089fe8;
}
img.aligncenter {
display: block;
margin: auto;
}
.center{
text-align: center;
}
.b-red {
color: #d65757;
font-weight: bold;
}
main {
    width: 692px;
}
.header-in {
    width: 1120px;
    margin: 0 auto;
    padding: 30px 0;
}

.header-in .logo {
    width: 400px;
    display: inline-block;
}

.header-in .logo img {
    width: 100%;
}

.pankuzu {
    background: #edf1f4;
padding-top: 22px;
margin-top: 57px;
}

.pankuzu-in {
    width: 1000px;
    margin: 0 auto;
    line-height: 36px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pankuzu a,
.pankuzu span {
    font-size: 10px;
    position: relative;
}
.pankuzu a{
color: #089fe8;
}
.pankuzu span{
color: #9b9c9e;
}
.pankuzu a:before,
.pankuzu span:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -14px;
    top: 0;
    border: 1px solid #868789;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}
.pankuzu a:first-child:before{
display: none;
}

.page-lower {
    padding-top: 20px;
}

.page-lower aside {
    padding-top: 12px;
}

.page-lower h1 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.article-info {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.article-info .date {
    font-weight: 500;
    font-size: 11px;
color: #91a4c4;
}
.pr-tag {
font-size: 11px;
text-align: center;
background: #ecf1f4;
color: #666666;
width: 30px;
height: 28px;
line-height: 27px;
font-weight: 800;
}
.article-info .pr-tag {
    margin-left: auto;
}

.page-lower .h2-score h2 {
    position: static;
    padding: 0;
    margin: 0;
}

.page-lower .h2-score {
    position: relative;
    padding: 4px 10px 8px 30px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}

.page-lower .h2-score .score-wrap {
    margin-left: auto;
    min-width: max-content;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.page-lower .h2-score .score-wrap img {
    width: 120px;
    margin-right: 6px;
}

.page-lower .h2-score .score-wrap .s {
    font-size: 12px;
}

.kh-wrap,
.voice-wrap-lower-cont,
.form-kutikomi-inner dl {
    box-shadow: 0 0 0 1px #b1d8e3;
    border-radius: 4px;
    overflow: hidden;
}

.kh-wrap-title {
    background: #ebf8fc;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #b1d8e3;
}

.kh-wrap-title img {
    width: 160px;
}

.kh-wrap-title .num {
    font-size: 24px;
    font-weight: bold;
    margin-left: 8px;
}

.kh-wrap-title .num .s {
    font-size: 16px;
}

.kh-wrap-title .kensuu {
    color: #027ca0;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 6px;
cursor: pointer;
}

.kh-wrap-title a {
    margin-left: auto;
    background: #027ca0;
    color: #fff;
    border-radius: 30px;
    padding: 10px 28px;
    font-size: 14px;
}

.kh-wrap-hoshi {
    padding: 26px;
}

.kh-wrap-hoshi li {
    margin-bottom: 10px;
}

.kh-wrap-hoshi li:last-child {
    margin-bottom: 0;
}

.kh-wrap-hoshi li a {
    display: flex;
    align-items: center;
}

.kh-wrap-hoshi li a img {
    width: 110px;
}

.kh-wrap-hoshi li a .num {
    color: #027ca0;
    font-weight: bold;
    font-size: 16px;
    /*margin-left: 6px;
width: 70px;*/
margin-right: 5px;
position: absolute;
    right: 0;
    top: 20%;
    z-index: 100;
}

.kh-wrap-hoshi .barBox {
    width: 10px;
    flex-grow: 1;
    background: #edfbff;
    box-shadow: 0 0 0 1px #e8e9e9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 30px;
margin-left: 15px;
}

.kh-wrap-hoshi .barIn {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f18b06;
}

.kh-under-text{
font-size: 12px;
    padding: 5px 0 0 5px;
color: #797979;
}

.voice-wrap-lower-cont {
    background: url(https://nippon1review.jp/img/nippon1review/check-pattern.jpg) center / 800px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.voice-wrap-lower-cont .inner-top {
    display: flex;
    align-items: center;
    padding: 14px 14px 14px 30px;
}

.voice-wrap-lower-cont .inner-top img {
    width: 90px;
}

.voice-wrap-lower-cont .inner-top .text-wrap {
    width: calc(100% - 90px);
    padding-left: 12px;
    line-height: 1.4;
}

.voice-wrap-lower-cont .inner-top .text-wrap .title {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.voice-wrap-lower-cont .inner-top .text-wrap .score-wrap {
    display: flex;
    align-items: center;
font-size: 24px;
    font-weight: bold;
}

.voice-wrap-lower-cont .inner-top .text-wrap .score-wrap img {
    width: 140px;
margin-right:5px;
}

.voice-wrap-lower-cont .inner-top .text-wrap .score-wrap .num {
    font-size: 26px;
    font-weight: 700;
    margin-left: 10px;
}

.voice-wrap-lower-cont .inner-top .text-wrap .score-wrap .num .s {
    font-size: 22px;
}

.voice-wrap-lower-cont .inner-top .text-wrap .text {
    display: flex;
    font-size: 10px;
    margin-top: 3px;
gap:12px;
}

.voice-wrap-lower-cont .honbun {
    background: #fff;
    position: relative;
    padding: 20px 28px;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 12px;
}

.voice-wrap-lower-cont .honbun:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 12px solid #fff;
    border-top: 0;
    position: absolute;
    left: 68px;
    top: -10px;
}

.voice-wrap-lower-cont .good-btn {
    background: #33d2ff;
    border-radius: 30px;
    color: #fff;
    width: auto;
    height: auto;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
padding-bottom: 10px;
}

.voice-wrap-lower-cont .good-btn:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://nippon1review.jp/img/nippon1review/good2.svg) no-repeat center / contain;
    margin-right: 8px;
    margin-bottom: 1px;
top: 1px;
    position: relative;
}

.voice-wrap-lower-cont .good-btn .num {
    background: #fff;
    display: inline-block;
    color: #2d2d2d;
    border-radius: 30px;
    padding: 2px 8px;
    font-weight: 700;
    font-size: 13px;
top: 1px;
    position: relative;
}

.voice-wrap-lower-cont  .inner-bottom .iinebt p{
display: none;
}

.form-kutikomi-inner dl {
    margin-bottom: 10px;
    display: flex;
    line-height: 1.4;
}

.form-kutikomi-inner dt,
.form-kutikomi-inner dd {
    display: flex;
    align-items: center;
}

.form-kutikomi-inner dt {
    background: #ebf8fc;
    width: 220px;
    border-right: 1px solid #b1d8e3;
    padding: 12px 0 12px 16px;
    font-size: 14px;
    font-weight: 700;
}

.form-kutikomi-inner dt .s,
.form-kutikomi-inner dt .hissu {
    font-size: 11px;
}

.form-kutikomi-inner dt .hissu {
    color: #ef2c07;
    margin-left: 8px;
}

.form-kutikomi-inner dd {
    width: calc(100% - 220px);
    padding: 5px;
}

.form-kutikomi-inner dd input[type="text"],
.form-kutikomi-inner dd textarea {
    display: block;
    width: 100%;
    border: 0;
    background: #ededed;
    border-radius: 3px;
    font-size: 12px;
    padding: 12px;
    font-weight: 600;
}

.form-kutikomi-inner dd input[type="text"]::placeholder,
.form-kutikomi-inner dd textarea::placeholder {
    color: #c3c0c0;
}

.form-kutikomi-inner dd textarea {
    height: 230px;
}

.form-kutikomi-inner input[type="radio"] {
    display: none;
}

.form-kutikomi-inner input[type="radio"]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 24px;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
}

.form-kutikomi-inner input[type="radio"]+label:first-of-type {
    margin-left: 10px;
}

.form-kutikomi-inner input[type="radio"]+label:last-child {
    margin-right: 0;
}

.form-kutikomi-inner input[type="radio"]+label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 1px #707070;
    border: 2px solid #fff;
    border-radius: 50%;
}

.form-kutikomi-inner input[type="radio"]:checked+label:before {
    background: #707070;
}

.form-kutikomi-inner .hosiwrap {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 8px;
}

.form-kutikomi-inner .hosiwrap img {
    width: 24px;
    cursor: pointer;
}

.form-kutikomi-inner .hosiwrap .num {
    font-size: 26px;
    font-weight: bold;
    margin-left: 3px;
}

.form-kutikomi-inner {
    margin-bottom: 30px;
}

.kutikomi-tyuui {
    background: #fffab6;
    padding: 14px;
    width: max-content;
    margin: 30px auto 0;
}

.kutikomi-tyuui p,
.kutikomi-tyuui li {
    line-height: 1.8;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
}

.kutikomi-tyuui ul {
    padding-left: 20px;
}

.ranking-section {
    margin-bottom: 60px;
}

.page-lower main:has(.company-detail-section) {
    padding-bottom: 24px;
}

.ranking-table {
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #A2D0DD;
    border-radius: 5px;
}

.rank-name {
    width: 60%;
}

.rank-value {
    width: b 27%;
}

.rank-revew {
    width: 13%;
}

.ranking-table .rank-cont {
    border-bottom: 1px solid #A2D0DD;
counter-increment: item;
}

.ranking-table .rank-cont a {
position:relative;
padding:0;
}

.ranking-table .rank-cont a:before {
    width: 45px;
    min-width: 45px;
margin:0;
}

.ranking-table .rank-cont span {
    padding-right: 0;
    flex-grow: 0;
}

.ranking-table .rank-cont: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: 15px;
    padding-left: 13px;
    height: 25px;
}

.ranking-table .rank-cont:nth-of-type(-n+5) a::after{
content: '位';
    display:none;
}

.ranking-table .rank-cont:nth-of-type(-n+10) a::after{
content: '位';
    color: #fff;
    font-size: 0.5em;
    position: absolute;
    left: 25px;
    font-weight: 100;
    bottom: 3px;
}

.ranking-table .rank-cont:nth-of-type(n+10) a::after{
content: '位';
    color: #fff;
    font-size: 0.5em;
    position: absolute;
    left:32px;
    font-weight: 100;
    bottom: 3px;
}

.ranking-table .rank-cont .ranking-logo a:after{
display: none; 
}

.ranking-table ol{
counter-reset: item;
 list-style-type: none;
}


.ranking-table li:nth-child(-n+5):before {
display:none;
}

.ranking-table .rank-cont li {
    white-space: nowrap;
    text-align: center;
}

.ranking-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    min-width: 200px;
    height: auto;
    vertical-align: middle;
    border: solid 2px #D7D7D7;
    border-radius: 5px;
    padding: 10px;
}

.rank-cont .ranking-logo a {
    padding: 0;
}

.rank-cont .ranking-logo img {
    width: 100%;
    height: auto;
    max-height: 100%;
    min-width: auto;
    object-fit: contain;
    display: block;
    margin: 0;
}

.rank-cont .ranking-star {
    padding-left: 10px;
}

.rank-cont .ranking-star img {
    width: 150px;
    min-width: 150px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.ranking-title-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px 0;
}

.ranking-label {
    margin-left: 10px;
    font-size: 18px;
}

.ranking-label-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.ranking-label-group a {
    padding: 0;
}

.ranking-label-group a:before {
    margin: 0;
}


.ranking-bottom-group {
    display: flex;
    padding: 0 10px 0 10px;
    width: 100%;
}

.ranking-right-group {
    display: grid;
    align-items: center;
    margin-left: 15px;
    width: 100%;
}

.ranking-value-group {
    display: flex;
    align-items: center;
    background-color: #FFF9EA;
}

.ranking-value-group .ranking-star{
text-align: center;
}

.ranking-review-count {
    font-weight: bold;
}

.ranking-value-point-group {
    display: flex;
    align-items: center;
}

.ranking-table .rank-cont .ranking-value-point,
.ranking-table .rank-cont .ranking-review-count {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}


.ranking-value-group,
.ranking-review-count-group {
    text-align: left;
    padding: 10px;
}

.ranking-review-count-group {
    display: flex;
    align-items: center;
    flex-grow: 0;
}

.ranking-table .rank-cont  .ranking-review-count-group a:before {
   display:none;
}

.ranking-table .rank-cont  .ranking-review-count-group a:after {
   display:none;
}

.ranking-value-label,
.ranking-count-label {
    width: 80px;
    padding: 5px;
}

.ranking-table .rank-cont .ranking-logo a:before {
    display: none;
}

.ranking-lower {
    color: #027CA0;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
    margin-left: 5px;
    top: -1px;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
    width: 2px;
    height: 13px;
    border-radius: 9999px;
    background-color: #027CA0;
    transform-origin: 50% calc(100%);
}

.arrow::before {
    transform: rotate(45deg);
}

.arrow::after {
    transform: rotate(-45deg);
}

.page-lower main .company-detail h3:before {
    width: 36px;
    min-width: 36px;
    height: 20px;
    box-shadow: none;
    border-radius: 0;
}

.company-detail-section{
.counter-increment: item;
}


.company-detail-section .company-detail:nth-of-type(1) h3:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_1.svg) no-repeat center / contain;
}

.company-detail-section .company-detail:nth-of-type(2) h3:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_2.svg) no-repeat center / contain;
}

.company-detail-section .company-detail:nth-of-type(3) h3:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_3.svg) no-repeat center / contain;
}

.company-detail-section .company-detail:nth-of-type(4) h3:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_4.svg) no-repeat center / contain;
}

.company-detail-section .company-detail:nth-of-type(5) h3:before {
    background: url(https://nippon1review.jp/img/nippon1review/rank_5.svg) no-repeat center / contain;
}

.company-detail-section .company-detail:nth-of-type(n+6) h3:before {
    display: flex;
    content: counter(item) '';
    color: #fff;
    background: #BEBEBE;
    position: relative;
    text-align: center;
    align-content: center;
    align-items: center;
    font-size: 15px;
    padding-left: 13px;
    height: 20px;
margin:0;
left:0;
top: -1px;
}

.company-detail-section .company-detail:nth-of-type(n+6) h3::after {
    content: '位';
    color: #fff;
    font-size: 0.5em;
    position: absolute;
    left:40px;
    font-weight: 100;
    bottom: 13px;
}

.company-detail-section .company-detail:nth-of-type(n+10) h3::before {
padding-left: 6px;
}

.company-detail-section .company-detail:nth-of-type(n+6) h3 {
padding: 10px 10px 10px 15px;
}

.company-detail-section .company-detail:nth-of-type(n+6) h3  span {
margin-left:5px;
}

.company-wrap {
    margin-bottom: 15px;
}

.company-detail {
    background: url(https://nippon1review.jp/img/nippon1review/check-pattern.jpg) center / 800px;
    padding: 0 15px 5px 15px;
    margin-bottom: 60px;
    counter-increment: item;
}

.company-name {
    display: flex;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

.company-name span {
    margin-left: 25px;
}

.company-header {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.company-header-img {
    display: flex;
    align-items: center;
}

.company-header-img img {
    height: 100%;
    object-fit: cover;
}

.company-detail .ranking-right-group {
    margin-left: 10px;
}

.company-detail:last-of-type {
    margin-bottom: 0;
}

.company-detail .ranking-value-label,
.company-detail .ranking-count-label {
    width: 60px;
    padding: 0;
    margin-left: 0px;
    font-size: 15px
}

.company-detail .ranking-value-point,
.company-detail .ranking-review-count {
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
}

.company-detail .ranking-star img {
    width: 150px;
    min-width: 150px;
    padding-left:10px;
}

.company-card {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}


.company-detail-btn a {
    width: 200px;
    height: 40px;
    font-size: 12px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-point {
    position: relative;
    background: #FFFCEF;
    padding: 25px 15px 20px 15px;
    margin-bottom: 15px;
    color: #FF7530;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.5;
}

.company-point::before {
    content: '';
    background: url(https://nippon1review.jp/img/nippon1review/point.svg) no-repeat center / contain;
    display: block;
    width: 70px;
    height: 26px;
    position: absolute;
    left: -5px;
    top: -5px;
}


.company-point li {
    list-style: disc;
    margin-left: 30px;

}

.company-desc {
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.5;
}

.company-voice-link {
    margin-bottom: 10px;
}

.page-lower main .company-card h4 {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 15px;
    font-size: 16px;
    border-bottom: solid 1px #A2D0DD;
    margin-bottom: 15px;
}

.page-lower main .company-card h4:before {
    content: '';
    background: none;
    background-color: #A2D0DD;
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    border-radius: 2px 2px 0 0;
    top: 0;
left: 0;
}

.page-lower main .company-card h4:after {
    display: none;
}

.company-table{
border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 228, 230);
    border-image: initial;
    width: 100%;
color:#2d2d2d;
}

.company-table th {
    font-size: 15px;
    width: 30%;
    line-height: 1.4;
    box-sizing: border-box;
    background:#EDFBFF;
    padding: 20px 0;
    border-bottom: 1px solid rgb(221, 228, 230);
}

.company-table td {
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 20px;
    border-bottom: 1px solid rgb(221, 228, 230);
}


.cop-company-medialist {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px 15px;
}

.cop-company-medialist dl {
    text-align: center;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 235, 235);
    border-image: initial;
}

.cop-company-medialist dt {
    position: relative;
}

.cop-company-medialist dt a {
    display: inline-block;
    font-size: 11px;
    line-height: 1.5;
}

.cop-company-medialist dl dd {
    text-align: left;
    min-height: 110px;
    line-height: 1.5;
    font-size: 13px;
    padding: 10px 14px;
    background: #EDFBFF;
    margin: 10px;
    border-radius: 8px;
}

.privacy p {
    margin: 0 auto 24px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}

.privacy ol {
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto 24px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}

.privacy ol li {
    font-size: 14px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 16px;
    text-indent: -1em;
    padding-left: 1em;
}

/*---------------------------
下層　SP
---------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
    .header-in {
        width: auto;
        padding: 20px 10px;
    }

    .header-in .logo {
        width: 340px;
    }
.pankuzu {
padding-top: 10px;
margin-top: 49px;
}
    .pankuzu-in {
        width: auto;
        white-space: nowrap;
        overflow-x: scroll;
        padding-left: 10px;
    }

    .page-lower {
        padding: 10px;
    }

    body .page-lower h1 {
        font-size: 22px;
        line-height: 1.4;
     margin: 10px 0 12px;
    }

    .article-info .pr-tag {
        line-height: 17px;
        height: 18px;
    }

    .page-lower main h2,
    .page-lower .h2-score {
        padding: 4px 10px 8px 26px;
    }

    .page-lower main h2 {
        font-size: 20px;
    }

    .page-lower main h2:before {
        top: 6px;
    }

    .page-lower .h2-score {
        display: block;
    }

    .page-lower .h2-score .score-wrap {
        margin-left: 0;
        margin-top: 5px;
        padding-bottom: 4px;
    }

    .page-lower main h3 {
        font-size: 16px;
    }

    .kh-wrap-title {
        display: block;
        text-align: center;
        padding: 14px;
    }

    .kh-wrap-title img {
        width: 200px;
    }

    .kh-wrap-title .num {
        font-size: 30px;
width:30px;
    }

    .kh-wrap-title .num .s {
        font-size: 15px;
    }

    .kh-wrap-title .kensuu {
        display: block;
        margin: 10px 0;
        font-size: 18px;
    }

    .kh-wrap-title a {
        display: block;
        margin: 0 auto;
        padding: 20px 0;
        max-width: 300px;
    }

    .kh-wrap-hoshi {
        padding: 14px;
    }

    .kh-wrap-hoshi li a .score-num {
        order: 1;
font-size: 18px;
    }

    .kh-wrap-hoshi li a .score-num,
    .kh-wrap-hoshi li a .num {
        font-size: 18px;
        font-weight: bold;
        color: #027ca0;
    }

    .kh-wrap-hoshi li a .score-num .s,
    .kh-wrap-hoshi li a .num .s {
        font-size: 16px;
    }

    .kh-wrap-hoshi .barBox {
        order: 2;
        margin: 0 10px;
    }

    .kh-wrap-hoshi li a .num {
        order: 3;
        margin: 0 5px 0 0;
font-size: 18px;
text-align: center;
    }

    .voice-cont .date,
    .voice-cont .img {
        width: 60px;
    }

    .voice-cont .img img {
        margin: 0;
    }

    .voice-cont .name,
    .voice-cont .text {
        width: 100%;
    }

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

    .voice-wrap-lower-cont .inner-top {
        padding: 12px;
    }

    .voice-wrap-lower-cont .inner-top img {
        width: 70px;
    }

    .voice-wrap-lower-cont .inner-top .text-wrap {
        width: calc(100% - 70px);
    }

    .voice-wrap-lower-cont .inner-top .text-wrap .title {
        font-size: 18px;
    }

 .voice-wrap-lower-cont .inner-top .text-wrap .score-wrap {
        font-size: 16px;
    }

    .voice-wrap-lower-cont .inner-top .text-wrap .score-wrap img {
        width: 110px;
    }

    .voice-wrap-lower-cont .inner-top .text-wrap .score-wrap .num {
        font-size: 22px;
    }

    .voice-wrap-lower-cont .inner-top .text-wrap .score-wrap .num .s {
        font-size: 16px;
    }

    .voice-wrap-lower-cont .honbun:before {
        left: 40px;
    }

    .voice-wrap-lower-cont .honbun {
        padding: 12px;
        font-size: 14px;
    }

    .form-kutikomi-inner dl {
        display: block;
    }

    .form-kutikomi-inner dt {
        width: auto;
        border-right: 0;
        padding: 10px;
    }

    .form-kutikomi-inner dd {
        width: auto;
    }

    .kutikomi-tyuui {
        width: auto;
    }

    .page-lower main:has(.company-detail-section) {
        padding-bottom: 14px;
    }

    .ranking-table .rank-cont .ranking-label {
        width: auto;
    }

    .ranking-bottom-group {
        width: 100%;
        padding: 10px 5px 0 5px;
    }

    .ranking-logo {
        min-width: 120px;
    }

    .ranking-right-group {
        margin-left: 5px;
    }

    .ranking-table .rank-cont .ranking-value-label,
    .ranking-table .rank-cont .ranking-count-label {
        font-size: 12px;
        padding: 0;
        width: 100%;
        max-width: 50px;
        margin-left: 0;
    }

    .ranking-table .rank-cont .ranking-value-point,
    .ranking-table .rank-cont .ranking-review-count {
        font-size: 18px;
        width: auto;
        margin-left: 5px;
    }

    .ranking-table .rank-cont .ranking-star {
        padding-left: 5px;
        margin: 0;
    }

    .ranking-table .rank-cont .ranking-star img {
        min-width: 70px;
        margin: 0;
    }

.ranking-table .rank-cont a:before{
margin-right: 5px;
}

.ranking-table .rank-cont:nth-of-type(-n+10) a::after{
    bottom: 3px;
}

.ranking-table .rank-cont:nth-of-type(n+10) a::after{
    bottom: 3px;
}

    .company-header {
        display: block;
    }

    .company-name {
        margin-right: -5px;
        margin-left: -5px;
    }

    .company-detail {
        padding: 0 5px 10px 5px;
        margin-bottom: 30px;
    }

    .company-detail .ranking-right-group {
        margin-left: 0;
        margin-top: 15px;
    }

    .company-detail .ranking-value-point,
    .company-detail .ranking-review-count {
        font-size: 24px;
        font-weight: bold;
    }


    .company-detail .ranking-star img {
        width: 80%;
        min-width: 100px;
        margin: 0;
padding-left:0;
    }

    .company-detail-btn {
        margin-top: 15px;
    }

    .company-point {
        padding: 25px 10px 20px 0;
        margin-top: 20px;
        font-size: 15px;
    }



    .company-desc {
        padding: 0;
    }

    .company-detail .voice-wrap-lower-cont .inner-top {
        padding: 10px 5px;
    }
.cop-company-medialist{
display: block;
}
.cop-company-medialist dl {
width: 100%;
margin-bottom: 20px;
}


}

@media screen and (max-width: 450px) {
.company-detail .ranking-star {
    text-align: right;
    width: 80%;
}
    .company-detail .ranking-star img {
        width: 100%;
        min-width: 100px;
        margin: 0;
        padding-left: 10px;
    }
}

@media screen and (max-width : 391px){
.company-table th{
padding: 14px 0;
font-size: 14px;
}
.company-table td{
padding: 14px;
font-size: 14px;
}
}

@media screen and (max-width : 361px){
.company-table th,.company-table td{
font-size: 13px;
}
}

@media screen and (max-width: 350px) {
    .header-in .logo img {
        width: 80%;
    }
}


/*---------------------------
ヘッダー
---------------------------*/
body header{
background: #000;
position: fixed;
z-index: 100;
width: 100%;
left: 0;
top: 0;
}
body header.page-top{
background: #fff;
right: auto;
bottom: auto;
}
header .logo-wrap{
position: absolute;
top: 0;
left: 0;
width: calc(50% - 200px);
border-radius: 0 0 40px 0;
box-shadow: 0 0 5px rgba(0,0,0,15%);
background: #fff;
padding: 10px 40px 18px 0;
display: flex;
justify-content: flex-end;
z-index: 2;
}
header .logo-wrap a{
width: 260px;
display: block;
}
header .logo-wrap img{
width: 100%;
}
header nav{
display: block;
margin: 0 auto;
max-width: 1000px;
}
header nav ul{
display: flex;
justify-content: flex-end;
align-items: center;
height: 58px;
gap: 50px;
}
header nav a {
color: #fff;
font-size: 14px;
font-weight: 700;
}
header.page-top nav a {
color: #333;
}

/*---------------------------
ヘッダー　SP
---------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
body header{
display: flex;
justify-content: flex-end;
padding: 10px 12px;
}
header .logo-wrap{
width: 220px;
padding: 10px 20px 18px 10px;
}
header .logo-wrap a{
width: 100%;
}
header label.sp{
width: 30px;
height: 30px;
position: relative;
z-index: 101;
}
header label.sp input{
display: none;
}
header label.sp:before,header label.sp:after{
content: '';
}
header label.sp span,header label.sp:before,header label.sp:after{
display: inline-block;
width: 24px;
height: 4px;
background: #fff;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition:opacity 0.6s,transform 0.6s,background 0.6s;
}
header.page-top label.sp span,header.page-top label.sp:before,header.page-top label.sp:after{
background: #000;
}
header label.sp:before{
top: -18px;
}
header label.sp:after{
bottom: -18px;
}
header label.sp:has(input:checked) span{
opacity: 0;
}
header label.sp:has(input:checked):before{
transform: rotate(45deg);
background: #fff;
top: 0;
}
header label.sp:has(input:checked):after{
transform: rotate(-45deg);
background: #fff;
bottom: 0;
}
header nav{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 100%;
z-index: 100;
background: #000;
transition: left 0.6s;
}
header label.sp:has(input:checked) + nav{
left: 0;
}
header nav ul {
display: block;
height: auto;
padding: 100px 20px 0;
}
header nav li{
border-bottom: 1px solid #fff;
}
header nav a {
color: #fff;
padding: 16px 10px;
display: block;
position: relative;
}
header.page-top nav a{
color: #fff;
}
header nav a:after{
content: '';
display: block;
width: 10px;
height: 18px;
background: url(https://nippon1review.jp/img/nippon1review/yaji-r.svg) no-repeat center / contain;
position: absolute;
right: 10px;
top: 0;
bottom: 0;
margin: auto;
filter: invert(1);
}
}


/*---------------------------
TOP
---------------------------*/
div.page-top{
padding-top: 58px;
}
.page-top main{
width: auto;
position: relative;
}
.fv-slide .fv-slide-cont{
width: 900px;
margin: 0 26px;
border-radius: 0 0 30px 30px;
overflow: hidden;
}
.fv-slide .fv-slide-cont a{
display: block;
}
.fv-slide .fv-slide-cont img {
width: 100%;
height: 506px;
object-fit: cover;
}
.fv-slide-thumbnail{
width: 604px;
margin: 0 auto;
position: relative;
transform: translateY(-50%);
}
.fv-slide-thumbnail .slick-track{
padding: 10px 0;
}
.fv-slide-thumbnail img{
margin: 0 15px;
cursor: pointer;
width: 174px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,50%);
vertical-align: bottom;
}
.fv-slide-thumbnail .slider-arrow{
width: 50px;
height: 50px;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
cursor: pointer;
}
.fv-slide-thumbnail .slider-arrow.slider-prev{
right: calc(100% + 40px);
background: url(https://nippon1review.jp/img/nippon1review/yaji-l.svg) no-repeat left 16px center / 14px #e6e6e6;
}
.fv-slide-thumbnail .slider-arrow.slider-next{
left: calc(100% + 40px);
background: url(https://nippon1review.jp/img/nippon1review/yaji-r.svg) no-repeat right 16px center / 14px #e6e6e6;
}
.page-top section{
position: relative;
}
.sec-pickup{
margin-top: 60px;
background: #0a95e6;
padding: 100px 0 110px;
z-index: 2;
}
.bg-pickup{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
filter: brightness(0.6);
}
.page-top h2 {
background: #000000;
color: #fff;
box-shadow: 10px 10px 0 #fff,0 10px 0 #fff;
width: 600px;
position: absolute;
top: -61px;
left: 50%;
margin-left: -500px;
font-size: 16px;
z-index: 2;
}
.page-top .h2-in{
display: flex;
flex-direction: column;
justify-content: center;
gap: 8px;
padding-left: 28px;
height: 112px;
width: 100%;
position: relative;
overflow: hidden;
z-index: 1;
}
.page-top .h2-in:before{
font-size: 40px;
}
.sec-pickup .h2-in:before{
content: 'PICK UP';
}
.sec-news .h2-in:before{
content: 'NEWS';
}
.sec-ranking .h2-in:before{
content: 'RANKING';
}
.sec-sns .h2-in:before{
content: 'SNS';
}
.page-top .h2-in:after {
content: '';
display: block;
width: 600px;
height: 600px;
background: url(https://nippon1review.jp/img/nippon1review/bg-h.svg) no-repeat center / contain;
position: absolute;
top: -40px;
right: -330px;
z-index: -1;
opacity: 0.5;
}
.sec-pickup:before {
content: '';
display: block;
width: 248px;
height: 420px;
position: absolute;
top: -120px;
right: 50%;
margin-right: -740px;
background: url(https://nippon1review.jp/img/nippon1review/illust-01.png) no-repeat center / contain;
}
.sec-pickup:after {
content: '';
display: block;
width: 192px;
height: 310px;
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -644px;
background: url(https://nippon1review.jp/img/nippon1review/illust-03.png) no-repeat center / contain;
z-index: 3;
}
.sec-pickup-in{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 34px;
max-width: 950px;
margin: 0 auto;
}
.pickup-cont{
position: relative;
z-index: 4;
}
.pickup-cont a{
display: flex;
flex-direction: column;
height: 100%;
}
.pickup-cont .img-wrap{
padding: 0 26px;
position: relative;
}
.pickup-cont .img-wrap img{
box-shadow: 0 0 5px rgba(0,0,0,50%);
background: #fff;
height: 230px;
width: 100%;
object-fit: cover;
}
.pickup-cont .img-wrap .tag{
width: 170px;
line-height: 36px;
position: absolute;
left: 0;
bottom: -18px;
color: #fff!important;
text-align: center;
border-radius: 6px 6px 6px 0;
}
.pickup-cont .img-wrap .tag.blue,.news-cont .tag.blue{
background: #156fd0;
}
.pickup-cont .img-wrap .tag.orange,.news-cont .tag.orange{
background: #f36221;
}
.pickup-cont .img-wrap .tag.green,.news-cont .tag.green{
background: #009381;
}
.pickup-cont .text-wrap{
border-radius: 6px;
background: #fff;
padding: 48px 28px 24px;
margin-top: -18px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.pickup-cont h3 {
color: #333;
line-height: 1.3;
font-weight: 700;
font-size: 20px;
margin-bottom: 8px;
}
.pickup-cont .date{
color: #90a5c4;
margin-top: auto;
}
.bg-news {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
opacity: 0.1;
}
.sec-pickup-in:after {
content: '';
display: block;
width: 156px;
height: 240px;
position: absolute;
bottom: -164px;
right: 50%;
margin-right: -616px;
background: url(https://nippon1review.jp/img/nippon1review/illust-02.png) no-repeat center / contain;
}
.ranking-sns-wrap{
padding: 80px 0;
max-width: 1000px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.news-ranking-wrap{
padding: 80px 0 70px;
margin: 0 auto;
display: flex;
justify-content: center;
position: relative;
gap: 48px;
background: #f7f7f7;
z-index: 1;
}
.sec-ranking,.sec-sns,.sec-news{
width: 476px;
}
.sec-sns{
z-index: 2;
}
.sec-ranking-in,.sec-sns-in,.sec-news-in{
padding: 140px 30px 40px;
border-radius: 30px;
margin-bottom: 30px;
}
.sec-ranking-in{
background: #ffe001;
}
.sec-news-in{
background: #fff;
}
.sec-sns-in{
background: #000;
border-radius: 30px;
}
.sec-ranking h2,.sec-sns h2,.sec-news h2{
width: 350px;
top: -28px;
margin-left: 0;
left: 0;
}
.ranking-list li{
display: flex;
position: relative;
margin-bottom: 40px;
}
.ranking-list li:last-child{
margin-bottom: 0;
}
.ranking-list li:before{
display: block;
width: 28px;
line-height: 28px;
border-radius: 8px;
position: absolute;
left: -8px;
top: -10px;
background: #f1f1f1;
color: #333;
font-size: 18px;
text-align: center;
font-family: "Ubuntu Condensed", sans-serif;
font-weight: 600;
font-style: normal;
}
.ranking-list li:nth-of-type(1):before{
content: '1';
background: #ff9000;
color: #fff;
}
.ranking-list li:nth-of-type(2):before{
content: '2';
background: #97a6ab;
color: #fff;
}
.ranking-list li:nth-of-type(3):before{
content: '3';
background: #d1974e;
color: #fff;
}
.ranking-list li:nth-of-type(4):before{
content: '4';
}
.ranking-list li:nth-of-type(5):before{
content: '5';
}
.ranking-list li .img-wrap{
width: 134px;
}
.ranking-list li .img-wrap img{
width: 100%;
height: 114px;
object-fit: cover;
border-radius: 10px;
}
.ranking-list li .text-wrap{
width: calc(100% - 134px);
padding-left: 20px;
display: flex;
flex-direction: column;
}
.ranking-list li .text-wrap h3 {
line-height: 1.6;
color: #333;
font-size: 18px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.ranking-list li .text-wrap .btn-wrap{
display: flex;
margin-top: auto;
}
.ranking-list li .text-wrap .btn-wrap a{
width: calc(50% - 5px);
line-height: 34px;
text-align: center;
font-size: 14px;
position: relative;
padding-right: 10px;
}
.ranking-list li .text-wrap .btn-wrap a:after{
content: '';
width: 0;
height: 0;
border-style: solid;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #fff;
border-right: 0;
position: absolute;
top: 0;
bottom: 0;
right: 14px;
margin: auto;
}
.ranking-list li .text-wrap .btn-wrap .btn-white:after{
border-left-color:#333;
}
.ranking-list li .text-wrap .btn-wrap a + a{
margin-left: auto;
}
.btn-blue{
background: #0b9de8;
color: #fff;
}
.btn-white{
background: #fff;
color: #333;
}
.btn-border {
display: block;
margin: 0 auto;
width: 440px;
background: #fff;
border: 2px solid #333;
border-radius: 100px;
text-align: center;
color: #333;
padding: 20px 0;
font-size: 22px;
font-weight: 700;
position: relative;
line-height: 1.4;
}
.btn-border:after{
content: '';
display: block;
width: 14px;
height: 14px;
background: url(https://nippon1review.jp/img/nippon1review/yaji-bt.svg) no-repeat center / contain;
position: absolute;
top: 0;
bottom: 0;
right: 38px;
margin: auto;
}
.sns-cont{
max-height: 730px;
overflow-y: scroll;
}
.sns-cont .twitter-tweet:first-child{
margin-top: 0!important;
}
.sns-cont .twitter-tweet:last-of-type{
margin-bottom: 0!important;
}

/*---------------------------
TOP　SP
---------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
div.page-top{
padding-top: 50px;
}
.fv-slide .fv-slide-cont{
margin: 0 10px;
border-radius: 0 0 20px 20px;
}
.fv-slide .fv-slide-cont img {
height: calc((82vw - 20px) * 0.5625);
}
.fv-slide-thumbnail{
width: 270px;
}
.fv-slide-thumbnail img{
margin: 0 5px;
width: 80px;
}
.fv-slide-thumbnail .slider-arrow{
width: 36px;
height: 36px;
}
.fv-slide-thumbnail .slider-arrow.slider-prev {
right: calc(100% + 5px);
background: url(https://nippon1review.jp/img/nippon1review/yaji-l.svg) no-repeat left 12px center / 10px #e6e6e6;
}
.fv-slide-thumbnail .slider-arrow.slider-next {
left: calc(100% + 5px);
background: url(https://nippon1review.jp/img/nippon1review/yaji-r.svg) no-repeat right 12px center / 10px #e6e6e6;
}
.page-top h2{
width: 60%;
box-shadow: 6px 6px 0 #fff, 0 6px 0 #fff;
top: -40px;
left: 0;
margin-left: 0;
font-size: 14px;
}
.page-top .h2-in{
gap: 4px;
padding-left: 14px;
height: 80px;
}
.page-top .h2-in:before {
font-size: 32px;
}
.page-top .h2-in:after{
width: 400px;
height: 400px;
right: -250px;
}
.sec-pickup{
margin-top: 30px;
padding: 70px 0;
}
.sec-pickup-in{
gap: 26px 14px;
padding: 0 14px;
}
.pickup-cont .img-wrap {
padding: 0 8px;
}
.pickup-cont .img-wrap img{
height: calc((((100vw - 42px) / 2) - 16px) * 0.575);
}
.pickup-cont .img-wrap .tag {
font-size: 10px;
width: 110px;
line-height: 22px;
bottom: -11px;
}
.pickup-cont .text-wrap {
padding: 30px 14px 14px;
margin-top: -11px;
}
.pickup-cont h3 {
font-size: 16px;
margin-bottom: 6px;
}
.pickup-cont .date {
font-size: 12px;
}
.sec-pickup:before{
width: 142px;
height: 240px;
top: -60px;
right: -40px;
margin-right: 0;
}
.sec-pickup:after{
display: none;
}
.sec-pickup-in:after {
margin-right: 0;
right: -6px;
width: 88px;
height: 136px;
position: absolute;
bottom: -114px;
}
.news-ranking-wrap{
display: block;
padding: 80px 10px 30px;
}
.page-top .news-ranking-wrap h2{
left: -10px;
}
.sec-ranking, .sec-sns, .sec-news {
width: auto;
}
.sec-ranking {
margin-top: 100px;
}
.sec-ranking-in, .sec-sns-in, .sec-news-in{
padding: 80px 14px 32px;
}
.ranking-list li {
margin-bottom: 30px;
}
.ranking-list li .text-wrap{
padding-left: 14px;
}
.btn-border {
width: auto;
margin: 0 14px;
}
.btn-border:after{
right: 30px;
}
.sns-cont {
max-height: none;
overflow-y: visible;
}
}

@media screen and (max-width : 415px){
.ranking-list li .text-wrap .btn-wrap a:after{
right: 10px;
}
}

@media screen and (max-width : 391px){
.btn-border{
font-size: 18px;
}
.ranking-list li .img-wrap {
width: 124px;
}
.ranking-list li .text-wrap{
width: calc(100% - 124px);
}
}

@media screen and (max-width : 376px){
.pickup-cont h3{
font-size: 14px;
}
.ranking-list li .img-wrap {
width: 114px;
}
.ranking-list li .img-wrap img{
height: 104px;
}
.ranking-list li .text-wrap{
width: calc(100% - 114px);
}
.ranking-list li .text-wrap h3{
font-size: 16px;
}
.ranking-list li .text-wrap .btn-wrap a{
font-size: 12px;
}
}


/*---------------------------
フッター
---------------------------*/
footer .logo-wrap {
margin: 0 auto;
width: fit-content;
text-align: center;
position: relative;
}
footer .logo-wrap .text {
width: fit-content;
margin-bottom: 24px;
font-size: 24px;
font-weight: 700;
}
footer .logo-wrap img{
width: 190px;
}
footer .logo-wrap:before,footer .logo-wrap:after{
content: '';
display: block;
width: 370px;
height: 190px;
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
footer .logo-wrap:before{
right: calc(100% + 20px);
background: url(https://nippon1review.jp/img/nippon1review/illust-14.png) no-repeat center / contain;
}
footer .logo-wrap:after{
left: calc(100% + 20px);
background: url(https://nippon1review.jp/img/nippon1review/illust-15.png) no-repeat center / contain;
}
footer .icon-wrap{
display: flex;
justify-content: center;
gap: 20px;
margin-top: 50px;
}
footer .icon-wrap img{
width: 56px;
}
.footer-link{
margin-top: 60px;
display: flex;
justify-content: center;
gap: 60px;
}
.footer-link a{
color: #333;
font-size: 14px;
}

/*---------------------------
フッター　SP
---------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
footer .logo-wrap .text {
margin-bottom: 20px;
font-size: 22px;
}
footer .logo-wrap img {
width: 170px;
}
footer .logo-wrap:before{
background: url(https://nippon1review.jp/img/nippon1review/illust-07.png) no-repeat center / contain;
width: 136px;
height: 180px;
right: calc(100% - 2px);
}
footer .logo-wrap:after{
background: url(https://nippon1review.jp/img/nippon1review/illust-09.png) no-repeat center / contain;
width: 88px;
height: 180px;
left: calc(100% + 14px);
}
footer .icon-wrap{
gap: 10px;
padding: 0 10px;
}
.footer-link {
gap: 30px;
}
.footer-link a{
font-size: 12px;
}
}

@media screen and (max-width : 391px){
.footer-link {
gap: 22px;
}
}

@media screen and (max-width : 376px){
footer .logo-wrap .text {
font-size: 20px;
}
footer .logo-wrap img {
width: 160px;
}
.footer-link a {
font-size: 11px;
}
}

@media screen and (max-width : 361px){
footer .logo-wrap .text {
font-size: 18px;
}
footer .logo-wrap img {
width: 150px;
}
}


/*---------------------------
ジャック広告
---------------------------*/
.jackBtn01,.jackBtn02{
position: absolute;
top: 810px;
z-index: 3;
}
.jackBtn01{
right: 50%;
transform: translateX(calc(100% + 600px));
}
.jackBtn02{
left: 50%;
transform: translateX(calc(-100% - 600px));
}
.jack-pr-icon a:before {
content: 'PR';
color: #FFF;
display: block;
position: absolute;
bottom: -20px;
width: 50px;
height: 20px;
line-height: 20px;
font-size: 13px;
text-align: center;
background: #cbcbcb;
border-radius: 0px;
letter-spacing: 2px;
}
.jack-pr-icon.jackBtn01 a:before{
left: 0;
}
.jack-pr-icon.jackBtn02 a:before{
right: 0;
}
aside .jackBtn01,aside .jackBtn02{
top: 0;
}
aside .jackBtn01{
transform: none;
left: calc(100% + 30px);
}
aside .jackBtn02{
left: -752px;
transform: translateX(-100%);
}
aside .jackBtn01 img,aside .jackBtn02 img{
min-width: max-content;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.jackBtn01,.jackBtn02{
display: none;
}
}


/*---------------------------
下層
---------------------------*/
.main-aside-wrap {
background: linear-gradient(to bottom,#fff 290px,#edf1f4 290px,#edf1f4 calc(100% - 240px),#fff calc(100% - 240px));
background-repeat: no-repeat;
align-items: flex-start;
}
main .article-bg-white{
border-radius: 14px;
background: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,2%);
line-height: 1.5;
}
.eyecatch{
border-radius: 12px;
width: 100%;
}
.page-lower main h2 {
position: relative;
overflow: hidden;
padding: 10px 10px 10px 18px;
font-size: 24px;
line-height: 1.3;
margin: 40px 0 20px;
border-top: 3px solid #0b9de8;
border-bottom: 3px solid #0b9de8;
z-index: 1;
color: #22244a;
}
.page-lower main h2:after{
content: '';
display: block;
width: 300px;
height: 300px;
background: url(https://nippon1review.jp/img/nippon1review/bg-h.svg) no-repeat center / contain;
position: absolute;
top: -40px;
right: -180px;
z-index: -1;
opacity: 0.9;
filter: invert(51%) sepia(78%) saturate(2933%) hue-rotate(171deg) brightness(96%) contrast(92%);
}
.page-lower main .article-bg-white > h2:first-child{
margin-top: 0;
}
.page-lower main h3 {
margin: 30px 0 20px;
background: #0b9de8;
position: relative;
overflow: hidden;
z-index: 1;
padding: 12px 10px 12px 18px;
font-size: 17px;
font-weight: 700;
color: #fff;
}
.page-lower main h3:after{
content: '';
display: block;
z-index: -1;
width: 68px;
height: 68px;
border-radius: 50%;
background: #1279bb;
box-shadow: inset 0 0 0 6px #1279bb,inset 0 0 0 13px #0b9de8;
position: absolute;
right: -34px;
bottom: -34px;
}
.page-lower main h2 + h3{
margin-top: 20px;
}
.page-lower main h4 {
font-size: 18px;
position: relative;
margin: 20px 0;
border-bottom: 3px solid #9cb2bd;
color: #22244a;
padding: 5px 10px 5px 18px;
}
.page-lower main h4:before{
content: '';
display: block;
width: 8px;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
border-radius: 10px 10px 0 0;
background:#9cb2bd ;
}
body table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
word-break: break-all;
word-wrap: break-word;
margin-bottom: 20px;
box-shadow: 0 1px 1px 0px rgb(215 216 222 / 25%);
border: 1px solid #c0c9d0;
}
body th,body td{
padding: 6px;
font-size: 12px;
border-right: 1px solid #c0c9d0;
border-bottom: 1px solid #c0c9d0;
}
body th{
background: #dbe4ec;
font-weight: bold;
text-align: left;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
main{
width: auto;
}
main .article-bg-white{
padding: 10px;
}
.page-lower main h2{
font-size: 20px;
padding: 8px 10px;
}
.page-lower main h3{
padding: 10px 10px 10px 12px;
}
.page-lower main h4{
font-size: 17px;
padding: 3px 10px 5px 18px;
}
body table{
margin-bottom: 17.5px;
line-height: 1.8;
}
body th,body td{
padding: 8px 6px 7px;
font-size: 11.5px;
}
}


/*---------------------------
ウィジェット
---------------------------*/
.page-lower aside{
background: #f7f7f7;
position: relative;
padding: 12px;
z-index: 1;
border-radius: 10px;
}
aside .widget-conts{
margin-bottom: 30px;
}
aside .widget-conts:last-child {
margin-bottom: 0;
}
.widget-conts > h3{
height: 0;
overflow: hidden;
text-indent: 100%;
}
.widget-in{
position: relative;
border-radius: 12px;
padding: 40px 14px 20px;
}
.widget-in.news{
background: #fff;
z-index: 1;
}
.widget-in.ranking{
background: #ffe001;
}
.widget-in.sns{
background: #000;
}
.widget-heading{
position: absolute;
left: 0;
top: -20px;
width: calc(100% - 20px);
background: #000;
font-size: 10px;
color: #fff;
box-shadow: 5px 5px 0 #fff,0 5px 0 #fff;
}
.widget-heading-in{
padding: 10px 18px;
display: flex;
align-items: flex-end;
gap: 10px;
width: 100%;
position: relative;
overflow: hidden;
z-index: 1;
}
.widget-heading-in:before{
font-size: 22px;
}
.news .widget-heading-in:before{
content: 'NEWS';
}
.ranking .widget-heading-in:before{
content: 'RANKING';
}
.sns .widget-heading-in:before{
content: 'SNS';
}
.widget-heading-in:after {
content: '';
display: block;
width: 300px;
height: 300px;
background: url(https://nippon1review.jp/img/nippon1review/bg-h.svg) no-repeat center / contain;
position: absolute;
top: -40px;
right: -180px;
z-index: -1;
opacity: 0.5;
}
.widget-in.news .bg-news{
border-radius: 12px;
}
#sidebar-14{
margin-bottom: 0;
}
@media only screen and (orientation:landscape) and (min-width : 813px),(orientation:portrait) and (min-width : 753px){
.widget-in .news-cont{
margin-bottom: 24px;
}
.widget-in .news-cont:last-of-type{
margin-bottom: 0;
}
.widget-in .news-cont a{
height: 66px;
padding: 0 0 0 88px;
}
.widget-in .news-cont img {
height: 66px;
border-radius: 6px;
width: 76px;
}
.widget-in .news-cont .date {
font-size: 10px;
}
.widget-in .news-cont .tag {
width: 90px;
line-height: 18px;
margin-top: 4px;
font-size: 10px;
}
.widget-in .news-cont h3 {
line-height: 1.3;
font-size: 12px;
margin-top: 2px;
}
.widget-in .ranking-list li{
margin-bottom: 24px;
}
.widget-in .ranking-list li:last-child{
margin-bottom: 0;
}
.widget-in .ranking-list li:before{
width: 20px;
line-height: 20px;
border-radius: 7px;
left: -4px;
top: -5px;
font-size: 12px;
}
.widget-in .ranking-list li .img-wrap {
width: 76px;
}
.widget-in .ranking-list li .img-wrap img{
height: 66px;
border-radius: 6px;
}
.widget-in .ranking-list li .text-wrap{
width: calc(100% - 76px);
padding-left: 12px;
}
.widget-in .ranking-list li .text-wrap h3 {
line-height: 1.5;
font-size: 12px;
}
.widget-in .ranking-list li .text-wrap .btn-wrap a{
width: calc(50% - 3px);
line-height: 20px;
font-size: 10px;
padding-right: 6px;
}
.widget-in .ranking-list li .text-wrap .btn-wrap a:after{
right: 7px;
border-top-width: 4px;
border-bottom-width: 4px;
border-left-width: 5px;
}
.widget-in .sns-cont{
max-height: none;
overflow-y: visible;
}
.widget-conts .btn-border{
width: calc(100% - 20px);
font-size: 14px;
padding: 12px 0;
margin-top: 20px;
}
.widget-conts .btn-border:after{
width: 10px;
height: 10px;
right: 18px;
}
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.page-lower aside{
margin-bottom: 80px;
}
aside .widget-conts{
margin-bottom: 50px;
}
.widget-in{
padding-top: 46px;
}
.widget-heading{
top: -23px;
font-size: 14px;
}
.widget-heading-in:before {
font-size: 26px;
}
.widget-in .news-cont{
margin-left: 0;
margin-right: 0;
}
.widget-in.ranking,.widget-in.sns{
margin-bottom: 30px;
}
.widget-conts .btn-border{
margin: 0 4px;
}
.page-lower aside{
width: calc(100% + 20px);
margin-left: -10px;
border-radius: 0;
padding: 80px 10px 10px;
}
.widget-in{
border-radius: 30px;
padding: 80px 14px 32px;
}
.widget-heading{
width: 60%;
box-shadow: 6px 6px 0 #fff, 0 6px 0 #fff;
top: -40px;
left: -10px;
margin-left: 0;
font-size: 14px;
}
.widget-heading-in {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 4px;
padding:0 0 0 14px ;
height: 80px;
width: 100%;
position: relative;
overflow: hidden;
z-index: 1;
}
.widget-heading-in:before{
font-size: 32px;
}
.widget-heading-in:after {
width: 400px;
height: 400px;
right: -250px;
}
}

/*---------------------------
拡大ボタン
---------------------------*/
.img_kakudai{
display:block;
text-align:center;
background:#5a99fd;
color:#fff;
padding:5px 0;
}
.img_kakudai:before{
content:'';
display:inline-block;
vertical-align:top;
background-image:url('https://nippon1review.jp/img/nippon1review/uploads/2025/08/2025y08m19d_1755325829.png');
background-size:contain;
width:15px;
height:15px;
margin-right:4px;
background-repeat: no-repeat;
}
.imgExpansion{
position: relative;
display: block;
overflow: hidden;
border: 2px solid #5a99fd;
}
span.img_kakudai{
position: absolute;
bottom: 0px;
right: 0px;
font-size: 0;
box-sizing: border-box;
padding: 2px 8px;
line-height: 1.5;
}
span.img_kakudai:before{
position: relative;
top: 1px;
margin-right: 3px;
}
span.img_kakudai:after{
content: '拡大';
display: inline-block;
vertical-align: middle;
font-size: 11px;
}
.imgExpansion.wakunasi{
border: 0;
display: inline;
}
@media screen and (max-width:360px){
.img_kakudai:before{
width: 13px;
height: 13px;
position:relative;
top:1px;
}
}

/*-------------------------------------------------------
画像拡大用
-------------------------------------------------------*/
.sl-wrapper .sl-close,.sl-wrapper .sl-navigation button {
height: 44px;
line-height: 44px;
font-family: Arial,Baskerville,monospace
}
.sl-wrapper .sl-close:focus,.sl-wrapper .sl-navigation button:focus {
outline: 0
}
body.hidden-scroll {
overflow: hidden
}
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #000;
opacity: .7;
display: none;
z-index:2147483640;
}
.sl-wrapper .sl-close,.sl-wrapper .sl-counter {
top: -40px;
display: none;
color: #fff;
position: fixed;
}
.sl-wrapper .sl-close:before{
content:"";
position:absolute;
width:40px;
height:40px;
border:2px solid #888888;
background:#3c3c3c;
border-radius:50%;
top:0;
left:-1px;
right:0;
bottom:0;
margin:auto;
opacity: 0.8;
z-index:-1;
}
.sl-wrapper {
z-index: 1040;
}
.sl-wrapper button {
border: 0;
background: 0 0;
font-size: 28px;
padding: 0;
cursor: pointer;
}
.sl-wrapper button:hover {/* opacity: .7; */}
.sl-wrapper .sl-close{
right: 0px;
z-index:2147483647;
margin-top: -14px;
margin-right: -14px;
width: 44px;
font-size: 3rem;
}
.sl-wrapper .sl-counter {
left: 30px;
z-index: 1060;
font-size: 1rem;
}
.sl-wrapper .sl-navigation {
width: 100%;
display: none;
}
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
width: 22px;
text-align: center;
display: block;
z-index: 2147483647;
color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width:44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem;
}
.sl-wrapper .sl-image img {
border: 0;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width:44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem;
}
.sl-wrapper .sl-image img {
border: 0;
}
}
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 2147483647;
}
.sl-wrapper .sl-image img {
margin: 0 auto;
padding: 0;
display: block;
border: 0;
width: auto;
height: auto;
max-width: 100%;
}
.sl-wrapper .sl-image iframe {
background: #000;
border: 0;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border:0;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border:0;
}
}
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0,0,0,.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 2147483647;
}
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.sl-transition {
transition: -moz-transform ease .2s;
transition: -ms-transform ease .2s;
transition: -o-transform ease .2s;
transition: -webkit-transform ease .2s;
transition: transform ease .2s;
}
@-webkit-keyframes pulsate {
0% {
transform: scale(.1);
opacity: 0
}
50% {
opacity: 1
}
100% {
transform: scale(1.2);
opacity: 0
}
}
@keyframes pulsate {
0% {
transform: scale(.1);
opacity: 0
}
50% {
opacity: 1
}
100% {
transform: scale(1.2);
opacity: 0
}
}
@-moz-keyframes pulsate {
0% {
transform: scale(.1);
opacity: 0
}
50% {
opacity: 1
}
100% {
transform: scale(1.2);
opacity: 0
}
}
@-o-keyframes pulsate {
0% {
transform: scale(.1);
opacity: 0
}
50% {
opacity: 1
}
100% {
transform: scale(1.2);
opacity: 0
}
}
@-ms-keyframes pulsate {
0%,100% {
opacity: 0
}
0% {
transform: scale(.1)
}
50% {
opacity: 1
}
100% {
transform: scale(1.2)
}
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.sl-wrapper .sl-close,.sl-wrapper .sl-counter {
top: -40px;
display: none;
color: #fff;
position: fixed;
}
.sl-wrapper .sl-close:before{
content:"";
position:absolute;
width:40px;
height:40px;
border:2px solid #888888;
background:#3c3c3c;
border-radius:50%;
top:0;
left:-1px;
right:0;
bottom:0;
margin:auto;
opacity: 0.8;
z-index:-1;
}
.sl-wrapper .sl-close{
right: 0px;
z-index: 2147483647;
margin-top: -14px;
margin-right: -14px;
width: 44px;
font-size: 3rem;
}
}

/*------------------------
ポイント枠
------------------------*/
.point-wakuBox {
border-radius: 5px;
position: relative;
margin: 30px 2px 20px;
padding: 25px 15px 15px;
border: 3px solid #ffc1d5;
box-shadow: 0 0 0px 2px #ff6e9b;
box-sizing: border-box;
background: #FFF;
width: 98%;
}
.pwb-h.center {
position: absolute;
top: -17px;
background: #ff3d7a;
display: block;
padding: 0px 30px;
font-weight: bold;
font-size: 16px;
box-shadow: 0 0 0px 2px #ff3d7a;
border-radius: 50px;
color: #FFF;
margin: 0 !important;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%,0);
white-space: nowrap;
}
.point-wakuBox dl {
padding: 0;
margin: 0;
line-height: 1.5;
}
.point-wakuBox dt {
padding: 0;
margin: 0 0 0px;
line-height: 1.5;
font-size: 16px;
font-weight: bold;
}
.point-wakuBox dd {
padding: 0;
margin: 0 0 10px;
line-height: 1.7;
font-size: 14px;
color: #444;
}
.point-wakuBox dd:last-of-type {
margin: 0;
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait){
.point-wakuBox {
border-radius: 10px;
position: relative;
margin-top: 30px;
padding: 20px 10px 20px;
box-shadow: 0 0 0px 2px #ff3d7a;
}
.pwb-h.center{
top: -15px;
font-size: 13px;
}
.point-wakuBox dt {
font-size: 14px;
}
.point-wakuBox dd {
font-size: 12px;
margin: 0px 0 10px 0;
padding-bottom: 5px;
border-bottom: 1px solid #e8e8e8;
}
.point-wakuBox dd:last-of-type{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
}

/*------------------------
画像関連
------------------------*/
.iconsize-30{
width: 30px!important;
height: 30px!important;
object-fit: cover!important;
}
.iconsize-35{
width: 35px!important;
height: 35px!important;
object-fit: cover!important;
}
.iconsize-40{
width: 40px!important;
height: 40px!important;
object-fit: cover!important;
}
.iconsize-45{
width: 45px!important;
height: 45px!important;
object-fit: cover!important;
}
.iconsize-50{
width: 50px!important;
height: 50px!important;
object-fit: cover!important;
}
.iconsize-55{
width: 55px!important;
height: 55px!important;
object-fit: cover!important;
}
.iconsize-60{
width: 60px!important;
height: 60px!important;
object-fit: cover!important;
}
.iconsize-65{
width: 65px!important;
height: 65px!important;
object-fit: cover!important;
}
.iconsize-70{
width: 70px!important;
height: 70px!important;
object-fit: cover!important;
}
.iconsize-75{
width: 75px!important;
height: 75px!important;
object-fit: cover!important;
}
.iconsize-80{
width: 80px!important;
height: 80px!important;
object-fit: cover!important;
}
.imgBorder{
border:1px solid #bebfc1;
box-sizing:border-box;
}

/*------------------------
attentionBox
------------------------*/
.attentionBox {
font-weight: bold;
border: 1px solid #d65757;
border-radius: 4px;
padding: 15px 15px 12px;
line-height: 1.8;
font-size: 13px;
position: relative;
overflow: hidden;
margin-bottom: 16px;
}
.attentionBox dl {
margin: 0;
}
.attentionBox dl dt {
color: rgb(204, 0, 0);
margin: 12px 0 0px;
font-size: 13px;
}
.attentionBox dl dt:first-child{
margin: 0px;
}
.attentionBox dl dd, .attentionBox dl dd a {
font-size: 12px;
}

/*------------------------
カテゴリページ
------------------------*/
.kasou-cont-wrap article > .post{
width: 692px;
border-radius: 14px;
background: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 2%);
line-height: 1.5;
}
.kasou-cont-wrap article > .post:has(#categoryBox + #categoryBox) h1 + h2{
height: 0;
overflow: hidden;
text-indent: 100%;
}
#categoryBox{
width: 100%;
border-bottom: 1px dotted #ccc;
padding: 10px 0;
margin: 15px 0;
}
#categoryBox .clearfix{
display: flex;
align-items: center;
}
#categoryBox .clearfix > div{
float: none!important;
}
#categoryBox .clearfix > div img {
width: 100%;
height: 64px;
object-fit: cover;
}
#categoryTitle01 {
width: 85%;
margin: 0;
padding-left: 16px;
}
#categoryBox #categoryTitle02 {
margin: 10px 0;
font-size: 14px;
}
.article-pagenavi ul {
padding: 15px 10px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
}
.article-pagenavi ul li a {
background: #000;
border-radius: 4px;
color: #fff;
padding: 5px 13px;
font-size: 14px;
}
.article-pagenavi ul li.current a {
background: none;
padding: 0;
}
.article-pagenavi ul li.current span {
border: 1px solid #000;
background: #fff;
color: #000;
padding: 5px 13px;
border-radius: 4px;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
.kasou-cont-wrap article > .post{
width: auto;
padding: 10px;
margin-top: 16px;
}
.kasou-cont-wrap article > .post h1{
margin-top: 0;
}
#categoryBox:first-of-type{
margin-top: 0;
}
#categoryBox .clearfix > div{
width: 90px!important;
}
#categoryBox .clearfix > div img{
height: 60px;
}
#categoryTitle01{
width: calc(100% - 90px);
padding-left: 14px;
font-size: 14px;
}
#categoryBox #categoryTitle02{
font-size: 12px;
}
}

/*------------------------
会社概要
------------------------*/
.cop-bt .btn-blue {
display: block;
text-align: center;
padding: 16px 0;
border-radius: 30px;
width: 90%;
margin: 0 auto;
}
@media only screen and (max-width: 813px) and (orientation: landscape), (max-width: 753px) and (orientation: portrait){
p:has(iframe[src*="www.google.com/maps/"]){
position: relative;
padding-top: 75%;
}
p:has(iframe[src*="www.google.com/maps/"]) iframe{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.cop-bt .btn-blue{
width: 94%;
}
}

/*------------------------
TOP変更
------------------------*/
.news-cont{
margin-bottom: 40px;
}
.news-cont:last-child{
margin-bottom: 0;
}
.news-cont a{
height: 114px;
display: block;
padding: 0 0 0 154px;
position: relative;
}
.news-cont a img{
width: 134px;
height: 114px;
object-fit: cover;
border-radius: 10px;
position: absolute;
left: 0;
top: 0;
}
.news-cont .date{
color: #999999;
font-size: 14px;
}
.news-cont .tag{
width: 124px;
line-height: 24px;
border-radius: 30px;
color: #fff!important;
text-align: center;
margin-top: 12px;
font-size: 12px;
}
.news-cont h3{
margin-top: 8px;
line-height: 1.6;
color: #333;
font-size: 18px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.news-cont {
margin-bottom: 30px;
}
.news-cont a {
padding: 0 0 0 148px;
}
}

@media screen and (max-width: 391px) {
.news-cont a {
padding: 0 0 0 138px;
}
.news-cont a img{
width: 124px;
}
}

@media screen and (max-width: 376px) {
.news-cont a {
padding: 0 0 0 128px;
}
.news-cont a img{
width: 114px;
height: 104px;
}
.news-cont h3{
font-size: 16px;
}
}

/*------------------------
全記事一覧ページ
------------------------*/
.kasou-cont-wrap article > .post:has(#allpostBox + #allpostBox) h1 + h2{
height: 0;
overflow: hidden;
text-indent: 100%;
}
#allpostBox{
width: 100%;
border-bottom: 1px dotted #ccc;
padding: 10px 0;
margin: 15px 0;
}
#allpostBox .clearfix{
display: flex;
align-items: center;
}
#allpostBox .clearfix > div{
float: none!important;
}
#allpostBox .clearfix > div img {
width: 100%;
height: 64px;
object-fit: cover;
}
#allpostTitle01 {
width: 85%;
margin: 0;
padding-left: 16px;
}
#allpostBox #allpostTitle02 {
margin: 10px 0;
font-size: 14px;
}
@media only screen and (orientation: landscape) and (max-width: 813px), (orientation: portrait) and (max-width: 753px) {
#allpostBox:first-of-type{
margin-top: 0;
}
#allpostBox .clearfix > div{
width: 90px!important;
}
#allpostBox .clearfix > div img{
height: 60px;
}
#allpostTitle01{
width: calc(100% - 90px);
padding-left: 14px;
font-size: 14px;
}
#allpostBox #allpostTitle02{
font-size: 12px;
}
}