@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: #3C3A38;
    opacity: 0.6;
}
.c-srcPop_in{
    display: none;
    position: fixed;
    left: 50%;
    top: 20px;
    right: 0;
    margin: 0;
    z-index: 99999999;
    width: 950px;
    margin: 0 0 0 -475px;
    box-sizing: border-box;
    background: #ffffff;
    overflow: hidden;
}
.c-srcPop_in.is-srcpop {
    background: none;
}
.c-srcPop_head {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background: #eef3f6;
    padding: 0 20px;
    box-sizing: border-box;
}
.is-srcpop .c-srcPop_head {
    background: none;
    padding: 0;
    height: 70px;
}
.c-srcPop_head_in {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    width: 100%;
}
.is-srcpop .c-srcPop_head_in {
    width: 615px;
}
.is-srcpop .c-srcPop_head_in2 {
    width: 486px;
    background: transparent;
    height: 56px;
    display: flex;
    justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.srcPop_det {
    display: none;
}
.c-srcPop-ttl {
    text-align: left;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1;
    font-weight: bold;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    padding: 0 20px 0 0;
}
.c-srcPop-ttl span {
    padding: 0 0 0 28px;
    position: relative;
}
.c-srcPop-ttl span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
}
#poparea .c-srcPop-ttl span:before {
    margin: -12px 0 0 0;
    width: 20px;
    height: 24px;
    background: url(../svg/icn_map.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#popct .c-srcPop-ttl span:before {
    margin: -12px 0 0 0;
    width: 20px;
    height: 24px;
    background: url(../svg/icn_briefcase.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#popind .c-srcPop-ttl span:before,
#poparea .srcPop_det .c-srcPop-ttl span:before,
#popct .srcPop_det .c-srcPop-ttl span:before {
    margin: -12px 0 0 0;
    width: 20px;
    height: 24px;
    background: url(../svg/icn_folder.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
/*
.c-srcPop-ttl i {
    font-size: 24px;
    color: #1C4A40;
    margin: 0 8px 0 0;
}
*/
.c-srcPop_cng {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
}
.c-srcPop_cng.is-sp {
    display: none;
}
.c-srcPop_cng li {
    line-height: 1;
    margin-right: 10px;
}
.is-srcpop .c-srcPop_cng li {
    margin-right: 10px;
    position: relative;
}
.is-srcpop .c-srcPop_cng li:last-child {
    margin-right: 0;
}
.c-srcPop_cng li a {
    font-size: 14px;
    color: #838a99;
    font-weight: bold;
    text-decoration: underline;
}
.is-srcpop .c-srcPop_cng li a {
    width: 210px;
    display: block;
    background: #fff;
    height: 70px;
    line-height: 70px;
    color: #75787e;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    border: 1px solid #e1e6ea;
    box-sizing: border-box;
}
.is-srcpop .c-srcPop_cng li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #1C4A40;
    opacity: 0;
}
/*
.is-srcpop .c-srcPop_cng li.poparea span {
    background: url(../svg/icn_map.svg) no-repeat 0 50%;
    background-size: 14px auto;
    padding: 0 25px 0 25px;
}
.is-srcpop .c-srcPop_cng li.popct span {
    background: url(../svg/icn_briefcase.svg) no-repeat 0 50%;
    background-size: 14px auto;
    padding: 0 25px 0 25px;
}
.is-srcpop .c-srcPop_cng li.popind span {
    background: url(../svg/icn_folder.svg) no-repeat 0 50%;
    background-size: 14px auto;
    padding: 0 25px 0 25px;
}
*/
.is-srcpop .c-srcPop_cng li.is-on a {
    color: #3C3A38;
}
.is-srcpop .c-srcPop_cng li.is-on a:before {
    opacity: 1;
}
/*
.is-srcpop .c-srcPop_cng li.poparea.is-on a span {
    background: url(../svg/icn_map_wh.svg) no-repeat 0 50%;
    background-size: 14px auto;
    padding: 0 25px 0 25px;
}
.is-srcpop .c-srcPop_cng li.popct.is-on span {
    background: url(../svg/icn_briefcase_wh.svg) no-repeat 0 50%;
    background-size: 14px auto;
    padding: 0 25px 0 25px;
}
.is-srcpop .c-srcPop_cng li.popind.is-on span {
    background: url(../svg/icn_folder_wh.svg) no-repeat 0 50%;
    background-size: 14px auto;
    padding: 0 25px 0 25px;
}
*/
.c-srcPop-clear {
    width: 190px;
    margin: 0 30px 0 0;
    background: #fff;
    border-radius: 4px;
}
.is-srcpop .c-srcPop-clear {
    width: 160px;
    margin: 0 45px 0 0;
}
.c-srcPop-clear a {
    width: 100%;
    height: 40px;
    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;
    text-decoration: none;
    font-size: 14px;
    color: #3C3A38;
    border: 1px solid #3C3A38;
    border-radius: 4px;
}
.c-srcPop-clear a:hover {
    opacity: 0.7;
}

/*
.is-area .c-srcPop_cont.is-dw #area.c-srcPop_dgr ul.c-srcPop_tab li  {
    padding-top: 30px;
}
.is-area .c-srcPop_cont.is-dw #area.c-srcPop_dgr .c-srcPop_cont li.is-all {
    display: none;
}
*/
.is-area .is-srcpop .c-srcPop_cng li a {
    width: 300px;
}
@media only screen and (max-width: 896px) {
    .is-area .c-srcPop_cont.is-dw #area.c-srcPop_dgr ul.c-srcPop_tab {
        width: 100%;
    }
    /*
    .is-area .c-srcPop_cont.is-dw #area.c-srcPop_dgr ul.c-srcPop_tab li  {
        padding-top: 12px;
    }
    */
    .is-area .is-srcpop .c-srcPop_cng li {
        width: 50%;
    }
    .is-area .is-srcpop .c-srcPop_cng li a {
        width: 100%;
    }
}
@media (max-width: 896px) {
    .c-srcPop_head {
        position: relative;
    }
    .is-srcpop .c-srcPop_head {
        padding: 64px 10px 0;
        height: auto;
    }
    .c-srcPop_head_in {
        width: auto;
    }
    .is-srcpop .c-srcPop_head_in {
        width: 100%;
        display: block;
        border-bottom: 1px solid #eef3f6;
    }
    .is-srcpop .c-srcPop_cng li {
        width: 33.3%;
        border-right: none;
        margin-right: 3px;
    }
    .c-srcPop_wrap.is-area .is-srcpop .c-srcPop_cng li {
        width: 50%;
    }
    .is-srcpop .c-srcPop_head_in2 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: none;
        height: 55px;
    }
    .is-srcpop .c-srcPop_cng li a {
        width: 100%;
        font-size: 13px;
        line-height: 47px;
        height: 47px;
        border-bottom: none;
    }
    .is-srcpop .c-srcPop_cng li a:before {
        height: 3px;
    }
    /*
    .is-srcpop .c-srcPop_cng li.poparea span {
        background: url(../svg/icn_map.svg) no-repeat 0 50%;
        background-size: 11px auto;
        padding: 0 10px 0 15px;
    }
    .is-srcpop .c-srcPop_cng li.popct span {
        background: url(../svg/icn_briefcase.svg) no-repeat 0 50%;
        background-size: 11px auto;
        padding: 0 10px 0 15px;
    }
    .is-srcpop .c-srcPop_cng li.popind span {
        background: url(../svg/icn_folder.svg) no-repeat 0 50%;
        background-size: 11px auto;
        padding: 0 10px 0 15px;
    }
    .is-srcpop .c-srcPop_cng li.poparea.is-on a span {
        background: url(../svg/icn_map_wh.svg) no-repeat 0 50%;
        background-size: 11px auto;
        padding: 0 10px 0 15px;
    }
    .is-srcpop .c-srcPop_cng li.popct.is-on span {
        background: url(../svg/icn_briefcase_wh.svg) no-repeat 0 50%;
        background-size: 11px auto;
        padding: 0 10px 0 15px;
    }
    .is-srcpop .c-srcPop_cng li.popind.is-on span {
        background: url(../svg/icn_folder_wh.svg) no-repeat 0 50%;
        background-size: 11px auto;
        padding: 0 5px 0 15px;
    }
    */
    .c-srcPop-clear {
        margin: 0 15px 0 0;
        border-radius: 8px;
        -ms-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        width: 120px;
        position: absolute;
        left: 10px;
        margin: 0;
    }
    .is-srcpop .c-srcPop-clear {
        width: 130px;
        margin-right: 30px;
    }
    .c-srcPop-clear a {
        font-size: 14px;
        height: 30px;
        background: #fff;
        border-radius: 2px;
    }
}
@media (min-width: 896px) {
    .c-srcPop_cng li a:hover {
        text-decoration: none;
    }
}
.c-srcPop-close {
    width: 14px;
    height: 14px;
}
.c-srcPop-close a {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    padding: 14px 0 0 0;
    background: url(../img/icn_close.png) no-repeat center center;
}
@media (min-width: 896px) {
    .c-srcPop-close a:hover {
        opacity: 0.7;
    }
}
.is-srcpop .c-srcPop_ct {
    background: #fff;
}
@media (min-width: 896px) {
.c-srcPop_ct {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.c-srcPop_ct.js-box {
    padding-top: 40px;
}
}
.c-srcPop_in#popct .c-srcPop_ct {
    min-height: 400px;
}
.c-srcPop_tab {
    text-align: left;
    width: 30%;
    box-sizing: border-box;
    border-bottom: 1px solid #eef3f6;
}
@media (min-width: 896px) {
    .c-srcPop_tab {
        flex-basis: 24.5%;
    }
    .c-srcPop_tab.is_line2 {
        flex-basis: 42%;
    }
    .c-srcPop_tab.is_det {
        flex-basis: 18.9%;
    }
    .is_det .c-srcPop_tab.is_line2 {
        flex-basis: 43.7%;
    }
    .c-srcPop_tab.is_det {
        height: 430px;
        line-height: 1.94;
    }
    body#specialty .c-srcPop_tab.is_line2 {
        height: 430px;
    }
}

@media (max-width: 896px) {
    .is-mix .c-srcPop_tab {
        display: none;
    }
}

.c-srcPop_tab.is_line2 {
    width: 43.7%;
}
.c-srcPop_tab li{
    padding: 9px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eef3f6;
    text-align: left;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.c-srcPop_tab li:first-child{
    border-top: 1px solid #eef3f6;
}
.js-box > .c-srcPop_tab li {
    background: url(../svg/arw_r.svg) no-repeat right 10px center;
    background-size: 6px auto;
}
/*
#poparea .c-srcPop_tab li:last-child{
    border-bottom: 0;
}
*/
.c-srcPop_tab.is_line2 ul {
    display: table;
    width: 100%;
}
.c-srcPop_tab.is_line2 ul li {
    width: 50%;
    display: table-cell;
    margin-right:0;
    line-height: 1.3;
    vertical-align: middle;
    padding:5px 45px 5px 10px;
    cursor: pointer;
    font-size: 12px;
}
.c-srcPop_tab.is_line2 li:first-child {
    border-top: none;
}
.c-srcPop_tab.is_line2 ul:last-child li {
    border-bottom: 0;
}
@media (min-width: 896px) {
    .c-srcPop_tab.is_line2 li:nth-child(2n){
        border-left: 1px solid #eef3f6;
    }
    .c-srcPop_tab.is_line2 ul:first-child {
        border-top: 1px solid #eef3f6;
    }
    .c-srcPop_tab.is_line2 ul li:hover {
        color: #1C4A40;
    }
    .c-srcPop_tab.is_line2 ul:first-child,
    .c-srcPop_tab.is_line2 ul:last-child {
        min-height: 42px;
    }
}
/*
.c-srcPop_tab li .or{
    background: #fff;
    border: 1px solid #ff7e00;
    color: #ff7e00;
    font-size: 12px;
    border-radius: 2px;
    line-height: 1;
    padding: 2px 6px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -9px 0 0 0;
}
*/
.c-srcPop_tab li .or {
    background: #fff;
    border: 1px solid #3C3A38;
    color: #3C3A38;
    font-size: 10px;
    border-radius: 2px;
    line-height: 1;
    padding: 2px 3px;
    position: absolute;
    top: 50%;
    right: 8px;
    margin: -8px 0 0 0;
}
@media (max-width: 896px) {
    .c-srcPop_dgr_btn .or {
        background: #fff;
        border: 1px solid #3C3A38;
        color: #3C3A38;
        font-size: 10px;
        border-radius: 2px;
        line-height: 1;
        padding: 2px 3px;
        position: absolute;
        top: 50%;
        right: 38px;
        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;
}
.js-box > .c-srcPop_tab li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background:#1C4A40;
    opacity: 0;
}
.c-srcPop_tab li.select {
    background: #f4f6f7;
}
.js-box > .c-srcPop_tab li.select{
    background: url(../svg/arw_r.svg) no-repeat right 10px center;
    background-size: 6px auto;
}
.js-box > .c-srcPop_tab li.select:before{
    opacity: 1;
}
.c-srcPop_cont {
    text-align: left;
    box-sizing: border-box;
    padding: 0 40px 20px;
    text-align:left;
    background: #fff;
    border-left: 1px solid #eef3f6;
}
@media (min-width: 896px) {
    .c-srcPop_cont {
        flex-basis: 70%;
    }
    .c-srcPop_cont.is-ver2 {
        flex-basis: 58%;
    }
    .c-srcPop_cont.is_det {
        flex-basis: 86%;
    }
    .c-srcPop_cont.is_det .c-srcPop_cont.is-ver2 {
        flex-basis: 55%;
    }
    .c-srcPop_cont.is_det {
        height: calc(430px - 1px);
    }
    body#specialty .c-srcPop_cont.is_det {
        height: calc(430px - 2px);
    }
}
@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 {
    height: 430px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 25px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eef3f6;
}
.c-srcPop_contin_s {
    width: 100%;
    height: 430px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0 40px 25px;
    border-bottom: 1px solid #eef3f6;
}
.c-srcPop_contin_s.ver2 {
    padding: 0;
    border-bottom: none;
}
.c-srcPop_contin_s.is-ajt {
    border-bottom: 0;
}
@media (max-width: 896px) {
    .c-srcPop_contin_s {
        padding: 0;
        height: auto;
        overflow-y: visible;
        border-bottom: 0;
    }
    .c-srcPop_contin_s.is-ajt {
        border-bottom: 1px solid #eef3f6;
    }
}

.is_det .c-srcPop_contin {
    padding: 0;
    overflow: visible;
}
.c-srcPop_dgr.is-def {
    padding: 0 40px 25px;
}
@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_cont li{
    line-height: 1;
    margin: 0 0 25px 20px;
}
.c-srcPop_cont.is_det .c-srcPop_tab li {
    margin: 0;
}
.c-srcPop_key {
    width: 100%;
}
@media (min-width: 896px) {
    .c-srcPop_cont li:first-child{
        margin: 0 0 25px 0;
    }
    .c-srcPop_cont li:first-child{
        margin-left: 20px;
    }
    .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;
        line-height: 0.94;
    }
    .c-srcPop_cont.is-dw .is-lng li:last-child {
        border: 0;
    }
    .c-srcPop_cont.is-dw .is-lng li:first-child {
        border-top: 1px solid #eef3f6;
    }
    
    .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 0 30px 0;
}
.c-srcPop_cont li.is-wid100 {
    width: 100%;
    margin-left: 0;
}
@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;
    font-size: 16px;
}
.c-srcPop_cont li .parts:before{
    position: absolute;
    content: "";
    display: block;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    margin: 0 0 0 0;
    box-sizing: border-box;
    border: 1px solid #e1e6ea;
    border-radius: 2px;
    background: #ffffff;
}
.c-srcPop_cont li input:checked + .parts:before{
    border: 1px solid #3C3A38;
    background: #3C3A38;
}
.c-srcPop_cont li input:checked + .parts:after{
    position: absolute;
    content: "";
    display: block;
    top: 8px;
    left: 4px;
    width: 4px;
    height: 6px;
    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 {
    /* padding: 30px 0; */
    -webkit--flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-srcPop_btn {
    background: #fff;
}
.srcPop_select {
    width: 30%;
}
.srcPop_selectin {
    padding: 20px;
    height: 120px;
    box-sizing: border-box;
    overflow-y: scroll;
    font-size: 14px;
    text-align: left;
}
.srcPop_org {
    width: 70%;
}
.is-lng .srcPop_org {
    width: 100%;
    padding-bottom: 20px;
}
.c-srcPop-btn {
    width: 300px;
    background: none;
}
.c-srcPop-btn a {
    height: 60px;
    font-size: 18px;
    margin-top: 30px;
}
.c-srcPop-key input[type=text] {
    width: 100%;
    height: 50px;
    background: #ffffff;
    font-size: 15px;
    padding: 0 20px 0 20px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #eef3f6;
}
.c-srcPop-key textarea {
    width: 100%;
    height: 100px;
    background: #ffffff;
    font-size: 14px;
    padding: 15px;
    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;
}
/***************************************************************
smart
****************************************************************/
@media only screen and (max-width: 896px) {
    /*** ポップアップお気に入り ***/
    .c-favPop_in{
        width: calc(100% - 40px);
        margin: 0 auto;
        left: 0;
        max-width: 360px;
    }
    .c-favPop_ct {
        padding: 30px 20px;
    }
    .c-favPop-txt {
        font-size: 14px;
    }
    .c-favPop-btn {
        width: 100%;
        max-width: 260px;
    }
    .c-favPop-btn a {
        height: 50px;
        font-size: 14px;
    }
    /*** ポップアップ検索 ***/
    .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: #3C3A38;
        opacity: 0.5;
    }
    .c-srcPop_in{
        background: #fff;
        z-index: 9999999;
        width: auto;
        margin: 0;
        position: relative;
        text-align: left;
        background: #fff;
        padding: 0 0 80px 0;
        border-radius: 3px;
        top: 0;
        left: 0;
    }
    .c-srcPop_head {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -webkit-flex-align: center;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 0;
    }
    .c-srcPop-ttl{
        text-align: left;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
        padding: 0 0 0 20px;
    }
    .c-srcPop-ttl span {
        padding: 0 0 0 26px;
        position: relative;
    }
    #poparea .c-srcPop-ttl span:before {
        margin: -10px 0 0 0;
        width: 13px;
        height: 20px;
    }
    #popct .c-srcPop-ttl span:before {
        margin: -10px 0 0 0;
        width: 13px;
        height: 20px;
    }
    #popind .c-srcPop-ttl span:before,
    #poparea .srcPop_det .c-srcPop-ttl span:before,
    #popct .srcPop_det .c-srcPop-ttl span:before
    {
        margin: -10px 0 0 0;
        width: 13px;
        height: 20px;
    }
    .srcPop_org {
        width: 100%;
    }
    .srcPop_select {
        display: none;
    }
    /*
    .c-srcPop-ttl i {
        font-size: 16px;
        margin: 0 10px 0 0;
    }
    */
    .c-srcPop-close {
        width: 50px;
        height: 55px;
        padding: 0 10px 0 0;
    }
    .c-srcPop-close a {
        width: 100%;
        height: 55px;
        display: block;
        padding: 0 0 0 0;
        background: url(../img/sp/icn_close.png) no-repeat center center;
        background-size: 15px auto;
    }
    .is-srcpop > .c-srcPop_ct {
        margin: 0 10px;
        border-left: 1px solid #eef3f6;
        border-right: 1px solid #eef3f6;
    }
    .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 {
        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_tab.is_line2 {
        width: 100%;
    }
    .c-srcPop_tab.is_line2 ul {
        display: block;
        border-top: none;
    }
    .c-srcPop_tab.is_line2 ul li {
        display: block;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        line-height: 1;
        padding: 18px 30px 18px 20px;
        position: relative;
        background: url(../svg/dec_arw_dw_s.svg) no-repeat right 20px center;
        background-size: 10px auto;
    }
    .c-srcPop_tab.is_line2 ul li.opn {
        color: #1C4A40;
        font-weight: bold;
        background: url(../svg/dec_arw_up_s.svg) no-repeat right 20px center;
        background-size: 10px auto;
    }
    .c-srcPop_cont{
        display: block;
        float: none;
        width: auto;
        box-sizing: border-box;
        padding: 0;
        text-align:left;
        border-left: none;
        border-bottom: 1px solid #eef3f6;
    }
    .c-srcPop_contin {
        height: auto;
        padding: 0;
        border-bottom: 0;
    }
    .c-srcPop_dgr{
        border-top: 1px solid #eef3f6;
    }
    .c-srcPop_dgr_btn + .c-srcPop_dgr{
        border-top: 0;
    }
    .c-srcPop_dgr.is-borno {
        border-top: 0;
    }
    
    .c-srcPop_dgr:first-child{
        border-top: 0;
    }
    .c-srcPop_dgr_btn{
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        padding: 18px 15px 18px 15px;
        position: relative;
        background: url(../img/sp/icn_plus.png) no-repeat right 15px center;
        background-size: 11px auto;
    }
    .is-mix .c-srcPop_dgr_btn {
        padding-left: 35px;
    }
    .c-srcPop_dgr_btn.is-bor {
        border-bottom: 1px solid #eef3f6;
    }
    .c-srcPop_dgr_btn.opn{
        background: url(../img/sp/icn_minus.png) no-repeat right 15px center;
        background-size: 11px auto;
        border-bottom: 1px solid #eef3f6;
    }
    .c-srcPop_dgr_btn.is-non {
        pointer-events: none;
        background: none;
    }
    .c-srcPop_cont ul{
        display: none;
    }
    #popind .c-srcPop_cont ul {
        display: block;
        border-top: none;
    }
    #popind #cat .c-srcPop_cont ul,
    #popind #area .c-srcPop_cont ul,
    #popind .c-srcPop_cont ul.c-srcPop_tab.is-lng {
        display: none;
    }
    .c-srcPop_cont li input{
        display: none;
    }
    .c-srcPop_cont ul {
        border-top: 1px solid #eef3f6;
    }
    .c-srcPop_cont ul.is-dwl {
        -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 {
        font-size: 12px;
        line-height: 1.6;
        margin: 0 0 0 0;
        border-bottom: 1px solid #eef3f6;
        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: 15px 15px 15px 35px;
        display: block;
    }
    #popind .c-srcPop_cont li label {
        padding: 15px 15px 15px 35px;
    }
    #popind .c-srcPop_cont li.is-all ~ li label {
        padding: 15px 15px 15px 60px;
    }
    .c-srcPop_cont li.is-all label,
    #popind .c-srcPop_cont li.is-all2 label {
        padding: 15px 15px;
    }
    .c-srcPop_cont li.is-on label {
        background: #fff;
    }
    .c-srcPop_cont li .parts {
        position: relative;
        line-height: 1.6;
        display: inline-block;
        padding-left: 23px;
        font-size: 14px;
    }
    .c-srcPop_cont li .parts:before {
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 0;
        width: 13px;
        height: 13px;
        box-sizing: border-box;
        border: 1px solid #3C3A38;
        border-radius: 2px;
        background: #fff;
        margin: -7px 0 0 0;
    }
    .c-srcPop_cont li input:checked + .parts:before{
        border: 1px solid #3C3A38;
        background: #3C3A38;
    }
    .c-srcPop_cont li input:checked + .parts:after{
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 4px;
        width: 3px;
        height: 6px;
        margin: -6px 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 {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 10px;
        border-top: 1px solid #eef3f6;
    }
    .c-srcPop-btn {
        /* width: auto; */
        width: 100%;
    }
    .c-srcPop-btn a {
        height: 40px;
        font-size: 15px;
        margin-top: 0;
    }
    .c-srcPop_key {
        padding: 15px;
        width: auto;
    }
    .c-srcPop_key.ver2 {
        padding-top: 0;
    }
    .c-srcPop-key input[type=text] {
        height: 40px;
        font-size: 14px;
        padding: 0 10px 0 10px;
        /*border: none;*/
        border-radius: 2px;
    }
    .c-srcPop-key textarea {
        height: 50px;
        font-size: 12px;
        padding: 5px 10px 5px 10px;
        /*border: none;*/
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .c-srcPop_dgr_word + .c-srcPop_dgr_btn {
        border-top: 1px solid #eef3f6;
    }
}/*@media*/
@media (max-width: 374px) {
    .is-srcpop .c-srcPop_cng li a {
        font-size: 11px;
    }
}
