@charset "UTF-8";
.mainsec_wrap {
    padding: 70px 0 60px 0;
}
.mainsec_wrap.is-bg01 {
    background: #FFE036;
}
.mainsec_wrap.is-bg02 {
    background: #FFFBE1;
}
.category_list {
    margin: 40px 0 0 0;
}
.categoryBox_wrap {
    width: 224px;
}
.categoryBox_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.categoryBox_wrap dl {
    position: relative;
    padding: 0 0 100px 0;
}
.categoryBox_wrap dl:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.categoryBox_wrap.is-ver1 dl:before {
    width: 61px;
    height: 60px;
    bottom: 12px;
    background: url('../svg/category_logo01.svg') no-repeat 0 0;
    background-size: 100% auto;
}
.categoryBox_wrap.is-ver2 dl:before {
    width: 52px;
    height: 64px;
    bottom: 10px;
    background: url('../svg/category_logo02.svg') no-repeat 0 0;
    background-size: 100% auto;
}
.categoryBox_wrap.is-ver3 dl:before {
    width: 67px;
    height: 60px;
    bottom: 12px;
    background: url('../svg/category_logo03.svg') no-repeat 0 0;
    background-size: 100% auto;
}
.categoryBox_wrap.is-ver4 dl:before {
    width: 69px;
    height: 41px;
    bottom: 22px;
    background: url('../svg/category_logo04.svg') no-repeat 0 0;
    background-size: 100% auto;
}
.categoryBox_wrap.is-ver5 dl:before {
    width: 60px;
    height: 55px;
    bottom: 15px;
    background: url('../svg/category_logo05.svg') no-repeat 0 0;
    background-size: 100% auto;
}
.categoryBox_wrap dl dt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.categoryBox_wrap dl dd {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin: 10px 0 0 0;
}
.search_in {
    margin: 40px 0 0 0;
}
.search_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
    gap: 20px;
}
.searchDtl_wrap {
    width: 224px;
}
.searchDtl_wrap a {
    display: block;
    border-radius: 6px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    background: #fff;
    height: 100%;
}
.searchDtl_img {
    position: relative;
    height: 138px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.searchDtl_wrap.is-new .searchDtl_img:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/pop_new2.png") no-repeat 0 0;
}
.searchDtl_wrap.is-sale .searchDtl_img:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/pop_sale.png") no-repeat 0 0;
}
.searchDtl_wrap.comment .searchDtl_img:after {
    content: "";
    position: absolute;
    display: block;
    width: 93px;
    height: 22px;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: url("../img/pop_comment.png") no-repeat 0 0/100% auto;
}
.searchDtl_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 6px 6px 0 0;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.searchDtl_txt {
    padding: 15px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.searchDtl_txt .name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
.searchDtl_txt .price {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.searchDtl_txt .place {
    font-size: 12px;
}
.workbook_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    */
    margin: 40px 0 0 0;
}
.workbook_in {
    margin: 40px 0 0 0;
    margin-right: 24px;
    width: 282px;
}
.workbook_in:nth-child(4n) {
    margin-right: 0;
}
.workbook_img {
    margin: 0 0 15px 0;
}
.workbook_img a {
    display: block;
    padding: 5px;
    border-radius: 6px;
}
.workbook_in.is-ver1 .workbook_img a {
    background: #FFE036;
}
.workbook_in.is-ver2 .workbook_img a {
    background: #98DFEB;
}
.workbook_in.is-ver3 .workbook_img a {
    background: #A9F0D7;
}
.workbook_in.is-ver4 .workbook_img a {
    background: #FFB7D0;
}
.workbook-img {
    border: 1px solid #fff;
    width: 100%;
    height: 199px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}
.workbook-img img {
    height: 143px;
    width: auto;
}
.wb-txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.wb-subtxt {
    text-align: left;
    margin: 15px 0 0 0;
}
.wb-subtxt span {
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 4px;
}
.workbook_in.is-ver1 .wb-subtxt span {
    background: #FFE036;
}
.workbook_in.is-ver2 .wb-subtxt span {
    background: #98DFEB;
}
.workbook_in.is-ver3 .wb-subtxt span {
    background: #A9F0D7;
}
.workbook_in.is-ver4 .wb-subtxt span {
    background: #FFB7D0;
}
.newarticles_wrap {
    margin: 40px 0 0 0;
}
.article_list.is-ver2 .article_in {
    display: block;
    width: 282px;
    padding: 0;
    margin: 40px 24px 0 0;
}
.article_list.is-ver2 .article_in:nth-child(-n+4) {
    margin: 0 24px 0 0;
}
.article_list.is-ver2 .article_in:nth-child(4n) {
    margin: 40px 0 0 0;
}
.article_list.is-ver2 .article_in:nth-child(4) {
    margin: 0;
}
.article_list.is-ver2 .article_in.is-pop01:before,
.article_list.is-ver2 .article_in.is-pop02:before {
    left: 20px;
}
.article_list.is-ver2 .article_in a {
    display: block;
}
.article_list.is-ver2 .article_img {
    width: 100%;
    height: 212px;
    padding: 0;
}
.article_list.is-ver2 .article_dtl {
    width: 100%;
    margin: 15px 0 0 0;
}
.article_list.is-ver2 .article_dtl .txt {
    font-size: 16px;
}
.article_list.is-ver2 .article_dtl .category li {
    margin: 15px 10px 0 0;
}
.document_wrap {
    padding: 0 0 60px 0;
}
.document_in {
    height: 548px;
    background: url("../img/document_bg01.jpg") no-repeat center center / cover;
}
.document_ttl {
    padding: 30px 0 0 0;
}
.document_img {
    width: 50%;
    text-align: center;
}
.document_txt {
    padding: 50px 0 0 0;
}
.document_txt .sub-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px 0;
}
.document_txt .ttl {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 0 45px;
}
.document_txt .ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 0;
    margin-top: -18px;
    z-index: 10;
    background: url("../svg/icn_download_blk.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.document_txt .txt {
    font-size: 16px;
    line-height: 2;
    margin: 25px 0 0 0;
}
.document_list {
    margin: -140px 0 0 0;
}
.document_list ul li {
    width: 282px;
    margin: 0 24px 0 0;
    border-radius: 6px;
}
.document_list ul li:last-child {
    margin: 0;
}
.document_list ul li a {
    display: block;
    padding: 10px 10px 20px 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    box-sizing: border-box;
}
.document_list ul li a .dl_img {
    position: relative;
    width: 262px;
    height: 185px;
    margin: 0 0 15px 0;
    overflow: hidden;
    background: #ededed;
}
.document_list ul li a .dl_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.document_list ul li a .dl-txt {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 0 10px;
}
.siteinfo_wrap {
    padding: 60px 0;
    background: #F5F5F5;
}
.siteinfo_in {
    margin: 0 0 50px 0;
}
.sitenews_wrap {
    margin: 0 60px 0 0;
    position: relative;
}
.sitenews-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0 25px 0;
}
.sitenews-btn {
    position: absolute;
    top: 24px;
    right: 0;
}
.sitenews-btn a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-left: 16px;
    background: url(/cmn/svg/arw_black_right.svg) no-repeat left center;
    background-size: 8px auto;
    text-decoration: underline;
}
.sitenews_list {
    width: 570px;
    padding: 40px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}
.sitenews_list dl {
    margin: 0 0 20px 0;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #E5E5E5;
}
.sitenews_list dl:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.sitenews_list dl dt {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.sitenews_list dl dd {
    font-size: 16px;
}
.sitebnr_in {
    margin: 0 0 20px 0;
}
.sitebnr_in:last-child {
    margin: 0;
}
.sitebnr_in a {
    display: block;
}
.keyword-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.keyword_list ul {
    margin: 20px 0 0 0;
}
.keyword_list ul li {
    float: left;
    margin: 10px 10px 0 0;
}
.keyword_list ul li a {
    font-size: 14px;
    line-height: 1;
    padding: 8px 12px;
    background: #fff;
    border-radius: 15px;
    display: block;
}
.popup_wrap {
    display: none;
}
.popup_wrap.active {
    display: block;
}
.popup_in {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.popup_bg {
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.popup_cls {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    z-index: 99;
    padding: 0;
    cursor: pointer;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup_cls span {
    position: relative;
    margin: 0;
    transform: rotate(45deg);
}
.popup_cls span,
.popup_cls span:before,
.popup_cls span:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #222222;
}
.popup_cls span:before,
.popup_cls span:after {
    position: absolute;
    content: "";
}
.popup_cls span:before {
    top: -15px;
}
.popup_cls span:after {
    top: 15px;
}
.popup_cls span:after {
    transform: translate(0px, -15px) rotate(-90deg);
}
.popup_cls span:before {
    transform: translate(0px, 15px) rotate(-90deg);
}
.popup_main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    width: 60%;
    max-width: 400px;
    padding: 50px;
    border-radius: 6px;
    box-sizing: border-box;
}
.popBox_wrap .txt {
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.popBox_wrap .popBox_btn {
    width: 100%;
}
.popBox_wrap .popBox_btn.is-ver2 {
    margin: 20px auto 0 auto;
}
.topprfctsch_wrap {
    margin: 46px 0 30px;
}
.topintrdata_wrap {
    margin: 30px 0;
}
.searchDtl_txt .place {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 4px;
}
.searchDtl_txt .searchDtl_txtbox {
    background: #F5F5F5;
    padding: 10px;
    box-sizing: border-box;
}
.searchDtl_txt .searchDtl_txtbox .price,
.searchDtl_txt .searchDtl_txtbox .distance {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}
.searchDtl_txt .searchDtl_txtbox .price {
    margin-bottom: 4px;
}
.c-news_wrap {
    margin: 74px 0 46px;
}
@media (min-width: 768px) {
    .category_list {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .categoryBox_wrap {
        margin-left: 20px;
    }
    .categoryBox_wrap:first-child {
        margin-left: 0;
    }
    .categoryBox_wrap a:hover {
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
    }
    .searchDtl_wrap a:hover .searchDtl_img img {
        width: 110%;
        height: 110%;
    }
    .workbook_img a:hover {
        opacity: 0.8;
    }
    .document_ttl {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .document_list ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .document_list ul li a:hover .dl_img img {
        width: 110%;
        height: 110%;
    }
    .siteinfo_in {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .sitebnr_in a:hover {
        opacity: 0.8;
    }
    .sitenews_list dl dd a:hover {
        text-decoration: underline;
    }
    .keyword_list ul li a:hover {
        color: #fff;
        background: #333;
    }
    .sitenews-btn a:hover {
        text-decoration: none;
    }
    .article_list.is-ver2 .article_dtl .txt a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media only screen and (max-width: 767px) {
    .mainsec_wrap {
        padding: 50px 0 40px 0;
    }
    .category_list {
        margin: 25px 0 0 0;
    }
    .categoryBox_wrap {
        width: 100%;
        border-radius: 6px;
        margin: 0 0 5px 0;
    }
    .categoryBox_wrap:last-child {
        margin: 0;
    }
    .categoryBox_wrap a {
        padding: 10px 12px;
        height: 80px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .categoryBox_wrap dl {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 0 40px;
        box-sizing: border-box;
        width: 100%;
    }
    .categoryBox_wrap dl:before {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .categoryBox_wrap.is-ver1 dl:before {
        width: 26px;
        height: 26px;
    }
    .categoryBox_wrap.is-ver2 dl:before {
        width: 22px;
        height: 28px;
    }
    .categoryBox_wrap.is-ver3 dl:before {
        width: 28px;
        height: 26px;
    }
    .categoryBox_wrap.is-ver4 dl:before {
        width: 28px;
        height: 17px;
    }
    .categoryBox_wrap.is-ver5 dl:before {
        width: 26px;
        height: 25px;
    }
    .categoryBox_wrap.is-ver1 dl:before,
    .categoryBox_wrap.is-ver1 dl:before,
    .categoryBox_wrap.is-ver1 dl:before,
    .categoryBox_wrap.is-ver1 dl:before,
    .categoryBox_wrap.is-ver1 dl:before {
        bottom: inherit;
    }
    .categoryBox_wrap dl dt {
        /*width: 40%;*/
        width: 95px;
        font-size: 14px;
        text-align: left;
    }
    .categoryBox_wrap dl dd {
        /*width: 60%;*/
        width: -webkit-calc(100% - 95px);
        width: calc(100% - 95px);
        font-size: 10px;
        text-align: left;
        margin: 0 0 0 0;
    }
    .search_in {
        margin: 30px 0 0 0;
    }
    .searchDtl_wrap {
        width: calc(50% - 9.5px);
    }
    .searchDtl_wrap.is-new .searchDtl_img:before {
        width: 50px;
        height: 50px;
        background: url(../img/sp/pop_new.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    .searchDtl_wrap.is-sale .searchDtl_img:before {
        width: 50px;
        height: 50px;
        background: url(../img/sp/pop_sale.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    .searchDtl_img {
        height: 97px;
    }
    .searchDtl_img img {
        width: 100%;
    }
    .searchDtl_txt {
        padding: 10px;
    }
    .searchDtl_txt .name {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 5px 0;
    }
    .searchDtl_txt .price {
        font-size: 12px;
        margin: 0;
    }
    .workbook_wrap {
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 30px -20px 0 -20px;
        padding: 0 20px 0 20px;
        overflow: scroll;
    }
    .workbook_in {
        padding: 0 0 0 0;
        margin: 0;
        margin-right: 20px;
        width: 240px;
    }
    .workbook_img {
        margin: 0 0 12px 0;
    }
    .workbook_img a {
        padding: 3px;
    }
    .workbook-img {
        height: 174px;
        width: 234px;
    }
    .workbook-img img {
        height: 121px;
    }
    .wb-txt {
        font-size: 14px;
    }
    .wb-subtxt {
        margin: 10px 0 0 0;
    }
    .wb-subtxt span {
        padding: 2px 10px;
    }
    .newarticles_wrap {
        margin: 30px 0 0 0;
    }
    .article_list.is-ver2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .article_list.is-ver2 .article_in {
        width: 47.165%;
        margin: 20px 5.67% 0 0;
    }
    .article_list.is-ver2 .article_in:nth-child(-n+4),
    .article_list.is-ver2 .article_in:nth-child(4n),
    .article_list.is-ver2 .article_in:nth-child(4) {
        margin: 20px 5.67% 0 0;
    }
    .article_list.is-ver2 .article_in:nth-child(-n+2) {
        margin: 0 5.67% 0 0;
    }
    .article_list.is-ver2 .article_in:nth-child(2n) {
        margin: 20px 0 0 0;
    }
    .article_list.is-ver2 .article_in:nth-child(2) {
        margin: 0;
    }
    .article_list.is-ver2 .article_in.is-pop01:before,
    .article_list.is-ver2 .article_in.is-pop02:before {
        left: 10px;
    }
    .article_list.is-ver2 .article_img {
        height: 119px;
    }
    /*
    .article_list.is-ver2 .article_img img {
        width: 100%;
        height: auto;
    }
    */
    .article_list.is-ver2 .article_dtl {
        margin: 10px 0 0 0;
    }
    .article_list.is-ver2 .article_dtl .txt {
        font-size: 14px;
    }
    .article_list.is-ver2 .article_dtl .txt a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .article_list.is-ver2 .article_dtl .category li {
        margin: 10px 10px 0 0;
    }
    .document_wrap {
        padding: 0 0 40px 0;
    }
    .document_in {
        height: 594px;
        padding: 0 20px;
        background: #ffe037;
    }
    .document_ttl {
        padding: 40px 0 0 0;
    }
    .document_img {
        width: 100%;
        margin: 0 0 35px 0;
    }
    .document_img img {
        width: 100%;
        height: auto;
        max-width: 335px;
    }
    .document_txt {
        padding: 0 0 0 0;
    }
    .document_txt .sub-ttl {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .document_txt .ttl {
        font-size: 24px;
        padding: 0 0 0 40px;
    }
    .document_txt .ttl:before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .document_txt .txt {
        font-size: 14px;
        margin: 20px 0 0 0;
    }
    .document_list {
        margin: -50px 0 0 0;
    }
    .document_list ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .document_list ul li a {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        padding: 10px;
    }
    .document_list ul li a .dl_img {
        width: 120px;
        height: 84px;
        margin: 0 20px 0 0;
    }
    .document_list ul li a .dl-txt {
        width: calc(100% - 140px);
        font-size: 14px;
        line-height: 1.5;
        padding: 0;
    }
    .siteinfo_wrap {
        padding: 40px 0;
    }
    .sitenews_wrap {
        margin: 0 0 40px 0;
    }
    .sitenews-ttl {
        font-size: 24px;
    }
    .sitenews-btn {
        position: relative;
        top: auto;
        right: auto;
        text-align: right;
        padding-top: 20px;
    }
    .sitenews_list {
        width: 100%;
        padding: 20px;
    }
    .sitenews_list dl dt {
        font-size: 12px;
        font-weight: bold;
    }
    .sitenews_list dl dd {
        font-size: 14px;
        line-height: 1.5;
    }
    .sitebnr_in a img {
        width: 100%;
        height: auto;
    }
    .keyword-ttl {
        font-size: 24px;
    }
    .keyword_list ul {
        margin: 13px 0 0 0;
    }
    .keyword_list ul li {
        float: left;
    }
    .keyword_list ul li a {
        padding: 12px 12px;
        border-radius: 22px;
        font-size: 12px;
    }
    .popup_cls {
        padding: 18px;
    }
    .popup_main {
        overflow-y: scroll;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        padding: 35px;
    }
    .popBox_wrap .txt {
        font-size: 16px;
    }
    .popBox_wrap .popBox_btn.is-ver2 {
        margin: 20px 0 0 0;
    }
    .topprfctsch_wrap {
        margin: 40px 0 20px;
    }
    .topintrdata_wrap {
        margin: 20px 0;
    }
    .search_list {
        margin: 30px 0 0 0;
        gap: 20px 0;
        justify-content: space-between;
    }
    .searchDtl_txt .searchDtl_txtbox {
        padding: 5px;
    }
    .searchDtl_txt .searchDtl_txtbox .price,
    .searchDtl_txt .searchDtl_txtbox .distance {
        font-size: 10px;
    }
    .searchDtl_txt .searchDtl_txtbox .price {
        margin-bottom: 0;
    }
    .search_list .searchDtl_wrap:nth-child(n+11) {
        display: none;
    }
    .topnews_wrap {
        margin: 40px 0;
    }
}
@media only screen and (max-width: 374px) {
    /*
    .categoryBox_wrap dl {
        padding: 0 0 0 32px;
    }
    .categoryBox_wrap dl dt {
        width: 33%;
        font-size: 12px;
    }
    .categoryBox_wrap dl dd {
        width: 67%;
    }
    */
    .document_in {
        height: 534px;
    }
    .document_txt .sub-ttl {
        font-size: 15px;
    }
    .document_txt .ttl {
        font-size: 20px;
    }
    .topintrdataslide-txt {
        font-size: 13px;
    }
}
