@charset "utf-8";
/*@font-face {
  font-family: 'LINESeedJP';
  src: url('../../../renewal/img/page/refolab/font/LINESeedJP_OTF_Rg.woff') format('woff');
}
@font-face {
    font-family: 'LINESeedJP';
    src: url('../../../renewal/img/page/refolab/font/LINESeedJP_OTF_Bd.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'LINESeedJP';
    src: url('../../../renewal/img/page/refolab/font/LINESeedJP_OTF_Th.woff') format('woff');
    font-weight: 300;
     font-style: normal;
}*/
/**{
  font-family: 'LINESeedJP',"NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif!important;
letter-spacing: .04em;
}*/
body{
    background-color: #EFF5F8;
}
.refolab_top{
    background-image: url(../../../renewal/img/page/refolab/main_bg.jpg);
    background-size: cover;
    padding: 12px 0 40px;
}

h1{
    margin: 0;
}
main{
    background-color: #EFF5F8;
}
header.refolab_header .heder_center ul{
    display: flex;
    gap: 24px;
}
header.refolab_header .heder_center ul.lab_normal_link li a{
    font-size: 1.4rem;
    color: #0065D8;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-right: 16px;
    display: block;
    line-height: 1em;
}
header.refolab_header .heder_center ul.lab_normal_link li a:after{
    content: "";
    display: block;
    width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0065D8;
  border-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header.refolab_header .heder_center ul.lab_normal_link li#nav_cat_list a:after{
transform: rotate(90deg);
transition: .3s;
}
header.refolab_header .heder_center ul.btn_link{
    margin-left: 24px;
}
header.refolab_header .heder_center ul.btn_link li a{
        font-size: 1.4rem;
        padding: 4px 16px;
        border-radius: 16px;
        font-weight: bold;
}
header.refolab_header .heder_center ul.btn_link li:nth-child(1) a{
    background: linear-gradient(#33A976, #0B7A4A);
    color: #fff;
}
header.refolab_header .heder_center ul.btn_link li:nth-child(2) a{
    background-color: #fff;
    color: #0065D8;
    border: 1px solid #0065D8;
}

header.refolab_header .heder_center ul.btn_link li img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
        padding-bottom: 2px;
}
header.refolab_header .header_right a{
        padding: 18px;
        border-radius: 0 0 4px 4px;
        background-color: #fff;
        display: block;
}
.pro_pankuzu{
    position: relative;
    z-index: 3;
}
.pro_pankuzu ul{
        display: flex;
        padding: 10px 0;
        flex-wrap: wrap;
}
.pro_pankuzu ul li{
    position: relative;
}
.pro_pankuzu ul li + li{
        padding-left: 16px;
        margin-left: 16px;
}
.pro_pankuzu ul li + li:before{
    content: "/";
    display: inline-block;
    color: #A6A6A6;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pro_pankuzu ul li a{
    color: #0065D8;
    text-decoration: underline;
}
.pro_pankuzu ul li:last-child a{
    text-decoration: none;
    color: #090909;
    pointer-events: none;
}
.slider.refolab_slider{
    padding: 40px 0 24px;
}
.slider.refolab_slider li a{
    background-color: #fff;
    display: block;
}
.slider.refolab_slider li a .day,
.reforab_main a .day{
    color: #666;
    font-weight: 300;
    font-size: 1.1rem;
}
.slider.refolab_slider li a .ttl,
.reforab_main a .ttl{
    font-weight: bold;
}
.slider.refolab_slider li a .tags li,
.reforab_main .tags li{
        display: inline-block;
        width: fit-content;
        color: #666;
        background-color: #E4F5FF;
        padding: 0 8px;
        border-radius: 4px;
}

.slider.refolab_slider li a .ttl{
    font-size: 1.4vw;
    line-height: 1.45;
    margin: 4px 0!important;
}
.slider.refolab_slider li a,
.reforab_main .new_articles .grid_box.column3 .grid{
    border-radius: 8px;
    overflow: hidden;
}
.splide .splide__slide{
    width: 100%;
    object-fit: cover;
    /*min-height: 220px;*/
}

.slider.refolab_slider li .grid{
    position: relative;
}
.slider.refolab_slider li .grid picture{
    width: 100%;
    height: 100%;
    overflow: hidden;
    height: auto;
    aspect-ratio: 16 / 9;
}
.slider.refolab_slider li .grid picture img{
            max-width: none;
    object-fit:cover;
  width: 100%;
  height: 100%;
}
.slider.refolab_slider li .grid:nth-child(2){
    padding: 8px 16px;
}
.slider.refolab_slider li .grid p{
    margin: 0;
}
.splide__slide{
    transition: .3s;
    padding-left: 10%;
    padding-right: 10%;
}

/*.splide__arrows.splide__arrows--ltr{
    display: none;
}*/
.splide__arrow{
    width: 4rem;
    height: 4rem;
}
.splide__arrow:before{
    content: "";
    display: block;
    font-size: 2em;
    border-top: solid 2px #0065D8;
    border-right: solid 2px #0065D8;
    transform: rotate(45deg);
        width: 14px;
    height: 14px;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, .08);
}
.splide__arrow.splide__arrow--prev:before{
    transform: rotate(225deg);
    margin-left: 4px;
}
.splide__arrow.splide__arrow--next:before{
    margin-right: 4px;
}
.splide__arrow--next{
        right: 27%;
    left: auto;
    
}
.splide__arrow.splide__arrow--prev{
    left: 27%;
    right: auto;
}

button.splide__pagination__page{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    border: none;
    margin: 0 8px;
}
button.splide__pagination__page.is-active{
    background-color: #0065D8;
}
.reforab_main h2 img,
.reforab_main h3 img{
        display: inline-block;
        margin-right: 8px;
        vertical-align: top;
        max-height: 32px;
}
.reforab_main .grid_box.column3 .grid{
    background-color: #fff;
}
.reforab_main .grid_box.column3 .grid a > div{
        padding: 16px;
}
.reforab_main .grid_box.column3 .grid a p{
    margin: 0;
}
.reforab_main .grid_box.column3 .grid a p.day{
    font-size: 1.2rem;
}
.reforab_main .grid_box.column3 .grid a p.ttl{
    margin: 8px 0;
    font-size: 1.6rem;
}
ul.refolab_pager{
    display: flex;
    width: fit-content;
    margin: 24px auto;
        align-items: center;
}
ul.refolab_pager li{
    font-size: 1.4rem;
    width: 4.8rem;
    text-align: center;
    padding: 0 4px;
}
ul.refolab_pager li a{
    background-color: #fff;
    border:1px solid #A6A6A6;
    width: 28px;
    height: 28px;
    border-radius: 16px;
    display: block;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    transition: .3s;
}
ul.refolab_pager li.now a{
    border:1px solid #0065D8;
    background-color: #0065D8;
    color: #fff;
}
ul.refolab_pager li.prev a,
ul.refolab_pager li.next a{
    width: 32px;
    height: 32px;
    display: block;
    transition: .3s;
    background-size: cover;
    border: none;
}
ul.refolab_pager li.prev a{
background-image: url(../../img/page/refolab/prev_big.svg);
}
ul.refolab_pager li.next a{
background-image: url(../../img/page/refolab/next_big.svg);
}
.bnr_btn{
    background-size: cover;
    width: 100%;
    color: #fff;
    display: block;
    font-weight: bold;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.bnr_btn + .bnr_btn{
    margin-top: 40px;
}
.link_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 64px 80px;
    margin: 32px 0 0;
    width: 100%;
    align-items: center;
    background-color: #fff;
    padding: 16px;
}
.link_wrap .link{
    width: fit-content;
}
.link_wrap .link a{
    display: inline-block;
    vertical-align: middle;
}
.link_wrap .link a + a{
    margin-left: 4px;
}
.side_box h3{
    font-size: 2rem;
    margin-top: 0;
}
.side_box h3 a{
    position: relative;
}
.side_box h4 a:after{
    content: "";
    display: inline-block;
    background-image: url(../../img/page/refolab/next.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    vertical-align: top;
    font-weight: normal;
        padding-left: 1px;
        transition: .3s;
}
.side_box h4 a{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 20px;
    display: block;
}
.reforab_main .side_box .tags li{
    margin-bottom: 8px;
}
.side_box + .side_box{
    margin-top: 40px;
}
.side_box .data_link{
    position: relative;
    display: flex;
    align-items: center;
}
.side_box .data_link + .data_link{
    margin-top: 16px;
}
.side_box .data_link picture{
    width: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
}
.side_box .data_link picture img{
        max-width: none;
    object-fit:cover;
  width: 100%;
  height: 100%;

}
.side_box .data_link div p{
    margin: 0;
    line-height: 1.45;
}
.side_box .data_link > div{
    width: calc(100% - 80px);
    height: fit-content;
    padding-left: 8px;
    padding-right: 30px;
}
.side_box .data_link > div:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../img/page/refolab/next.svg);
    background-size: cover;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
    font-weight: normal;
    padding-left: 2px;
}

.side_box .rank_cont .data_link:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 8px 0 8px 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 2;
    text-align: center;
    line-height: 22px;
}
.side_box .rank_cont .data_link:nth-child(1):before{
    background-color: #EEB10B;
}
.side_box .rank_cont .data_link:nth-child(2):before{
    background-color: #ACB5D3;
}
.side_box .rank_cont .data_link:nth-child(3):before{
    background-color: #DD7A30;
}
.side_box .rank_cont .data_link:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 3;
    text-align: center;
    line-height: 22px;
}
.side_box .rank_cont .data_link:nth-child(1):after{
    content: "1";
}
.side_box .rank_cont .data_link:nth-child(2):after{
    content: "2";
}
.side_box .rank_cont .data_link:nth-child(3):after{
    content: "3";
}
p.new_icon{
    background-color: #E54816;
    color: #fff;
        display: inline-block;
    width: fit-content;
    padding: 2px 4px 0 4px;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: .1em;
    border-radius: 4px;
    margin-bottom: 4px;
    line-height: 1.1rem;
}
.splide__pagination{
    margin-top: 24px;
}
.reforab_main .new_articles .grid_box.column3 .grid,.reforab_main .main_right{
    box-shadow: 2px 2px 4px rgba(0,0,0,.06);
}
.reforab_main .new_articles .grid_box.column3 .grid a picture{
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
        aspect-ratio: 16 / 9;
}
.reforab_main .new_articles .grid_box.column3 .grid a picture img{
    max-width: none;
    object-fit:cover;
  width: 100%;
  height: 100%;
}
footer{
    background-color: #fff;
}
footer .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .inner div{
    display: flex;
}
footer .inner div a{
    font-size: 1.4rem;
    text-decoration: underline;
}
footer .inner div a + a{
    margin-left: 24px;
}
header.refolab_header.pages{
    padding: 16px 0;
}
header.refolab_header.pages .heder_center ul.lab_normal_link li a{
    color: #0065D8;
}
.detail_inner{
    background-color: #fff;
    border-radius: 8px;
}
.return_btn{
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: block;
    width: fit-content;
}
.return_btn img,
.content_list p.contlist_ttl img{
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    padding-bottom: 2px;
}
.ttl_area p.ttl_day{
    font-size: 1.4rem;
    font-weight: lighter;
    margin: 0;
    line-height: 1.75em;
}
.ttl_area h1{
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.45em;
}
.ttl_area ul{
    margin: 16px 0;
}
.ttl_area picture{
    border-radius: 8px;
    width: 100%;
    margin: 32px 0;
}
.content_list{
    background-color: rgba(0,101,216,.1);
    border-radius: 8px;
    padding: 36px;
}
.content_list p.contlist_ttl{
    margin: 0;
    color: #0065D8;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    line-height: 2rem;
}
.content_list ul > li{
    padding: 24px 0;
    display: block;
    font-weight: bold;
    position: relative;
}
.content_list ul li + li{
    border-top: 1px dotted #A6A6A6;
}
.content_list ul li li{
    border: none;
    padding: 8px 0 8px 16px;
}
.content_list ul li ul li:nth-child(1){
    padding-top: 24px;
}
.content_list ul li a{
    color: #0065D8;
    font-size: 1.6rem;
    text-decoration: underline;
}
.content_list ul li .open_btn{
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 24px;
    width: 20px;
    height: 20px;
}
.content_list ul li .open_btn:before,.content_list ul li .open_btn:after{
    background-color: #151515;
}
.detail_content h2{
    font-size: 2.2rem;
    line-height: 1.45;
    border-left: 4px solid #0065D8;
    padding-left: 8px;
    margin: 64px 0;
}
.detail_content h3{
    margin: 24px 0;
    padding: 24px 0;
    border-bottom: 1px solid #A6A6A6;
    font-weight: normal;
}
.detail_content + a.return_btn{
    margin-top: 64px;
}
.user_report_ttl h1{
    font-size: 3.2rem;
    font-weight: bold;
}
.user_report_ttl h1 img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 5px;
}
.user_report_ttl p.ttl_sub{
    font-weight: bold;
    font-size: 2rem;
}
.search_area,
.search_area > div{
    display: flex;
}
.search_area{
    justify-content: center;
    padding: 16px 0;
}
.user_report_ttl #now_area,
.user_report_ttl #now_time,
.user_report_ttl select{
    font-size: 1.6rem;
    padding: 8px 16px;
    line-height: 1.6rem;
    height: fit-content;
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
    border:1px solid #A6A6A6;
}
.user_report_ttl #now_area{
    background-color: #0065D8 !important;
    border: 1px solid #0065D8 !important;
    color: #fff !important;
    margin-right: 16px !important;
    line-height: 24px !important;
}
.user_report_ttl select + select{
    margin-left: 16px;
}
.user_report_ttl .search_area > div:last-child{
    margin-left: 40px;
}
.user_report_ttl .search_area p{
    margin: 8px;
    font-weight: bold;
}
section.report_box .inner{

}
section.report_box h2{
    font-size: 2rem;
    color: #0065D8;
    position: relative;
}
section.report_box h2 img{
    padding-bottom: 4px;
}
section.report_box h2 span{
    background-color: #EFF5F8;
    font-weight: bold;
    display: block;
    width: fit-content;
    position: relative;
    z-index: 2;
    padding-right: 8px;
}
section.report_box h2:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0065D8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
ul.chart_list{
    max-width: 100%;
}
.chart_list li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 16px;
}
.chart_list li .graf_bg{
    width: 0%;
     transition: width 0.8s ease;
    background-color: #9cc7f7;
    height: 32px;

}
ul.over_img_box.chart_list li .graf_bg{
    height: 38px;
}
.chart_list li .list_label{
    font-size: 1.7rem;
    width: 100%;
}
.chart_list li .listnum{
    min-width: 90px;
    text-align: right;
    line-height: 1em;
}
.chart_list li .num{
    font-size: 2.8rem;
    font-weight: bold;
}
.chart_list li .num_after{
    font-size:1.8rem;
}
.chart_list li .bg_box{
    width: calc(100% - 110px);
        background-color: #F3F3F3;
}
.bottom_join{
    /*background: linear-gradient(90deg,#0057B9,#9EC8E0);*/
    padding: 40px 0;
}
.bottom_join .inner{
    background-color: #fff;
    border-radius: 8px;
    padding: 40px 56px;
}

.bottom_join h3{
    font-size: 2.4rem;
    color: #0065D8;
    font-weight: bold;
    margin: 0 0 24px;
}
.bottom_join p{
    font-size: 1.6rem;
}
.bottom_join a{
    background:linear-gradient(#33A976,#0B7A4A);
    color: #E4F5FF;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border-radius: 32px;
    display: block;
    margin-top: 16px;
    font-size: 1.8rem;
    line-height: 1em;
}
.bottom_join a img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
        padding-bottom: 3px;
}
#semminer_float{
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
}
#semminer_float.display_none{
    display: none;
}
#semminer_float .float_close{
    position: absolute;
    right: -16px;
    top: -16px;
    cursor: pointer;
}
#semminer_float .float_close img{
    width: 32px;
}
#semminer_float h3{
    color: #0065D8;
    font-size: 2rem;
    text-align: center;
    margin: 8px 0;
}
#semminer_float picture{
    position: relative;
}
#semminer_float picture:after{
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#semminer_float a:hover picture:after{
    opacity: .2;
}
header.refolab_header .heder_center ul.lab_normal_link{
    background-color: #fff;
}
header.refolab_header .heder_center{
    position: relative;
}
.nav_child:before{
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.nav_child{
    position: absolute;
        /*left: 0;*/
    right: 0;
    margin: auto;
    display: block;
    width: fit-content;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    transform: translateY(-50px);
    z-index: -1;
    transition: .3s;
    opacity: 0;
}
.nav_child.show_now:before{
    display: none;
}
.nav_child.show_now{
    transform: translateY(30px);
    z-index: 2;
    opacity: 1;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .06);
    height: fit-content;
}
header.refolab_header .heder_center ul.lab_normal_link li#nav_cat_list li a:after{
    transform: rotate(0);
}
header.refolab_header .heder_center ul.lab_normal_link li#nav_cat_list a.open_btn_now:after{
    transform: rotate(-90deg);
}
.report_box_list .list_box{
        background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}
.report_box_list .list_box h3{
    font-size: 22px;
}
.report_box_list .list_box h3:before{
    content: "";
    display: inline-block;
    background-color: #0065D8;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-right: 8px;
}
.chart-container{
    background-image: url(../../img/page/refolab/bg_no1.svg);
    background-size: 91px auto;
    background-repeat: no-repeat;
    background-position: center bottom 43%;
}
.chart-container.mychart2{
    background-image: url(../../img/page/refolab/bg_no2.svg);
}
.report_box_list.column1 .manzokudo_txt h4{
    font-size: 1.8rem;
    color: #0065D8;
    margin: 0;
    line-height: 1.8rem;
    text-align: center;
}
.report_box_list.column1 .manzokudo_txt h4 img{
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.report_box_list.column1 .manzokudo_txt span{
    font-size: 4.0rem;
    font-weight: bold;
    text-align: center;
    display: block;
}
.report_box_list.column1 .manzokudo_txt li + li{
    margin-top: 24px;
}
.grid_box.column3.kuchikomi_list > .grid{
    padding: 42px 16px 16px 16px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.kuchikomi_rank,
.jirei_box .jirei_detail .jirei_rank{
    border-radius: 8px 0 8px 0;
    display: block;
    width: 42px;
    height: 42px;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}
.grid_box.column3.kuchikomi_list > .grid:nth-child(1) .kuchikomi_rank,
.jirei_box .jirei_detail:nth-child(1) .jirei_rank{
    background-color: #EEB10B;
}
.grid_box.column3.kuchikomi_list > .grid:nth-child(2) .kuchikomi_rank,
.jirei_box .jirei_detail:nth-child(2) .jirei_rank{
    background-color: #ACB5D3;
}
.grid_box.column3.kuchikomi_list > .grid:nth-child(3) .kuchikomi_rank,
.jirei_box .jirei_detail:nth-child(3) .jirei_rank{
    background-color: #DD7A30;
}
.grid_box.column3.kuchikomi_list p{
    margin: 8px 0;
}
.grid_box.column3.kuchikomi_list p.show_count{
    font-size: 1rem;
}
.grid_box.column3.kuchikomi_list p.show_count span{
    font-size: 1.5rem;
    font-weight: bold;
}
.grid_box.column3.kuchikomi_list > .grid{
   box-shadow: 3px 3px 4px rgba(0,0,0,.2);
}

.grid_box.column3.kuchikomi_list p.small{
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.grid_box.column3.kuchikomi_list .star,
.grid_box.column5 .star{
    align-items: center;
}
.grid_box.column3.kuchikomi_list .star div,
.grid_box.column5 .grid .star div{
    display: flex;
    align-items: center;
    margin-right: 4px;
}
.grid_box.column3.kuchikomi_list .star div img{
    width: 16px;
}
.grid_box.column5 .grid .grid_box .star div img{
    width: 12px;
}
.grid_box.column3.kuchikomi_list .star p{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 0;
}
.grid_box.column3.kuchikomi_list .star p span{
    font-size: 1.6rem;
}
.grid_box.column3.kuchikomi_list p.name{
    font-size: 1.2rem;
    padding: 0;
}
.grid_box.column3.kuchikomi_list h4{
    font-size: 1.4rem;
    font-weight: bold;
}
.grid_box.column3.kuchikomi_list .tags{
    padding: 8px 0;
}
.grid_box.column3.kuchikomi_list .tags li{
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #323232;
}
.grid_box.column3.kuchikomi_list a.kuchikomi_link{
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
}
.grid_box.column3.kuchikomi_list a.kuchikomi_link img{
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
    transition: .3s;
}
.grid_box.column5{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 4px rgba(0,0,0,.1);
    margin: 40px 0;
    background-color: #E8E8E8;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
}
.open_box .grid_box.column5 .grid span{
    border: none;
    padding: 0;
    display: inline-block;
}
.open_box .grid_box.column5 > .grid{
    padding: 16px;
    background-color: #fff;
        position: relative;
    padding-bottom: 40px;
}
.open_box .grid_box.column5 .grid p{
    margin-bottom: 0;
    line-height: 1em;
}
.open_box .grid_box.column5 .grid .grid_box.column2{
    grid-template-columns: 33px auto;
    grid-column-gap: 4px;
    padding: 8px 0;
}
.open_box .grid_box.column5 .grid .grid_box.column2 picture{
    max-width: none;
    padding: 0;
    max-height: 33px;
    overflow: hidden;
}
.open_box .grid_box.column5 .grid .grid_box.column2 picture img{
    max-height: none;
    max-width: 100%;
}
.accordion_box .open_btn{
    max-width: 240px;
    border:1px solid #0065D8;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 32px auto;
    border-radius: 30px;
}
.open_btn:before, .open_btn:after{
    background-color: #111;
    right: 16px;
    left: auto;
}
.grid_box.column5 .grid .grid_box .star{
    margin: 8px 0;
}
.open_box .grid_box.column5 .grid .star p{
    font-size: .8rem;
}
.open_box .grid_box.column5 .grid .star p span{
    font-size: 1.2rem;
}
.open_box .grid_box.column5 .grid > p{
    font-size: 1.3rem;
    line-height: 1.4;
}
.open_box .grid_box.column5 .grid a,
.jirei_box .jirei_detail .txt a{
    font-weight: bold;
    text-align: right;
    display: block;
    margin: 8px 0;
        position: absolute;
    right: 8px;
    bottom: 8px;
}
.open_box .grid_box.column5 .grid a img,
.jirei_box .jirei_detail .txt a img{
    display: inline-block;
    margin-left: 4px;
    width: 13px;
    margin-bottom: -1px;
}
.jirei_box{
    display: grid;
    grid-template-columns: 352px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 24px;
}

.jirei_box .jirei_detail{
    box-shadow: 3px 3px 4px rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.jirei_box .jirei_detail:nth-child(1) picture{
    position: relative;
    width: 100%;
    height: 352px;
}
.jirei_box .jirei_detail:nth-child(2) picture,
.jirei_box .jirei_detail:nth-child(3) picture{
    position: relative;
    width: 100%;
    height: 262px;
}
.jirei_box .jirei_detail:nth-child(1) picture img,
.jirei_box .jirei_detail:nth-child(2) picture img,
.jirei_box .jirei_detail:nth-child(3) picture img,
.grid_box.column5.jirei .grid picture img{
    max-width: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.jirei_box .jirei_detail .txt{
        padding: 16px;
}
.jirei_box .jirei_detail .txt p{
    margin: 0;
}
.jirei_box .jirei_detail .txt .jirei_num{
    font-size: 1rem;
}
.jirei_box .jirei_detail .txt .jirei_num span{
    font-size: 1.5rem;
    font-weight: bold;
}
.jirei_box .jirei_detail .txt p.jirei_ttl{
        font-size: 1.6rem;
        padding: 8px 0;
        font-weight: bold;
        line-height: 1.4;
}
.jirei_box .jirei_detail .txt p.jirei_name{
    font-size: 1.4rem;
    margin-top: 8px;
}
.jirei_box .jirei_detail:nth-child(2),
.jirei_box .jirei_detail:nth-child(3){
        display: grid;
        grid-template-columns: 262px auto;
}
.jirei_box .jirei_detail .txt{
     position: relative;
}
.jirei_box .jirei_detail .txt a{
        position: absolute;
        right: 16px;
        bottom: 16px;
}
.jirei_box .jirei_detail:nth-child(1) .txt a{
    bottom: 0;
}
.grid_box.column5.jirei{
    border-radius: 8px;
    overflow: hidden;
}
.grid_box.column5.jirei .grid{
        padding: 0;
        padding-bottom: 32px;
    position: relative;
} 
.grid_box.column5.jirei .grid picture{
    padding: 0;
    max-width: 100%;
    max-height: 180px;
    height: 180px;
    overflow: hidden;
}
.grid_box.column5.jirei .grid .txt{
    padding: 16px;
    font-size: 1.4rem;

}
.grid_box.column5.jirei .grid .txt .jirei_ttl{
    padding: 1em 0;
}
.grid_box p.small{
    font-size: .8em;
    margin: 4px 0;
}
ul.over_img_box li{
    position: relative;
}
ul.over_img_box li img.over_img{
        position: absolute;
        z-index: 1;
        left: -1px;
        bottom: 10px;
            width: calc(100% - 108px);
}
.chart_list.chart_02 li .graf_box{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.chart_list.chart_02 li .bg_box{
    width: calc(100% - 130px);
    display: block;
    background-color: transparent;
}
.chart_list.chart_02 li .listnum{
    width: 100px;
}
.chart_list.chart_02 li .graf_box .graf_bg{
        height: 62px;
        position: relative;
        background-color: #a2c8f5;
}
.chart_list.chart_02 li .listnum{
    line-height: 62px;
}
.chart_list.chart_02 li .graf_box .graf_bg:after{
    content: "";
      width: 0;
  height: 0;
  border-style: solid;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 20px solid #a2c8f5;
  border-right: 0;
  display: inline-block;
position: absolute;
right: -19px;
}
.chart_list li{
    position: relative;
}
.chart_list li .list_label{
    font-size: 1.6rem;
    margin-bottom: 8px;
}
section.link{
background-color: #fff;
padding: 40px 16px;
border-radius: 8px;
}
section.link h2{
    margin-top: 0;
}
.search_area_box{
    position: relative;
    min-height: 122px;
    padding: 16px 0;
    margin-top: 24px;
}
.search_area_box .search_area{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    z-index: 4;
    background-color: #EFF5F8;
    height: fit-content;
}

.reforab_main .grid_box.column3.kuchikomi_list .grid{
        position: relative;
        padding-bottom: 32px;
}
.grid_box.column3.kuchikomi_list a.kuchikomi_link{
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.detail_content a{
    color: #0065D8;
    text-decoration: underline;
}
select {
   -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}
.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0065D8;
    border-bottom: 2px solid #0065D8;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
.user_report_ttl select{
        padding: 12px 18px 12px 8px;
}
.search_area.scroll_now{
     box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.reforab_main .grid_box.column3.kuchikomi_list > .grid{
    padding: 0;
}
.reforab_main .grid_box.column3.kuchikomi_list > .grid picture{
    width: 100%;
    position: relative;
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
}
.reforab_main .grid_box.column3.kuchikomi_list > .grid picture img{
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
        object-fit: cover;
}
.reforab_main .grid_box.column3.kuchikomi_list .kuchikomi_txt{
       padding: 0 16px 32px 16px;
}
.grid_box.column5.jirei.kuchikomi .grid .txt p{
    padding: 4px 0;
}
.grid_box.column5.jirei.kuchikomi .grid .txt .star{
    margin-bottom: 8px;
}
.slider.refolab_slider li a .tags li{
    font-size: 1.1rem;
}
/*****PC*****/
@media screen and (min-width: 1024px) {
    header{
        background-color: #fff;
        padding: 12px 0;
    }
header.refolab_header .inner,
header.refolab_header .heder_center{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header.refolab_header .heder_center{
    width: calc(100% - 350px);
}
header.refolab_header .heder_center ul{
    width: 100%;
    justify-content: right;
}
header.refolab_header .heder_center ul.lab_normal_link{
    margin-top: 16px;
}
header.refolab_header .heder_center{
    padding-top: 8px;
}
.refolab_top .inner{
    max-width: 1320px;
    margin: 0 auto;
}
header.refolab_header .header_right a{
    margin-top: -12px;
}
.slider.refolab_slider li .grid_box.column2{
    grid-template-columns: 1fr;
}
.reforab_main h2{
    font-size: 2.4rem;
}
.reforab_main .grid_box.column3{
    gap: 20px;
}
.reforab_main > .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
            align-items: flex-start;
            padding: 0;
}
.reforab_main .main_left{
    width: 70%;
            position: sticky;
        top: 0;
}
.reforab_main .main_right{
    width:28%;
    height: fit-content;
}
section.bnrs{
    margin: 80px 0;
}
section.bnrs a.bnr_btn{
    position: relative;
    transition: .3s;
}
section.bnrs a.bnr_btn:hover picture img{
        transform: none;
}
.main_right{
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
}
.new_articles h2{
    margin-top: 0;
}
.refolab_top a picture img,.reforab_main a picture img{
    transition: .3s;
}
.refolab_top a:hover picture img,.reforab_main a:hover picture img{
    transform: scale(1.1);
}
.reforab_main .new_articles .grid_box.column3 .grid:hover{
    box-shadow: 3px 3px 4px rgba(0,0,0,.1);
}

ul.refolab_pager li a:hover{
    border: 1px solid #0065D8;
    color: #0065D8;
}
ul.refolab_pager li.prev a:hover{
    transform: translateX(-5px);
    text-decoration: none;
    color: #fff;
}
ul.refolab_pager li.next a:hover{
    transform: translateX(5px);
    text-decoration: none;
    color: #fff;
}
.bnrs a{
    transition: .3s;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.bnrs a:hover{
    background-size: auto 110%;
}
.side_box h4 a:hover:after{
        margin-left: 8px;
}
.side_box .data_link:hover > div:after{
    right: 4px;
}
.reforab_main .link_wrap a:hover picture img,
.refolab_top .header_right a:hover picture img{
    transform: none;
}
.refolab_top .header_right a:hover picture:after{
    display: none;
}
.reforab_main .side_box .tags li:hover{
    background-color: #c8e6f7;
    color: #111;
}
.refolab_top .header_right a:hover{
padding-top: 26px;
}
.reforab_main .main_right{
            height: fit-content;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        margin-bottom: 80px;
}
header.refolab_header .heder_center ul.lab_normal_link li a:hover{
    text-decoration: underline;
}
header.refolab_header .heder_center ul.btn_link li:nth-child(1) a:hover{
    color: #33A976;
    background-color: #fff;
    background: #fff;
}
.reforab_main a:hover picture:after{
    background-color: rgba(255,255,255,.3);
}
footer .inner div a:hover{
    text-decoration: none;
}
.detail_inner{
    padding: 40px 24px;
    margin-bottom: 56px;
}
.ttl_area{
    margin: 48px 0;
}
main.reforab_main.pages{

}
.content_list ul li a:hover{
    text-decoration: none;
}
.report_box_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}

.chart-container{
    width: 100%!important;
}
.bottom_join .grid_box.column2{
    grid-template-columns: 650px auto;
    grid-column-gap: 32px;
}
.report_box{
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.report_box_list.column1{
    grid-template-columns: 1fr;
    position: relative;
}
.report_box_list.column1 .manzokudo_txt{
    position: absolute;
    width: 90%;
    height: 70%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    margin: auto;

}
.grid_box.column3.kuchikomi_list a.kuchikomi_link:hover img{
    transform: translateX(5px);
}
.grid_box.column5{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
section.bnrs.user_report_bnr{
    margin-top: 0;
}
section.bnrs.user_report_bnr a.bnr_btn{
        width: 980px;
        margin: 0 auto;

}
.jirei_box .jirei_detail:nth-child(1){
    grid-column: 1 / 2;
    grid-row:1 / 3;
}
.grid_box.column2.left_big,
.grid_box.column2.right_big,
.grid_box.column4{
    margin-bottom: 40px;
}
.grid_box.column2.left_big{
    grid-template-columns: 40% auto;
    gap: 16px;
}
.grid_box.column2.right_big{
    grid-template-columns: auto 40%;
    gap: 16px;
}
.grid_box.column2.left_big p:nth-child(1),
.grid_box.column2.right_big p:nth-child(1){
    margin-top: 0;
}
.grid_box.column4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}
.grid_box .grid iframe{
        max-height: 260px;
}
.user_report_ttl .inner{
            max-width: 980px;
}
.nodata{
    margin-bottom:16px;
}
.link_wrap .link img{
        max-height: 54px;
    width: auto;
}
.splide__slide a{
transform: scale(0.9);
}
.splide__slide.is-active.is-visible a{
    transform: scale(1.1);
}
.slider.refolab_slider li{
    padding: 0 20px;
}
.user_report_ttl .inner{
    width: 1200px;
    max-width: 100%;
}
.user_report_ttl .inner .column2{
        grid-template-columns: 500px auto;
}
.user_report_ttl .inner .column2 .grid:nth-child(1){
    padding-left: 115px;
}
.user_report_ttl p{
    font-size: 1.6rem;
}
.user_report_ttl .grid:nth-child(2) picture img{
    margin-left: auto;
}
main.reforab_main {
    padding-top: 40px;
}
.slider.refolab_slider li a .day{
    text-align: right;
}
.slider.refolab_slider li a .day span + span{
    margin-left: 1em;
}
.splide__slide a:hover picture img{
    transform: scale(1);
}
.grid_box.column5.jirei.kuchikomi .grid .txt p{
    font-size: 1.2rem;
}
.grid_box.column5.jirei.kuchikomi .grid .txt p.small,
.open_box .grid_box.column5 .grid p.jirei_count{
font-size: 1rem;
}
.grid_box.column5.jirei .grid .txt .jirei_ttl{
    padding-bottom: 0;
}
.grid_box.column5.jirei.kuchikomi .grid .txt{
    padding-bottom: 8px;
}
.grid_box.column5.jirei .grid .txt{
    padding-bottom: 0;
}
.jirei_box .jirei_detail .txt p.jirei_name{
    padding: 0;
}
.jirei_box .jirei_detail .txt p.jirei_comment{
        padding: 0 0 40px 0;
}
section.report_box h2 img{
    padding-bottom: 0;
}
.user_report_ttl select#year{
    width: 200px;
}
.select_wrapper::after{
    right: 12px;
}
#semminer_float{
    display: none;
}
}


@media screen and (max-width: 1023px) {


    .jirei_box .jirei_detail .txt p.jirei_name,
    .jirei_box .jirei_detail .txt p.jirei_comment{
        padding: 0;
    }
    .grid_box.column5.jirei .grid .txt .jirei_ttl{
        padding: 1em 0 0 0;
        line-height: 1.3em;
    }
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.pro_sp_nav_btn{
    width: 32px;
    height: 32px;
    background-color: #0065D8;
    border-radius: 16px;
    position: relative;
}
.refolab_header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header_left{
    max-width: calc(100% - 40px);
}

.pro_sp_nav_btn span{
    width: 16px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}
.pro_sp_nav_btn span:before,
.pro_sp_nav_btn span:after{
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: .3s;
}
.pro_sp_nav_btn span:before{
    top: -5px;
}
.pro_sp_nav_btn span:after{
    top: 5px;
}

.pro_sp_nav_btn.check span:before{
    transform: rotate(45deg);
    top: 0;
}
.pro_sp_nav_btn.check span:after{
    transform: rotate(-45deg);
    top: 0;
}
.pro_sp_nav_btn.check span{
    background-color: #0065D8;
}
.btn_link.opennow{
    display: block;
        background-color: #fff;
        position: absolute;
        width: 100%;
        left: 0;
                top: 0;
        padding: 16px 8px;
}
.refolab_header{
    position: relative;
    z-index: 5;
    background-color: #fff;
    padding: 16px 0 0!important;
}
.heder_center{
    display: block;
    width: 100%;
    overflow: scroll;
    padding: 16px;
}
header.refolab_header .heder_center ul.btn_link{
    display: none;
}
header.refolab_header .heder_center ul.btn_link.opennow{
    display: block;
    background-color: #fff;
    z-index: 3;
    padding-top: 50px;
}
.pro_sp_nav_btn.check{
    z-index: 5;
}
header.refolab_header .heder_center ul.lab_normal_link{
display: flex;
width: fit-content;
max-width: none;
min-width: 500px;
}
header.refolab_header .heder_center ul.lab_normal_link li{
    padding: 8px 0;
}
header.refolab_header .heder_center ul.lab_normal_link li a{
    color: #0065D8;
    font-size: 1.3rem;
}
header.refolab_header .heder_center ul.lab_normal_link li a:after{
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #0065D8;
    margin-bottom: 4px;
}
header.refolab_header .heder_center ul.btn_link{
    margin-left: 0;
    margin-top: 16px;
}
header.refolab_header .heder_center ul.btn_link li a{
    font-size: 1.8rem;
    display: block;
    padding: 8px 0;
    text-align: center;
}
header.refolab_header .heder_center ul.btn_link li + li{
    margin-top: 16px;
}

main.reforab_main{
    padding-top: 0;
}
.refolab_top{
    padding: 16px;
}
.new_articles{
    padding: 20px;
}
.new_articles .grid_box.column3{
    grid-template-columns: 1fr;
}
.new_articles .grid_box.column3 .grid a{
    display: flex;
    flex-wrap: wrap;
    padding: 8px 8px 70px 8px;
    position: relative;
    justify-content: space-between;
}
.new_articles .grid_box.column3 .grid a picture{
width: 105px!important;
height: 61px!important;
border-radius: 4px;
}
.reforab_main .grid_box.column3 .grid a > div{
width: calc(100% - 115px);
padding: 0;
}
.reforab_main .grid_box.column3 .grid a > div p.day{
    font-size: 1.2rem;
}
.reforab_main .grid_box.column3 .grid a > div ul.tags li{
    font-size: 1.4rem;
}
.reforab_main .grid_box.column3 .grid a > div p.ttl{
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: calc(100% - 16px);
    font-size: 1.8rem;
    line-height: 1.6;
}
.reforab_main h2 img, .reforab_main h3 img{
    max-height: 26px;
}
ul.refolab_pager{
    justify-content: center;
    max-width: 100%;
}
ul.refolab_pager li{
    max-width: 12%;
}
ul.refolab_pager li.prev a, ul.refolab_pager li.next a{
    width: 24px;
    height: 24px;
    font-size: 2.2rem;
    line-height: 24px;
}
.link_wrap{
        gap: 32px 40px;
            justify-content: space-around;
}
.link_wrap .link,.link_wrap .link img{
    max-height: 36px;
            max-width: 100px;
        width: auto;
        height: auto;
}
 .reforab_main .main_right{
    box-shadow: none;
    background-color: #fff;
    padding:40px 16px;
 }
 main.reforab_main > .inner{
    padding: 0;
 }
section.bnrs a.bnr_btn{
    position: relative;
}
.bnrs.sp{
    margin-bottom: 40px;
}
.bnrs.sp,.link.sp{
    padding: 0 16px;
}
footer .inner{
    flex-wrap: wrap;
}
footer .inner > a{
    display: block;
    margin: 16px auto;
}
footer .inner div a{
    font-size: 1.1rem;
}
footer .inner div a + a{
    margin-left: 16px;
}
.detail_inner{
    border-radius: 0;
    padding: 40px 16px;
}
.ttl_area p.ttl_day{
    font-size: 1.2rem;
    padding-bottom: 4px;
}
.ttl_area h1{
    font-size: 2rem;
}
.content_list{
    padding: 16px;
}
.content_list p.contlist_ttl{
    font-size: 1.8rem;
    padding: 8px 0;
}
.content_list p.contlist_ttl img{
    width: 20px;
}
.content_list ul > li{
    padding: 8px 0;
}
.content_list ul li .open_btn{
    top: 16px;
    padding: 0 16px;
}
.content_list ul li li{
    padding-left: 0;
}
.detail_content h2{
    font-size: 2rem;
    margin: 32px 0;
}
.detail_content h3{
    font-size: 1.8rem;
    margin: 16px 0;
    padding: 16px 0;
}
.pages section.bnrs{
    padding: 20px;
}
.pages section.bnrs a.bnr_btn + a{
    margin-top: 16px;
}
.bottom_join{
    padding: 24px 16px;
}
.bottom_join .inner{
    padding: 16px;
}
.bottom_join h3{
    font-size: 2rem;
    margin-bottom: .5em;
}
.bottom_join p{
    font-size: 1.5rem;
    padding: .5em 0;
}
.bottom_join .grid picture{
    max-width: 260px;
    margin: 0 auto;
}
.bottom_join a{
    font-size: 1.4rem;
    padding: 16px 0;
}
.side_sp_accordion{
    display: none;
    height: 0;
    overflow: hidden;
    transition: .3s;
}
.side_sp_accordion.opennow{
    display: block;
    height: fit-content;
}
h3.side_sp_click{
    position: relative;
}
h3.side_sp_click:before,
h3.side_sp_click:after{
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background-color: #090909;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}
h3.side_sp_click:after{
    transform: rotate(90deg);
}
h3.side_sp_click.btn_opennow:after{
    transform: rotate(0);
}
#sp_bottom_float{
    background-color: #fff;
    display: flex;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
            position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
}
#sp_bottom_float a{
    width: calc(50%);
    height: 56px;
    display: block;
    text-align: center;
}
#sp_bottom_float a + a{
    border-left: 1px solid #A6A6A6;
}
#sp_bottom_float a img{
    display: block;
    margin: auto;
    padding-top: 16px;
}
header.refolab_header .heder_center ul{
    display: block;
}
.splide__slide.is-active.is-visible{
    transform: scale(1);
}

.slider.refolab_slider li{
    margin-bottom: 0;
}
.splide__pagination{
    margin-top: 8px;
}
button{
    -webkit-appearance: none;
}
button.splide__pagination__page{
    background-color: transparent;
    position: relative;
}
button.splide__pagination__page:before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    border: none;
    margin: 0 8px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #ccc;
}
button.splide__pagination__page.is-active{
    background-color: transparent;
}
button.splide__pagination__page.is-active:before{
    background-color: #0065D8;
}
button.splide__pagination__page{
/*    width: 12px!important;
    transform: scale(.5,1.1);*/
}

.slider.refolab_slider{
    padding:40px 0 0;
}
.user_report_ttl h1{
    font-size: 2.2rem;
    margin-top: 1em;
}
.user_report_ttl h1 img{
    width: 30px;
}
.user_report_ttl p.ttl_sub{
    font-size: 1.6rem;
    padding: 1em 0 0 0;
}
.search_area{
    display: flex;
    flex-wrap: wrap;
}
.user_report_ttl .search_area > div + div{
    margin-left: 0;
    margin-top: 24px;
}
.user_report_ttl #now_area{
    line-height: 1.3em;
}
.report_box_list .list_box + .list_box{
    margin-top: 24px;
}
.report_box_list .list_box h3{
    font-size: 1.8rem;
}
.manzokudo_txt{
    display: flex;
    justify-content: space-between;
}
.report_box_list.column1 .manzokudo_txt h4{
    font-size: 1.4rem;
}
.kuchikomi_rank, .jirei_box .jirei_detail .jirei_rank{
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
    line-height: 32px;
}

.grid_box.column3.kuchikomi_list > .grid{
    padding: 0;
}
.grid_box.column3.kuchikomi_list .grid .grid_box{
    grid-template-columns: auto;
    padding-top: 0;
}
.grid_box.column3.kuchikomi_list .grid .grid_box picture,
.jirei_box .jirei_detail picture{
    height: 200px;
        position: relative;
    width: 100%;
}
.jirei_box .jirei_detail:nth-child(1) picture,
.jirei_box .jirei_detail:nth-child(2) picture, .jirei_box .jirei_detail:nth-child(3) picture{
    /*height: 200px;*/
    aspect-ratio: 16 / 9;
    height: auto;
}
.reforab_main .grid_box.column3.kuchikomi_list > .grid picture{
aspect-ratio: 16 / 9;
}
.grid_box.column3.kuchikomi_list .grid .grid_box picture img,
.open_box .grid_box.column5 .grid .grid_box.column2 picture img,
.jirei_box .jirei_detail picture img{
        max-width: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.grid_box.column3.kuchikomi_list p.show_count{
    padding: 4px 16px 0 0;
}
.grid_box.column3.kuchikomi_list .grid .grid_box p{
    margin: 0;
    padding: 0;
}
.reforab_main .grid_box.column3.kuchikomi_list .grid_box.column2 .grid:nth-child(2){
    padding: 0 16px 0 16px;
}
.grid_box.column3.kuchikomi_list .grid .grid_box p.name{
    margin-top: 8px;
    font-size: 1.4rem;
}
.grid_box.column3.kuchikomi_list p.comment,
.grid_box.column3.kuchikomi_list p.tatemono,
.grid_box.column3.kuchikomi_list h4{
    padding: 0;
}
.grid_box.column3.kuchikomi_list ul.tags{
    padding: 8px;
}
.grid_box.column3.kuchikomi_list a.kuchikomi_link{
   padding: 8px 16px;
    max-width: 100%;
}
.grid_box.column5{
    grid-template-columns: 1fr 1fr;
}
.open_box .grid_box.column5 .grid > p{
    padding: 0;
}
.open_box .grid_box.column5 .grid .grid_box.column2{
    grid-template-columns: 1fr;
}
.open_box .grid_box.column5 .grid .grid_box.column2 picture,
.grid_box.column5.jirei .grid picture{
    width: 100%;
    aspect-ratio: 1 / 1;
}
.open_box .grid_box.column5 .grid .star p{
    padding: 0;
}
.jirei_box{
    grid-template-columns: 1fr;
}
.jirei_box .jirei_detail .txt .jirei_num{
    padding: 0;
}

.jirei_box .jirei_detail .txt p.jirei_ttl{
    font-size: 1.4rem;
}
.jirei_box .jirei_detail:nth-child(1) .txt a{
    bottom: 0;
}
.jirei_box .jirei_detail:nth-child(2), .jirei_box .jirei_detail:nth-child(3){
    grid-template-columns: 1fr;
}
.open_box .grid_box.column5 > .grid{
    position: relative;
}
.open_box .grid_box.column5 .grid .grid_box.column2 picture{
    width: calc(100% + 32px);
    margin-left: -16px;
            margin-top: -24px;
}
.open_box .grid_box.column5 .grid > p.show_count{
    position: absolute;
    top: 88px;
    right: 16px;
}
.open_box .grid_box.column5 .grid .grid_box .grid:nth-child(2){
    padding-top: 24px;
}
.open_box .grid_box.column5 .grid p{
    padding: 0;
    font-size: 1.3rem;
}
.grid_box.column5.jirei{
    border-radius: 0;
}
.grid_box.column2.sp_column1,
.grid_box.column4.sp_column2{
    gap: 8px;
    margin-bottom: 32px;
}
.grid_box.column2.sp_column1 p.small,
.grid_box.column4.sp_column2 p.small{
        padding: 0;
}
.grid_box.column2.sp_column1 p:nth-child(1){
    margin-top: 0;
    padding-top: 0;
}
.grid_box.column2.right_big.sp_column1 .grid:nth-child(1){
    order: 2;
}
.grid_box.column2.right_big.sp_column1 .grid:nth-child(2){
    order: 1;
}
.grid_box .grid iframe{
        max-height: 240px;
}
.chart_list li{
    justify-content: left;
}
.chart_list li .bg_box{
    width: 200px;
}
ul.over_img_box li img.over_img{
    width: 202px;
}
ul.over_img_box.chart_list li .graf_bg{
    height: 22px;
}
.chart_list.chart_02 li .list_label{
        max-width: calc(100% - 120px);
        top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    }
.chart_list li .num{
            font-size: 3rem;
    font-weight: bold;
    }
.side_box .data_link div p.side_ttl{
    padding: 0;
}
.nodata{
    margin-bottom: 24px;
}
.search_area_box .search_area{
    display: flex;
    flex-wrap: nowrap;

}
.search_area_box .search_area.scroll_now{
    padding: 16px;
}
.user_report_ttl #now_area{
        margin-right: 0 !important;
}

.user_report_ttl #now_area{
    line-height: 1.6em;
}
.user_report_ttl #now_area, .user_report_ttl p#now_time, .user_report_ttl select{
    font-size: 1.2rem;
    padding: 8px;
}
.user_report_ttl select{
    line-height: 1.65em;
    color: #131313;
}

.open_box .grid_box.column5 > .grid{
    position: relative;
        padding-bottom: 40px;
}
.chart_list li{
        justify-content:space-between;
}
header.refolab_header .heder_center{
    position: static;
}
.nav_child{
        width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}
.user_report_ttl select{
        padding: 11px 15px 10px 4px;
}
.select_wrapper::after{
    bottom: 3px;
}
.user_report_ttl .search_area p{
    padding: 0;
    margin: 8px 4px;
}
.search_area_box .search_area div + div{
    margin-top: 0;
}
.user_report_ttl .search_area > div:last-child{
    margin-left: 16px;
}
.user_report_ttl #now_area{
        line-height: 1.5em !important;
        padding: 2px;
}
.slider.refolab_slider li .grid p.ttl{
    font-size: 1.3rem;
}
.slider.refolab_slider li .grid p.day{
    font-size: 1.1rem;
    text-align: right;
}
.splide .splide__slide{
    min-height: none;
}
.splide__slide{
    padding: 0 10px!important;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon{
    top: 50px!important;
}
section.report_box h2 img{
    padding-bottom: 0;
    padding-top: 4px;
}
.jirei_box .jirei_detail .txt{
    padding-bottom: 50px;
}
.jirei_box .jirei_detail .txt a{
        bottom: 8px;
}
#sp_bottom_float{
    display: none;
}
}

@media all and (min-width: 1140px) and (max-width: 1200px) { 
    .user_report_ttl .inner .column2 .grid:nth-child(1){
        padding-left:16px;
    }
}

@media all and (min-width: 768px) and (max-width: 1140px) { 
    .slider.refolab_slider li .grid_box.column2{
            grid-template-columns: 1fr;
            grid-row-gap: 0;
            grid-column-gap: 0;
    }
    .slider.refolab_slider li .grid p.day,
    .slider.refolab_slider li .grid p.ttl{
        padding: 0;
    }
    header.refolab_header .inner,
header.refolab_header .heder_center{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.refolab_top .inner{
    max-width: 96%;
    margin: 0 auto;
}
header.refolab_header .header_right a{
    margin-top: -12px;
}
header.refolab_header .heder_center{
    display: block;
}
header.refolab_header .heder_center ul{
    width: fit-content;
    margin: 0 0 0 auto;
}
header.refolab_header .heder_center ul.btn_link{
    margin-left: 0;
    margin-top: 16px;
}
    .report_box_list{
        display: flex;
        flex-wrap: wrap;
            gap: 4%;
    }
    .report_box_list .list_box{
        width: 48%;
        margin-bottom: 24px;
    }
    .report_box_list .list_box + .list_box{
        margin-top: 0;
    }
    .report_box_list.column1 .list_box{
        width: 100%;
        position: relative;
    }
    .manzokudo_txt{
        position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    height: fit-content;
    }
    .user_report_ttl .search_area > div + div{
        margin-top: 0;
        margin-left: 24px;
    }

    .grid_box.column5{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 16px;
    }
    .jirei_box .jirei_detail .txt a{
        position: relative;
        right: 0;
        bottom: 0;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) { 
.grid_box.column3.kuchikomi_list,
    .jirei_box{
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows:auto;
    }
    header.refolab_header .heder_center ul{
        display: flex;
    }
    .nav_child{
        width: fit-content;
    }
    header.refolab_header .heder_center ul.lab_normal_link{
        margin-left: auto;
    margin-right: auto;
    justify-content: center;
    }

}
@media screen and (max-width: 767px) {
        .nav_child ul{
    display: none!important;
}
.nav_child.show_now ul{
    display: block!important;
}
    .slider.refolab_slider .grid_box.column2{
        display: block;
    }
    .slider.refolab_slider li{
        margin-bottom: 24px;
    }
    .slider.refolab_slider li .grid picture{
        aspect-ratio: 16 / 8;
        border-radius: 8px 8px 0 0;
    }
    .slider.refolab_slider li .grid:nth-child(2){
        padding: 8px;
    }
    .slider.refolab_slider li .grid p{
        padding: 0;
    }
    .slider.refolab_slider li .grid p.day{
        font-size: 1.2rem;
    }
    .slider.refolab_slider li .grid p.ttl{
        font-size: 1.5rem;
    }
    .slider.refolab_slider li a .tags li{
        margin-bottom: 8px;
    }
    .reforab_main .grid_box.column3 .grid a p.ttl,
    .reforab_main .grid_box.column3 .grid a p{
        padding: 0!important;
    }
    .grid_box.column5,.grid_box.column5.jirei{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        width: auto;
        max-width: none;
        overflow: scroll;
        border-radius: 8px;
    }
    .grid_box.column5 > .grid{
        min-width: 180px;
        overflow: hidden;
    }

}

@media screen and (max-width: 362px) {
    .chart_list li .bg_box{
        width: 150px;
    }
    ul.over_img_box li img.over_img{
        width: 152px;
    }
    ul.over_img_box.chart_list li .graf_bg{
        height: 25px;
    }
}