@charset "UTF-8";

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

    MV

-------------------------------------------------------------- */
.mv {
    height: 49rem;
    background: url(../img/top/img_mv-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 30px;
}
.mv__inner {
    padding: 0 15px;
}
.mv__catch__ttl {
    margin-bottom: 20px;
    text-align: center;
}
.mv__catch .btn {
    padding: 9px 20px;
    max-width: 245px;
}

@media screen and (max-width: 990px) {
    .mv__catch__ttl img {
        display: inline-block;
        max-width: 500px;
        width: 100%;
        padding: 0 8px;
    }
    .mv__catch__ttl img.visibility--m {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .mv {
        height: 68rem;
        background: url(../img/top/img_mv-bg-pc.jpg) no-repeat;
        background-size: cover;
        padding-top: 70px;
        background-position: right center;
    }
    .mv__inner {
        padding: 0 30px;
        max-width: 126rem;
        margin: 0 auto ;
    }
    .mv__catch__ttl {
        margin-left: -30px;
        width: 85%;
    }
    .mv__catch .btn {
        padding: 19px 30px;
        margin-left: 0;
        font-size: 24px;
        max-width: 380px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1400px) {
    .mv__catch__ttl {
        width: 94%;
    }
}

@media screen and (min-width: 1600px) {
    .mv__catch__ttl {
        width: auto;
    }
}

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

    MV下画像

-------------------------------------------------------------- */
.mv_bottom-images {
    padding: 20px 0;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
}
.mv_bottom-images__list li {
    padding: 0 5px;
}

@media screen and (min-width: 768px) {
    .mv_bottom-images {
        padding: 20px 10px;
        margin: -7% 15px 0;
        background: #fff;
        border-radius: 5px;
    }
    .mv_bottom-images__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mv_bottom-images__list li {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 0 10px;
    }
    .mv_bottom-images__list li a {
        transition: .3s;
    }
    .mv_bottom-images__list li a:hover {
        opacity: .8;
    }
}

@media screen and (min-width: 1260px) {
    .mv_bottom-images {
        margin: -7% auto 0;
        max-width: 1200px;
        padding: 30px 20px;
    }
}

@media screen and (min-width: 1500px) {
    .mv_bottom-images {
        margin: -90px auto 0;
    }
}

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

    選ばれる理由

-------------------------------------------------------------- */
.chosen_reason__list__inner {
    background: #f5f5f5;
    padding: 30px;
    position: relative;
}
.chosen_reason__list-img {
    text-align: center;
    margin-bottom: 15px;
}
.chosen_reason__list-img img {
    display: inline-block;
    max-width: 90px;
}
.chosen_reason__list-txt {
    text-align: center;
}
.chosen_reason__list-txt p {
    letter-spacing: 0;
}
.chosen_reason__list-description {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f518e;
    left: 0;
    top: 0;
    padding: 30px;
    color: #fff;
    line-height: 1.7;
    opacity: 0;
    transition: .3s;
    transform: scale(.9);
}
.chosen_reason__list__inner:hover .chosen_reason__list-description {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 767px) {
    .chosen_reason__list {
        margin: 0 -1.5rem 3rem;
    }
    .chosen_reason__list li {
        padding: 0 5px;
    }
}

@media screen and (min-width: 768px) {
    .chosen_reason__list {
        margin-bottom: 40px;
    }
    .chosen_reason__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .chosen_reason__list li {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}
@media screen and (min-width: 992px) {
    .chosen_reason__list li {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .chosen_reason__list__inner {
        padding: 40px 20px;
    }
    .chosen_reason__list-description {
        padding: 30px;
    }
}


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

    サービス

-------------------------------------------------------------- */
.service__content {
    position: relative;
}
.service__content:before {
    content: "";
    display: inline-block;
    height: 320px;
    width: 100%;
    background: #103d74;
    position: absolute;
    top: 0;
    left: 0;
}
.service__content .content__inner {
    position: relative;
}
.service__content .title-1 {
    color: #fff;
}
.service__content .title-1:before {
    background: #0595dd;
}
.service__content__subttl {
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.45;
    margin-bottom: 3rem;
    font-weight: bold;
}
.service__content__list li:not(:last-child) {
    margin-bottom: 2rem;
}
.service__content__list__inner {
    border-radius: 5px;
    overflow: hidden;
}
.service__content__list--info {
    background: #fff;
    padding: 20px;
}
.service__content__list--ttl {
    text-align: center;
    font-size: 2rem;
    color: #065fad;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
    .service__content__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1rem -2rem;
    }
    .service__content__list li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 1rem;
    }
}

@media screen and (min-width: 992px) {
    .service__content:before {
        height: 440px;
    }
    .service__content__subttl {
        font-size: 2.8rem;
        line-height: 1.7;
        margin-bottom: 5rem;
    }
    .service__content__list {
        margin: 0 -2rem -4rem;
    }
    .service__content__list li {
        padding: 0 2rem;
    }
    .service__content__list li:not(:last-child) {
        margin-bottom: 4rem;
    }
    .service__content__list--img {
        overflow: hidden;
        height: 240px;
        width: 100%;
        position: relative;
    }
    .service__content__list--img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        transition: transform 0.3s;
        top: 0;
        left: 0;
    }
    .service__content__list--img:before {
        content: "";
        width: 100%;
        display: block;
        padding-top: 100%;
        background: rgba(0, 0, 0, .4);
        opacity: 0;
        transition: 0.3s;
        z-index: 1;
        position: relative;
    }
    .service__content__list--img:after {
        content: "MORE";
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #fff;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 12px;
        font-weight: bold;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        opacity: 0;
        transition: 0.3s;
    }
    .service__content__list__inner a:hover .service__content__list--img img {
        transform: scale(1.1);
    }
    .service__content__list__inner a:hover .service__content__list--img:before {
        opacity: 1;
    }
    .service__content__list__inner a:hover .service__content__list--img:after {
        opacity: 1;
    }
    .service__content__list--info {
        padding: 30px;
    }
    .service__content__list--ttl {
        font-size: 2.6rem;
        margin-bottom: 2rem;
    }
}



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

    開発・設計事例を探す

-------------------------------------------------------------- */
.product__tab {
    margin-bottom: 9rem;
}
.tab_area {
    overflow: hidden;
    border-bottom: 4px solid #1f518e;
}


@keyframes tabAnim{
    0%{opacity:0;}
    100%{opacity:1;}
}
input[type="radio"] {
    display: none;
}
.tab_area label {
    display: inline-block;
    padding: 8px 0;
    color: #fff;
    background: #a4acb6;
    text-align: center;
    font-size: 1.6rem;
    cursor: pointer;
    transition: ease 0.2s opacity;
    border-radius: 5px 5px 0 0;
}
.tab_area label:not:last-child {
    margin-right: 10px;
}
  .tab_panel {
    width: 100%;
    opacity: 0;
    padding: 20px 0;
    display: none;
  }

  .panel_area {
    background: #fff;
  }
  
  #tab1:checked~.tab_area .tab1_label {
    background: #1f518e;
    color: #fff;
  }
  
  #tab1:checked~.panel_area #panel1 {
    display: block;
    animation: tabAnim ease 0.6s forwards;
    -ms-animation: tabAnim ease 0.6s forwards;
  }
  
  #tab2:checked~.tab_area .tab2_label {
    background: #1f518e;
    color: #fff;
  }
  
  #tab2:checked~.panel_area #panel2 {
    display: block;
    animation: tabAnim ease 0.6s forwards;
    -ms-animation: tabAnim ease 0.6s forwards;
  }
  
  #tab3:checked~.tab_area .tab3_label {
    background: #1f518e;
    color: #fff;
  }
  
  #tab3:checked~.panel_area #panel3 {
    display: block;
    animation: tabAnim ease 0.6s forwards;
    -ms-animation: tabAnim ease 0.6s forwards;
  }
  
  #tab4:checked~.tab_area .tab4_label {
    background: #1f518e;
    color: #fff;
  }
  
#tab4:checked~.panel_area #panel4 {
    display: block;
    animation: tabAnim ease 0.6s forwards;
    -ms-animation: tabAnim ease 0.6s forwards;
}
.product__list {
    display: block !important;
}
#jquery-tab-pager-navi {
    display: none;
}


@media screen and (max-width: 600px) {
    .tab_area .content__inner {
        margin-bottom: -1px;
        overflow-x: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
            scrollbar-width: none;       /* Firefox 対応 */
    }
    .tab_area .content__inner::-webkit-scrollbar {
        display:none;
    }
    .tab_area ul {
        width: 58rem;
        padding-right: 1.5rem;
    }
    .tab_area ul li {
        float: left;
    }
    .tab_area ul li:not(:last-child) {
        margin-right: 10px;
    }
    .tab_area label {
        width: 13rem;
    }
    
}

@media screen and (min-width: 601px) {
    .tab_area ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .tab_area ul li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0 5px;
    }
    .tab_area label {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .panel_area {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .tab_panel {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }
}

@media screen and (min-width: 992px) {
    .product__tab {
        margin-bottom: 12rem;
    }
    .tab_area label {
        padding: 14px 0;
        font-size: 2rem;
    }
}



/* カテゴリ */

@media screen and (max-width: 767px) {
    .product__cat-sp {
        position: relative;
        background: #fff;
        border: 1px solid #cdcdcd;
    }
    .form__select-arrow-ico {
        position: absolute;
        right: -1px;
        color: #fff;
        background: #000;
        width: 35px;
        height: 105%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -1px;
        pointer-events: none;
        font-size: 10px;
    }
    .form__select-arrow-ico .icon-arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .product__cat-sp select {
        font-size: 1.5rem;
        width: 100%;
        padding: 10px 20px;
    }
}

@media screen and (min-width: 768px) {
    .product__cat-pc {
        overflow:hidden;
    }
    .product__cat-pc ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -1rem -5px 4rem;
    }
    .product__cat-pc li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0 5px;
        margin-top: 1rem;
    }
    .product__cat-pc__inner a {
        border: 1px solid #cdcdcd;
        border-radius: 49px;
        font-size: 14px;
        text-align: center;
        padding: 13px 10px;
        transition: .3s;
        min-height: 50px;
        max-height: 50px;
        position: relative;
    }
    .product__cat-pc__inner a p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 85%;
    }
}

@media screen and (min-width: 992px) {
    .product__cat-pc ul {
        margin: -2rem -1rem 4rem;
    }
    .product__cat-pc li {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
        padding: 0 1rem;
        margin-top: 2rem;
    }
    .product__cat-pc__inner a:hover {
        border: 1px solid #e9f0f9;
        background: #e9f0f9;
        color: #1f518e;
    }
}
@media screen and (min-width:1300px) {
    .product__cat-pc li {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
}


/* 投稿リスト */

.product__list__inner--flex__info h3 {
    font-size: 1.6rem;
    color: #003c78;
    margin-bottom: 5px;
}
.product__list__inner--flex__info table th,
.product__list__inner--flex__info table td {
    vertical-align: top;
    font-size: 1.4rem;
}
.product__list__inner--flex__info table th {
    color: #959faa;
    font-size: 1.4rem;
    min-width: 8rem;
}
.product__list__inner--flex__img {
    overflow: hidden;
    height: 11rem;
    width: 100%;
    position: relative;
}
.product__list__inner--flex__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform 0.3s;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .product__list__inner {
        padding: 2rem 0;
    }
    .product__list ul li {
        border-bottom: 1px solid #cdcdcd;
    }
    .product__list__inner--flex {
        display: -ms-flexbox;
        display: flex;
    }
    .product__list__inner--flex__img {
        min-width: 11rem;
        max-width: 11rem;
        margin-right: 2rem;
    }
}

@media screen and (min-width:768px) {
    .product__list ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .product__list ul li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0 5px;
    }
    .product__list__inner--flex__img {
        height: 13rem;
        margin-bottom: 2rem;
    }
    .product__list__inner--flex__info h3 {
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }
}

@media screen and (min-width:992px) {
    
    .product__list ul {
        margin: 0 -1.5rem;
    }
    .product__list ul li {
        padding: 0 1.5rem;
    }
    .product__list__inner--flex__img {
        height: 17rem;
    }
    .product__list ul li a:hover .product__list__inner--flex__img img {
        transform: scale(1.1);
    }
}


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

    スプレーノズル・エアーノズルを探す

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

/* 流体から探す */
.product_nozzle-search__list {
    border: 1px solid #dcdbdc;
    margin-bottom: 4rem;
}
.product_nozzle-search__list li:not(:last-child) {
    border-bottom: 1px solid #dcdbdc;
}
.product_nozzle-search__list a {
    display: block;
    padding: 12px 20px;
    font-size: 1.5rem;
}
.product_nozzle-search__list a p {
    position: relative;
}
.product_nozzle-search__list a p .icon-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    color: #1f518e;
    font-size: 6px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .product_nozzle-search__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 6rem;
    }
    .product_nozzle-search__list li {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .product_nozzle-search__list li:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid #dcdbdc;
    }
}
@media screen and (min-width: 992px) {
    .product_nozzle-search__list a {
        font-size: 2rem;
        padding: 16px 30px;
        transition: .3s;
    }
    .product_nozzle-search__list a:hover {
        color: #1f518e;
    }
}

/* スプレーパターンから探す */
.product_spray-search__list .title_box {
    position: relative;
    background: #1f518e;
    color: #fff;
    padding: 1.05rem 7rem 1.05rem 2rem;
}
.product_spray-search__list .title_box .txt {
    font-size: 1.8rem;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .product_spray-search__list li:not(:last-child) {
        margin-bottom: 1px;
    }
    .product_spray-search__list .title_box .icon {
        width: 15px;
    height: 15px;
    vertical-align: middle;
    background: none;
    position: absolute;
    top: 50%;
    margin: auto;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    }
    .product_spray-search__list .title_box .icon > span {
        display: block;
        position: relative;
        margin-top: 0px;
    }
    .product_spray-search__list .title_box .icon > span:before,
    .product_spray-search__list .title_box .icon > span:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        background: #fff;
        transition: .3s;
    }
    .product_spray-search__list .title_box .icon > span:before {
        width: 2px;
        height: 15px;
        margin: 2px 0 0 10px;
    }
    .product_spray-search__list .title_box .icon > span:after {
        width: 15px;
        height: 2px;
        margin: 8px 0 0 4px;
    }
    .product_spray-search__list .title_box.active .icon > span:before {
        transform: rotate(
        -270deg
        );
            -webkit-transform: rotate(
        -270deg
        );
            background: #fff;
    }
    .product_spray-search__list .title_box.active .icon > span:after {
        opacity: 0;
    }
    .product_spray-search__list .info_box {
        padding: 2rem 0 3rem;
    }
    .product_spray-search__list--box__link__list li {
        border-bottom: 1px solid #dcdbdc;
    }
    .product_spray-search__list--box__link__list li a {
        padding: 1.5rem 2rem;
    }
    .product_spray-search__list--box__link__list li a p {
        position: relative;
    }
    .product_spray-search__list--box__link__list li a .icon-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: 10px;
        color: #1f518e;
        font-size: 10px;
        margin: auto;
    }
}

@media screen and (min-width: 992px) {
    .product_spray-search__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -4rem -2rem 0;
    }
    .product_spray-search__list > li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 2rem;
        margin-top: 4rem;
    }
    .product_spray-search__list .title_box {
        padding: 1.1rem 2rem;
        pointer-events: none;
    }
    .product_spray-search__list .title_box .txt {
        font-size: 2.2rem;
    }
    .info_box {
        display: block !important;
        border: 1px solid #cdcdcd;
        padding: 2rem;
    }
    .product_spray-search__list--box {
        display: -ms-flexbox;
        display: flex;
    }
    .product_spray-search__list--box__img {
        min-width: 16rem;
        max-width: 16rem;
        margin-right: 2rem;
    }
    .product_spray-search__list--box__link {
        width: 100%;
    }
    .product_spray-search__list--box__link__list li a {
        padding: 1rem 1.5rem;
        margin-left: 0;
        font-size: 1.6rem;
        max-width: 380px;
        border: 1px solid #cdcdcd;
        border-radius: 50px;
        text-align: center;
        transition: .3s;
    }
    .product_spray-search__list--box__link__list li a:hover {
        color: #1f518e;
    }
    .product_spray-search__list--box__link__list li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .product_spray-search__list--box__link__list li a > p {
        position: relative;
    }
    .product_spray-search__list--box__link__list li a > p .icon-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: 10px;
        color: #1f518e;
        font-size: 6px;
        margin: auto;
    }
}
@media screen and (min-width: 1200px) {
    .product_spray-search__list--box__img {
        min-width: 26rem;
        max-width: 26rem;
    }
}


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

    技術コラム・技術情報の人気記事

-------------------------------------------------------------- */
.popular_article__list {
    padding-bottom:4rem;
}
.popular_article__list__inner-flex__img {
    position: relative;
    height: 210px;
    margin-bottom: 2rem;
}
.popular_article__list__inner-flex__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform 0.3s;
    top: 0;
    left: 0;
}
.popular_article__list__inner-flex__info__date {
    color: #8e989d;
    font-size: 1.4rem;
    /* font-family: 'Open Sans', sans-serif; */
    margin-bottom: 1rem;
}
.popular_article__list__inner-flex__info__date .icon-crown {
    margin-right: .5rem;
}

.popular_article__list__inner-flex__info__ttl {
    font-size: 1.8rem;
}
.popular_article__list .slick-prev, .popular_article__list .slick-next {
    background: #1f518e;
    width: 3rem;
    height: 7rem;
    top: 29%;
}
.popular_article__list .slick-prev {
    left: 0;
    z-index: 1;
    transform: scale(-1, 1) translate(0, -50%);
    -webkit-transform: scale(-1, 1) translate(0, -50%);
}
.popular_article__list .slick-prev:before {
    content: "\e900";
    font-family: "everloy" !important;
    color: #fff;
    font-size: 10px;
}
.popular_article__list .slick-next {
    right: 0;
}
.popular_article__list .slick-next:before {
    content: "\e900";
    font-family: "everloy" !important;
    color: #fff;
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    .popular_article__list li:nth-child(2) .popular_article__list__inner-flex__info__date .icon-crown {
        color: #d49818;
    }
    .popular_article__list li:nth-child(3) .popular_article__list__inner-flex__info__date .icon-crown {
        color: #a0a4a8;
    }
    .popular_article__list li:nth-child(4) .popular_article__list__inner-flex__info__date .icon-crown {
        color: #bb6038;
    }
    .popular_article__list li:nth-child(5) .popular_article__list__inner-flex__info__date .icon-crown {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .popular_article__list__inner {
        padding: 2rem 0;
        border-bottom: 1px solid #cdcdcd;
    }
    .popular_article__list__inner .popular_article__list__inner-flex__img {
        overflow: hidden;
    }
    .popular_article__list__inner a:hover .popular_article__list__inner-flex__img img {
        transform: scale(1.2);
    }
    .popular_article__list__inner-flex__info__ttl {
        transition: .3s;
    }
    .popular_article__list__inner a:hover .popular_article__list__inner-flex__info__ttl {
        color: #1f518e;
    }
    .popular_article__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -2rem -1rem 0;
        padding-bottom: 0;
    }
    .popular_article__list li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 1rem;
    }
    .popular_article__list li:first-of-type .popular_article__list__inner-flex__info__date .icon-crown {
        color: #d49818;
    }
    .popular_article__list li:nth-child(2) .popular_article__list__inner-flex__info__date .icon-crown {
        color: #a0a4a8;
    }
    .popular_article__list li:nth-child(3) .popular_article__list__inner-flex__info__date .icon-crown {
        color: #bb6038;
    }
    .popular_article__list li:last-child .popular_article__list__inner-flex__info__date .icon-crown {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .popular_article__list {
        margin: 0rem -2rem 0;
    }
    .popular_article__list li {
        padding: 0 2rem;
    }
    .popular_article__list__inner-flex {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .popular_article__list__inner-flex__img {
        min-width: 12rem;
        max-width: 12rem;
        height: 12rem;
        margin-right: 2rem;
        margin-bottom: 0;
    }
    .popular_article__list__inner-flex__info__ttl {
        font-size: 2rem;
    }
}