@charset "UTF-8";
/*** ポップアップ検索 ***/
.c-srcPop_wrap{
    display: none;
    position: relative;
}
.c-srcPop_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #000;
    opacity: 0.5;
}
.c-srcPop_in{
    display: none;
    position: fixed;
    left: 50%;
    top: 20px;
    right: 0;
    margin: 0;
    z-index: 99999999;
    border-radius: 3px;
    width: 1100px;
    margin: 0 0 0 -550px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}
.c-srcPop_head {
    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;
    width: 100%;
    height: 64px;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    border-bottom: solid 3px #C81432;
}
.c-srcPop-ttl {
    text-align: left;
    font-size: 22px;
    color: #393939;
    line-height: 1;
    font-weight: bold;
}
.c-srcPop-close {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 0;
}
.c-srcPop-close a {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    padding: 64px 0 0 0;
    background: url(../svg/icn_close_blk.svg) no-repeat center center;
    background-size: 22px auto;
}
@media (min-width: 896px) {
    .c-srcPop-close a:hover {
        opacity: 0.7;
    }
}
@media (min-width: 896px) {
    .c-srcPop_ct {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 434px;
    }
    #popterms .c-srcPop_ct {
        height: 514px;
    }
}
.c-srcPop_tab {
    text-align: left;
    width: 40%;
    box-sizing: border-box;
    border-bottom: 1px solid #eef3f6;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #F8F8F8;
}
@media (min-width: 896px) {
    .c-srcPop_tab {
        flex-basis: 40%;
    }
}
@media (max-width: 896px) {
    .is-mix .c-srcPop_tab {
        display: none;
    }
}
.c-srcPop_tab li{
    padding: 17px 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
    text-align: left;
    cursor: pointer;
    position: relative;
    background: url(../svg/icn_arw_right.svg) no-repeat right 24px center;
    background-size: 4px auto;
}
@media (min-width: 896px) {
    .c-srcPop_tab li:hover{
        color: #C81432;
    }
}
.c-srcPop_dgr_btn .or,
.c-srcPop_tab li .or {
    background: #fff;
    border: 1px solid #C81432;
    color: #C81432;
    font-size: 10px;
    border-radius: 2px;
    line-height: 1;
    padding: 2px 3px;
    position: absolute;
    top: 50%;
    right: 8px;
    margin: -8px 0 0 0;
}
.c-searchTab-tab a,
.c-searchTab-tab2 a {
    position: relative;
    max-width: 240px;
}
.c-searchTab-tab .or,
.c-searchTab-tab2 .or {
    background: #fff;
    border: 1px solid #C81432;
    color: #C81432;
    font-size: 10px;
    border-radius: 2px;
    line-height: 1;
    padding: 2px 3px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin: -8px 0 0 0;
}
.c-srcPop_tab li.is-all,
.c-srcPop_tab li.is-all2{
    font-size: 16px;
    margin: 0 0 30px 0;
}
.c-srcPop_tab ul li:last-child {
    border-bottom: 1px solid #eef3f6;
}
.c-srcPop_tab li.select{
    color: #C81432;
}
.c-srcPop_cont {
    text-align: left;
    box-sizing: border-box;
    text-align:left;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}
@media (min-width: 896px) {
    .c-srcPop_cont {
        flex-basis: 60%;
    }
    .c-srcPop_cont.is-ver2 {
        flex-basis: 60%;
    }
    .c-srcPop_cont.is_det {
        flex-basis: 60%;
    }
    .c-srcPop_cont.is_det .c-srcPop_cont.is-ver2 {
        flex-basis: 60%;
    }
    .c-srcPop_cont.is-bdr {
        border-bottom: 1px solid #eef3f6;
    }
}
@media (max-width: 896px) {
    .is-mix > .c-srcPop_cont {
        display: none;
    }
    .is-mix > .c-srcPop_cont.is-on {
        display: block;
    }
}
.c-srcPop_cont.is_scl {
    padding: 0;
}
.c-srcPop_contin {
}
.c-srcPop_contin_s {
}
.c-srcPop_contin_s.is-ajt {
    border-bottom: 0;
}
@media (max-width: 896px) {
    .c-srcPop_contin_s {
        padding: 0;
        height: auto;
        overflow-y: visible;
    }
}
.is_det .c-srcPop_contin {
    padding: 0;
    overflow: visible;
}
.c-srcPop_dgr.is-def {
    padding: 25px 20px;
}
@media (max-width: 896px) {
    .c-srcPop_dgr.is-def {
        padding: 0;
    }
    .c-srcPop_dgr.hide.is-mix {
        display: none;
    }
}
@media (min-width: 896px) {
    .c-srcPop_cont.is-dw .c-srcPop_dgr ul{
        -webkit--flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .c-srcPop_cont.is-dw .c-srcPop_dgr.is-mix .c-srcPop_tab ul {
        display: table;
    }
}
.c-srcPop_dgr_btn {
    padding: 17px 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
    text-align: left;
    position: relative;
}
.c-srcPop_cont li{
    padding: 17px 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
    text-align: left;
}
.c-srcPop_cont.is_det .c-srcPop_tab li {
    margin: 0;
}
.c-srcPop_key {
    width: 100%;
}
@media (min-width: 896px) {
    .c-srcPop_cont.is-dw li{
        width: 20%;
    }
    .c-srcPop_cont.is-dw.is_det .c-srcPop_dgr.is_det li{
        width: 100%;
    }
    .c-srcPop_cont.is-dw .c-srcPop_dgr.is_det2 li{
        width: 33.3%;
    }
    .c-srcPop_cont.is-dw .c-srcPop_dgr.is_det2 li.is-all {
        width: 100%;        
    }
    .c-srcPop_cont.is-dw .is-lng li {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .c-srcPop_cont.is-dw .is-lng li:last-child {
        border: 0;
    }
    
    .c-srcPop_cont.is-dw ul.is-dw2 li{
        width: 44%;
    }
    .c-srcPop_cont.is-dw ul.is-dw2 li.is-all2{
        width: 100%;
    }
    .c-srcPop_cont.is-dw #job ul.is-dw2 li.is-all2{
        margin-top: 30px;
    }
    .c-srcPop_cont.is-dw #job ul.is-dw2 li.is-all2:first-child{
        margin-top: 0;
    }
}
.c-srcPop_cont li.is-all,
.c-srcPop_cont li.is-all2{
    margin: 0;
}
.c-srcPop_cont li.is-wid100 {
    width: 100%;
}
@media (min-width: 896px) {
    .c-srcPop_cont.is-dw li.is-all,
    .c-srcPop_cont.is-dw li.is-all2{
        width: 100%;
    }
}
.c-srcPop_cont li label{
    cursor: pointer;
}
.c-srcPop_cont li input{
    display: none;
}
.c-srcPop_cont li .parts{
    display: inline-block;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}
.c-srcPop_cont li .parts:before{
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    border-radius: 2px;
    background: #ffffff;
}
.c-srcPop_cont li input:checked + .parts:before{
    border: 1px solid #C81432;
    background: #C81432;
}
.c-srcPop_cont li input:checked + .parts:after{
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    left: 4px;
    width: 6px;
    height: 10px;
    margin: 0 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.c-srcPop_cont_free{
    float: none;
    width: auto;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    letter-spacing: normal;
    background: #fff;
}
.c-srcPop_cont_free li{
    background:#fff;
    line-height: 1;
    margin: 0 0 20px 20px;
    width: 280px;
    float: left;
}
.c-srcPop_cont_free li.all{
    font-size: 16px;
    margin: 0 0 30px 0;
}
.c-srcPop_cont_free li input{
    display: none;
}
.c-srcPop_cont_free li .parts{
    position:relative;
    padding-left: 20px;
    display: inline-block;
}
.c-srcPop_cont_free li .parts:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background: #fff;
}
.c-srcPop_cont_free li input:checked + .parts:before{
    border: 1px solid #009944;
    background: #009944;
}
.c-srcPop_cont_free li input:checked + .parts:after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 4px;
    width: 4px;
    height: 8px;
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.c-srcPop_ct .hide {
    display:none;
}
.c-srcPop_btn {
    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;
    height: 80px;
    z-index: 999999999;
}
.srcPop_result {
    text-align: left;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    margin: 0 54px 0 0;
}
.srcPop_result span {
    font-size: 28px;
}
.srcPop_org.c-btn a {
    max-width: 200px;
    background: #C81432 url(../svg/search.svg) no-repeat center right 24px;
    background-size: 18px auto;
    padding-right: 24px;
}
.srcPop_org.c-btn a:hover {
    opacity: 0.8;
    box-shadow: none;
}
.srcPop_org2.c-btn {
    margin: 0 24px 0 0;
}
.srcPop_org2.c-btn a {
    max-width: 200px;
    color: #C81432;
}
.srcPop_org2.c-btn a:hover {
    opacity: 0.8;
}
.srcPop_select {
    width: 30%;
}
.srcPop_selectin {
    padding: 20px;
    height: 120px;
    box-sizing: border-box;
    overflow-y: scroll;
    font-size: 12px;
    text-align: left;
}
.c-srcPop-btn {
    width: 300px;
}
.c-srcPop-btn a {
    height: 60px;
    font-size: 16px;
    margin-top: 30px;
}
.c-srcPop-key input[type=text] {
    width: 100%;
    height: 50px;
    background: #ffffff;
    font-size: 14px;
    padding: 0 20px 0 20px;
    border: none;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #eef3f6;
}
.c-btn a {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    max-width: 180px;
    height: 44px;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: "Noto Serif CJK JP", "Noto Serif JP", sans-serif;
    font-weight: 900;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.c-btn.is-ver2 a {
    background: #fff;
}
.c-btn.is-ver3 a {
    background: #393939 url(../svg/search.svg) no-repeat center right 15px;
    background-size: 18px auto;
    padding-right: 24px;
    color: #fff;
}
.is-btn {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
/***PAGETOP***/
.c-pagetop_wrap {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99999;
}
.c-pagetop-btn a {
    width: 50px;
    height: 50px;
    display: block;
}
/***c-fltg_wrap***/
.c-fltg_wrap {
    display: none;
}
/***c-lginPop***/
.c-lginPop_warp {
    display: none;
}
/***terms***/
.popTm_warp {
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 40px 24px;
}
.popTm_btn {
    padding: 40px 0 0;
}
.popTm_btn a {
    margin: 0 auto;
}
/***************************************************************
smart
****************************************************************/
@media only screen and (max-width: 896px) {
    /*** ポップアップ検索 ***/
    .c-srcPop_wrap{
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
        height: 100%;
        overflow-y: scroll;
    }
    .c-srcPop_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background: #000;
        opacity: 0.5;
    }
    .c-srcPop_in{
        background: #fff;
        z-index: 9999999;
        width: auto;
        margin: 0;
        position: relative;
        text-align: left;
        background: #fff;
        padding: 0;
        border-radius: 0;
        top: 0;
        left: 0;
    }
    .c-srcPop_head {
        height: 62px;
    }
    .c-srcPop-ttl{
        font-size: 18px;
    }
    .srcPop_select {
        display: none;
    }
    .c-srcPop-close {
        width: 62px;
        height: 62px;
    }
    .c-srcPop-close a {
        padding: 62px 0 0 0;
        background-size: 16px auto;
    }
    .c-srcPop_cng.is-pc {
        display: none;
    }
    .c-srcPop_cng.is-sp {
        display: flex;
        border-bottom: 1px solid #eef3f6;
    }
    .c-srcPop_cng li {
        width: 50%;
        height: auto;
        box-sizing: border-box;
        border-right: 1px solid #eef3f6;
        padding: 0;
    }
    .c-srcPop_cng li:last-child {
        border-right: 0;
    }
    .c-srcPop_cng li a {
        width: 100%;
        height: 35px;
        font-size: 11px;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -webkit-flex-align: center;
        align-items: center;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    .c-srcPop_cng li a span {
        padding: 0 10px 0 0;
        background: url(../svg/icn_caret_right.svg?date=20201031) no-repeat right center;
        background-size: 4px auto;
        -ms-background-size: 4px auto;
        -moz-background-size: 4px auto;
        -webkit-background-size: 4px auto;
    }
    .c-srcPop_tab{
        display: none;
    }
    .c-srcPop_cont{
        display: block;
        float: none;
        width: auto;
        box-sizing: border-box;
        padding: 0 0 100px;
        text-align:left;
    }
    .c-srcPop_contin {
        height: auto;
        padding: 0;
        border-bottom: 0;
    }
    .c-srcPop_dgr{
        border-top: 1px solid #eef3f6;
    }
    .c-srcPop_dgr.is-borno {
        border-top: 0;
    }
    
    .c-srcPop_dgr:first-child{
        border-top: 0;
    }
    .c-srcPop_dgr_btn{
        font-size: 16px;
        line-height: 1;
        padding: 18px 24px;
        position: relative;
        background:#F8F8F8 url(../svg/icn_arw_down.svg) no-repeat right 24px center;
        background-size: 8px auto;
        border-bottom: none;
    }
    .c-srcPop_dgr_btn2{
        /*
        color: #C81432;
        */
        font-weight: bold;
        background: #F8F8F8;
        font-size: 16px;
        line-height: 1;
        padding: 18px 24px;
        position: relative;
        border-bottom: none;
        box-sizing: border-box;
        text-align: left;
    }
    .is-mix .c-srcPop_dgr_btn {
        padding-left: 40px;
    }
    .c-srcPop_dgr_btn.is-bor {
        border-bottom: 1px solid #eef3f6;
    }
    .c-srcPop_dgr_btn.opn{
        color: #C81432;
        font-weight: bold;
        background:#F8F8F8 url(../svg/icn_arw_up.svg) no-repeat right 24px center;
        background-size: 8px auto;
    }
    .c-srcPop_dgr_btn.is-non {
        pointer-events: none;
        background: none;
    }
    .c-srcPop_cont ul{
        display: none;
    }
    .c-srcPop_cont ul.is-on{
        display: block;
    }
    .c-srcPop_cont li input{
        display: none;
    }
    .c-srcPop_cont ul {
        border-top: 1px solid #eef3f6;
    }
    .c-srcPop_cont ul.is-dwl.is-on {
        -webkit--flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .c-srcPop_cont li {
        padding: 0px 24px;
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 0 0;
        box-sizing: border-box;
    }
    .c-srcPop_cont ul.is-dwl li {
        width: 50%;
        border-right: 1px solid #eef3f6;
    }
    .c-srcPop_cont ul.is-dwl li:nth-child(2n) {
        border-right: 0;
    }
    .c-srcPop_cont ul.is-dwl li:nth-of-type(odd):nth-last-of-type(2) {
        border-bottom: 0;
    }
    .c-srcPop_cont li:last-child {
        border-bottom: 0;
    }
    .c-srcPop_cont li.is-all,
    .c-srcPop_cont li.is-all2{
        margin: 0 0 0 0;
    }
    .c-srcPop_cont li label {
        padding: 12px 0;
        display: block;
    }
    #popind .c-srcPop_cont li label {
        padding: 12px 0;
    }
    .c-srcPop_cont li.is-all label,
    #popind .c-srcPop_cont li.is-all2 label {
        padding: 12px 0;
    }
    .c-srcPop_cont li .parts {
        position: relative;
        line-height: 1.6;
        display: inline-block;
    }
    .c-srcPop_cont li .parts:before {
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 0;
        width: 16px;
        height: 16px;
        box-sizing: border-box;
        border: 1px solid #F2F2F2;
        border-radius: 2px;
        background: #fff;
        margin: -8px 0 0 0;
    }
    .c-srcPop_cont li input:checked + .parts:before{
        border: 1px solid #C81432;
        background: #C81432;
    }
    .c-srcPop_cont li input:checked + .parts:after{
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 4.5px;
        width: 4px;
        height: 8px;
        margin: -7px 0 0 0;
        transform: rotate(40deg);
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .c-srcPop_cont_free{
        float: none;
        width: auto;
        box-sizing: border-box;
        padding: 20px;
        text-align: left;
    }
    .c-srcPop_cont_free li input{
        display: none;
    }
    .c-srcPop_cont_free li {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px 0;
        box-sizing: border-box;
        position:relative;
        padding-left: 0;
        display: block;
        width: auto;
        float: none;
    }
    .c-srcPop_cont_free li:last-child {
        margin: 0;
    }
    .c-srcPop_cont_free li.all{
        font-size: 16px;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .c-srcPop_cont_free li .parts {
        position: relative;
        padding-left: 30px;
        display: inline-block;
    }
    .c-srcPop_cont_free li .parts:before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        border: 1px solid #e2e2e2;
        border-radius: 2px;
        background: #fff;
    }
    .c-srcPop_cont_free li input:checked + .parts:before{
        border: 1px solid #009944;
        background: #009944;
    }
    .c-srcPop_cont_free li input:checked + .parts:after{
        position: absolute;
        content: "";
        display: block;
        top: 1px;
        left: 5px;
        width: 6px;
        height: 12px;
        transform: rotate(40deg);
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .c-srcPop_ct .hide {
        display:block;
    }
    .c-srcPop_btn {
        /*
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        */
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        box-sizing: border-box;
        padding: 12px 24px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0; 
        margin: auto;
    }
    .srcPop_result {
        width: 48%;
        text-align: left;
        font-size: 16px;
        color: #fff;
        line-height: 1;
        font-weight: bold;
        margin: 0 0 5px;
    }
    .srcPop_result span {
        font-size: 20px;
    }
    .srcPop_org.c-btn a {
        max-width: 100%;
        background: #C81432 url(../svg/search.svg) no-repeat center right 14px;
        background-size: 16px auto;
        padding-right: 14px;
        font-size: 14px;
        height: 44px;
    }
    .srcPop_org2.c-btn a {
        max-width: 100%;
        height: 44px;
        font-size: 14px;
    }
    .srcPop_org.c-btn,
    .srcPop_org2.c-btn {
        width: 100%;
    }
    .c-btn.is-ver3 a {
        background: #393939 url(../svg/search.svg) no-repeat center right 14px;
    }
    .srcPop_org2.c-btn {
        margin: 0 auto;
    }
    .c-srcPop_key {
        padding: 0 20px 20px 20px;
        width: auto;
    }
    .c-srcPop-key input[type=text] {
        height: 40px;
        font-size: 12px;
        padding: 0 10px 0 10px;
        /*border: none;*/
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .scDtl_formbx .c-searchTab-tab.c-btn,
    .scDtl_formbx .c-searchTab-tab2.c-btn {
        width: 240px;
    }
    .c-searchTab-tab a,
    .c-searchTab-tab2 a {
        position: relative;
    }
    .c-searchTab-tab .or,
    .c-searchTab-tab2 .or {
        background: #fff;
        border: 1px solid #C81432;
        color: #C81432;
        font-size: 10px;
        border-radius: 2px;
        line-height: 1;
        padding: 2px 3px;
        position: absolute;
        top: 50%;
        right: 14px;
        margin: -8px 0 0 0;
    }
    /***c-fltg_wrap***/
    .c-fltg_wrap {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        left: 0;
        width: 100%;
        background: #838a99;
    }
    .c-fltg_in {
        padding: 5px;
    }
    .c-fltg_in ul {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
    }
    .c-fltg_in ul li {
        width: 49.31506%;
        border-radius: 5px;
        overflow: hidden;
    }
    .c-fltg_in ul li a {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -webkit-flex-align: center;
        align-items: center;
        font-size: 11px;
        text-decoration: none;
        width: 100%;
        height: 40px;
    }
    .c-fltg_in ul li.is-src a {
        font-size: 10px;
        background: #ffffff;
        font-weight: 500;
    }
    .c-fltg_in ul li.is-app a {
        font-size: 11px;
        color: #ffffff;
        background: #ff5a00;
        font-weight: bold;
    }
    .c-fltg_in ul li a span {
        position: relative;
    }
    .c-fltg_in ul li.is-src a span {
        padding: 0 0 0 20px;
    }
    .c-fltg_in ul li.is-app a span {
        padding: 0 36px 0 0;
    }
    .c-fltg_in ul li.is-src a span:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 9;
        background: url(../svg/icn_search.svg) no-repeat center center;
        background-size: 100% auto;
        height: 12px;
        width: 12px;
        margin: -6px 0 0 0;
    }
    .c-fltg_in ul li.is-app a span:before {
        content: "無料";
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 9;
        background: #ffffff;
        border-radius: 3px;
        height: 18px;
        width: 30px;
        text-align: center;
        line-height: 18px;
        color: #ff5a00;
        font-size: 11px;
        font-weight: 500;
        margin: -9px 0 0 0;
    }
    /***c-lginPop***/
    .c-lginPop_warp {
        display: none;
        position: absolute;
        top: 48px;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        border: 1px solid #dcdcdc;
        width: 80%;
    }
    .c-lginPop_warp.active {
        display: block;
    }
    .c-lginPop_ttl {
        background: #dcdcdc;
        position: relative;
    }
    .c-lginPop-ttl {
        text-align: center;
        font-size: 12px;
        line-height: 1;
        padding: 10px 20px 10px 0;
    }
    .c-lginPop-cls {
        position: absolute;
        z-index: 999;
        top: 4px;
        right: 4px;
    }
    .c-lginPop-cls a {
        display: block;
        width: 23px;
        height: 23px;
    }
    .c-lginPop-cls span {
        width: 100%;
        height: 0;
        display: block;
        overflow: hidden;
        padding: 23px 0 0 0;
        background: url(../img/sp/lginPop-cls.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .c-lginPop_cnt {
        border-bottom: 1px solid #dcdcdc;
        padding: 20px 25px;
    }
    .c-lginPop_cnt:last-child {
        border-bottom: none;
    }
    .c-lginPop-mds {
        text-align: center;
        font-size: 12px;
        line-height: 1;
        margin: 0 0 15px;
    }
    .c-lginPop-btn a {
        display: table;
        table-layout: fixed;
        letter-spacing: -.4em;
        width: 100%;
        height: 35px;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #C81432;
        border: 1px solid #C81432;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 12px;
        color: #fff;
    }
    .c-lginPop-btn.is-e a {
        background: #f5f5f5;
        color: #000;
        font-size: 14px;
    }
    .c-lginPop-btn.is-e img {
        padding: 2px 5px 0 0;
        vertical-align: top;
    }
    .c-lginPop-btn a .is-in {
        display: table-cell;
        letter-spacing: normal;
        vertical-align: middle;
        text-align: center;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .srcPop_org.c-btn a {
        background: #C81432 url(../svg/search.svg) no-repeat center right 14px;
        background-size: 14px auto;
        padding-right: 14px;
        font-size: 12px;
    }
    .srcPop_org2.c-btn a {
        max-width: 100%;
        height: 44px;
        font-size: 12px;
    }
    .srcPop_result {
        font-size: 14px;
    }
}